R
Ramakant Kasar
Hi All,
I have come across an application that runs in background and records the
communication over the Serial Port. How it works is, the sample application
needs to be started and mapped to a serial port say COM1. Then the
applicaiton starts waiting for the data over the configured port and logs
the same on arrival.
When I tried to write the similar application in CSharp I have hit the road
blocks. Basically, when I try to open a port that is already opened it
throws an exception that the port in use cannot be opened again.
Any ideas about what is the technique adopted by the sample application to
trap the serial port communication?
Thanks in advance,
Regards
Ramakant K.
I have come across an application that runs in background and records the
communication over the Serial Port. How it works is, the sample application
needs to be started and mapped to a serial port say COM1. Then the
applicaiton starts waiting for the data over the configured port and logs
the same on arrival.
When I tried to write the similar application in CSharp I have hit the road
blocks. Basically, when I try to open a port that is already opened it
throws an exception that the port in use cannot be opened again.
Any ideas about what is the technique adopted by the sample application to
trap the serial port communication?
Thanks in advance,
Regards
Ramakant K.