[RESOLVED] Access same serial port by different process?
Hi Gurus,
I am writing a dll for communicating with another device through 1 serial port.
I tried using 2 applications to load this dll and find that only the first application could access the com port. I could manage to get these 2 application to share a varaible in this dll but do not know how to share the com port.
Seems like the handle to the com port in the dll could not be shared by different processes.
Is there any way to achieve this?
Hope I could be enlightened.
Regards,
Learner_ng