Ports
May 25, 2013, 02:07:12 pm *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: SMF - Just Installed!
 
   Home   Help Search Login Register  
Welcome to the PORTS Forum. Please post your questions, answers, and comments relating to USB and other hardware interfaces in the appropriate forums below. - Jan
Pages: [1]
  Print  
Author Topic: Chek if com port is in use by another application  (Read 2582 times)
Tassos
Member
*
Posts: 2


« on: September 29, 2011, 02:09:12 am »

Hello!

It's my first time in the forum and i need your help!
I want to check, in vb 2008 code, if a com port is in use by another application so not to mess with it.
is the a way to do it?

Thank you very much,

Tassos
Logged
Jan Axelson
Administrator
Frequent Contributor
*****
Posts: 1631


WWW
« Reply #1 on: September 29, 2011, 09:39:23 am »

See this discussion:

http://stackoverflow.com/questions/195483/c-check-if-a-com-serial-port-is-already-open

Jan
Logged
Tassos
Member
*
Posts: 2


« Reply #2 on: September 29, 2011, 10:08:06 am »

Thank you very much!
Logged
Duss
Member
***
Posts: 12


« Reply #3 on: December 28, 2011, 11:00:26 pm »

The solution to that problem in C# works very well. However, when I try the same approach in C++ (Windows Forms Application) it simply fails to catch the situation and fais into an error (exception) that actually is not caught by the program, even if I use the generic "Exception" type.

It is very annoying because my C++ application sometimes shows an existing COMport but it is already being used by another application and the program cannot determine if it really is being used or not.

Does anyone have an explanation?
Logged
Jan Axelson
Administrator
Frequent Contributor
*****
Posts: 1631


WWW
« Reply #4 on: December 29, 2011, 11:06:18 am »

Trying to open the port (with CreateFile) should tell you if it's in use.

Jan
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!