Is there any way to have two different processes use the same serial port when using the NI serial library? Can a serial port ever be opened on a non-exclusive basis?
I am using a mutex to serialize the i/o, so there's no problem there, really, but I can't get a second OpenComConfig to work if the port's already been opened by another process.
I suppose I could create a process who's only job was to do serial i/o and owned access to it, and that could accept rpc calls from other processes to do i/o to the port, but what a PITA to write all of that.
Do the Win32 serial port calls allow shared access to the port? I seem to recall that they do, maybe I'm wrong.
I may be on the wrong forum with this I suppose.
Menchar