RS232 - "Stealth Mode"
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I have a small app using the IO.Ports.SerialPort class. (VS2005 - Visual Basic) Can anybody point me in the right direction to make this app MONITOR data transfer on a particular port in both directions, but not interfere it. So basically if I have an application communicating with an external device on a particular serial port, I want to be able to log the data that the app sends to the device and the data the device sends back to the pc, but it must not interfere?