Re: [Tutor] python access of usb for winxp

2008-04-10 Thread Michael Langford
Libusb on windows, which pyusb depends on, is somewhat lacking the last time I tried. Seems like libusb on win is abandoned. --Michael On Thu, Apr 10, 2008 at 2:42 PM, govind goyal <[EMAIL PROTECTED]> wrote: > Hello, > I want to retreive data to and fro USB device attached/connected to my >

Re: [Tutor] python access of usb for winxp

2008-04-10 Thread Alan Gauld
"govind goyal" <[EMAIL PROTECTED]> wrote > I want to retreive data to and fro USB device attached/connected to > my > WinXP PC. It depends what kind of device it is. If it is a drive or flash card you can use the normal file access functions. If it is a printer or scanner then the usual APIs fo

[Tutor] python access of usb for winxp

2008-04-10 Thread govind goyal
Hello, I want to retreive data to and fro USB device attached/connected to my WinXP PC. Is there any module or library available in python? I came across "pyusb" and downloaded some packages but I am not getting how to use or install those packages. Can anybody help me out in above stuffs? All help