On Mon, Oct 1, 2012 at 7:49 PM, Stefano Di Martino <stefan...@gmx.net> wrote:
> Sorry, I miss the forest for the trees. I'm new to USB programming,
> python and the pyUSB lib.
> I think, my problem was, that I was testing with my kindle and I didn't
> get it so far, that every device has its own vendor requests.
> Does anyone know, where I get the custom kindle vendor requests?
> Because I read the device information and the transfer type is "control",
> so I have to communicate with this protocol.

I think you have to learn the ABCs of USB first.
http://www.usbmadesimple.co.uk/

As for the communication protocol, you may have to search the
internet to see whether people have reverse-engineering the
protocol or not. If not, maybe you have to do your own reverse
engineering.

Remember pyusb and libusb are generic tools to work with USB
device but you need to know the communication protocol
in order to use pyusb and libusb.


-- 
Xiaofan

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to