How do I intercept messages from a USB device on Linux? How do I intercept messages from a USB device on Linux? linux linux

How do I intercept messages from a USB device on Linux?


Actually you missed a buzzword "USB sniffing". ;-)

Here are a few tutorials on USB sniffing on Linux, to get you started.

Essentially you use the usbmon Linux kernel module to capture the USB-packets and Wireshark as a front-end to display and analyse the captured USB stream.