Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
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.