Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Communications
Message
 
To
05/11/2001 16:51:22
General information
Forum:
Visual Basic
Category:
Other
Title:
Miscellaneous
Thread ID:
00577633
Message ID:
00577847
Views:
17
Hi,
The same comm port can't be open by two applications simultaneously. One way is closing port each time when it not used (.PortOpen = False) and resolve conflicts between applications manually. Another way is creating out-of-process COM server with MultiUse instancing and global MSComm control for all objects. This server will handle communications of all apps depending on your requirements.

>Does any one know if it is possible for two applications to share the same comm port?
>If so, then how would I do this?
>Could you please include some sample code?
Previous
Reply
Map
View

Click here to load this message in the networking platform