On Thursday, August 23, 2012 8:04:39 AM UTC-4, Me wrote:
> Is it possible to use a already openned serial port? I need to be able to have two applications running and both use the same serial port. Is this possible & how can I do it.
It is not possible for two apps to open a serial port simultaneously. The only possible approach is to have an app that opens the port and provides some form of interprocess communication that the other app can use.
If you only need read access to the port you can build a splitter cable that feeds received data into two ports.