monitoring specific USB
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Is there a way to monitor the information sent to a specific USB channel and mimic it?
I love to program!
The short answer is no. The long answer is yes, but with extreme difficulty. Requiring something like kernel-level debugging techniques to intercept/shadow calls to the USB driver. AFAIK, there is no way to monitor the serial bus directly.
Dave Kreskowiak Microsoft MVP - Visual Basic