Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Sniffing the usb traffic: (1 Item)
   
Sniffing the usb traffic  
I have a task to write a driver for data acquisition device. I have written simple code that uses read()/write() to send
 or receive frame form device, but it doesn`t work properly. Is there any way to see what`s going on in the device file?
 I know cat command, but I need something that will be returning characters  (in hex format)from file continously. 

Thanks.