How to capture for USB logs ? the only I know is for example on shell with :
USBinspector ram:t/usb.log
is there any other more RAW method ? to see realtime packets for example analysing the usb device ?
Search found 4 matches
- Sat Feb 04, 2012 8:57 pm
- Forum: General Developer Support
- Topic: How to create a USBsniffer ?
- Replies: 9
- Views: 9180
- Sun Nov 20, 2011 11:24 pm
- Forum: General Developer Support
- Topic: USB Fdclasses
- Replies: 3
- Views: 4567
USB Fdclasses
I would like to know if it is possible to use FDCLASS to open an application when pluging a specific USB device.
One of Fdclass's parameters is the driver file, right? So could a new fdclass be created using specific vendor, product or just usb-class, to call a regular application?
Let's say, to ...
One of Fdclass's parameters is the driver file, right? So could a new fdclass be created using specific vendor, product or just usb-class, to call a regular application?
Let's say, to ...
- Sat Nov 05, 2011 2:05 pm
- Forum: General Developer Support
- Topic: How to create a USBsniffer ?
- Replies: 9
- Views: 9180
Re: How to create a USBsniffer ?
You mean that each time I plug & unplug a device, a driver must initalise it ? if not the device does nothing... ? every time?
it is not the case of some device like mouse and touch device for example I think. when there are plug they start sending data accross the usb.
My problem (like probably ...
it is not the case of some device like mouse and touch device for example I think. when there are plug they start sending data accross the usb.
My problem (like probably ...
- Sat Nov 05, 2011 12:40 pm
- Forum: General Developer Support
- Topic: How to create a USBsniffer ?
- Replies: 9
- Views: 9180
How to create a USBsniffer ?
How to create a "USBsniffer"
to see USB received & transfered DATA from/to a device and logging it and save the output.
This will help people to understand how works some devices connected to usb like graphics tablets, touchscreens, touchpads or even other keyboard or other graphic device, webcams ...
to see USB received & transfered DATA from/to a device and logging it and save the output.
This will help people to understand how works some devices connected to usb like graphics tablets, touchscreens, touchpads or even other keyboard or other graphic device, webcams ...