Hi i was wondering if it is possible to see what the USB Port is send and receiving? if so could someone post an example code?
Printable View
Hi i was wondering if it is possible to see what the USB Port is send and receiving? if so could someone post an example code?
Sending and receiving what? You mean just in general, if some other program is using the port? Or if your program is using it?
if some other program is using port
Hmmm ...
Probably by hooking the serial port (or whatever the device's driver installed it as) API somehow. I haven't done anything like that since around DOS 2.1, but I/O devices are virtualized now, so the method would be entirely different.
Ok so ill try that out thnx.