[pyusb-users] PyUSB on Intel Galileo Gen 2

2014-11-24 Thread Setia Budi
Hi all, At the moment I am working with Intel Galileo Gen2 with Yocto Linux running on top of it. This micro PC is planned to replace some other micro PC for field experiment. I installed pyusb on it without any issue, however, once I run my script, which is using pyusb module, I found this error

Re: [pyusb-users] PyUSB on Intel Galileo Gen 2

2014-11-24 Thread Setia Budi
Thanks for the hint. I will try it now :) Kind regards, Budi On Tue, Nov 25, 2014 at 12:17 PM, Xiaofan Chen xiaof...@gmail.com wrote: On Tue, Nov 25, 2014 at 7:33 AM, Setia Budi boedy.b...@gmail.com wrote: Hi all, At the moment I am working with Intel Galileo Gen2 with Yocto Linux running

Re: [pyusb-users] PyUSB on Intel Galileo Gen 2

2014-11-24 Thread Setia Budi
configure: error: in `/home/root/libusb-1.0.9': configure: error: no acceptable C compiler found in $PATH Need to get c compiler . On Tue, Nov 25, 2014 at 12:23 PM, Setia Budi boedy.b...@gmail.com wrote: Thanks for the hint. I will try it now :) Kind regards, Budi On Tue, Nov 25, 2014

Re: [pyusb-users] PyUSB on Intel Galileo Gen 2

2014-11-24 Thread Setia Budi
, in module RFID_READER = usb.core.find(idVendor=VENDOR_ID, idProduct=PRODUCT_ID) File /usr/lib/python2.7/site-packages/usb/core.py, line 1199, in find raise ValueError('No backend available') ValueError: No backend available Kind regards, Budi On Tue, Nov 25, 2014 at 12:49 PM, Setia Budi

Re: [pyusb-users] Working with multiple identical devices

2014-09-07 Thread Setia Budi
this function: usb.core.find(find_all=True, idVendor=0x1, idProduct=0x2) Anyone could assist me? Thank you :) Kind regards, Budi On Fri, Sep 5, 2014 at 4:29 PM, Setia Budi boedy.b...@gmail.com wrote: It works :) Thank you for the clue. I do appreciate it :) Kind regards, Budi On Thu

Re: [pyusb-users] Reading RFID tag using MTI RU-824 via pylab

2014-02-12 Thread Setia Budi
the environment * *before printing this email* On Wed, Feb 12, 2014 at 9:52 PM, Wander Lairson Costa wander.lair...@gmail.com wrote: 2014-02-11 20:11 GMT-02:00 Setia Budi boedy.b...@gmail.com: This is the output for lsusb -v -d 24e9:0824 Bus 002 Device 007: ID 24e9:0824 Device Descriptor

Re: [pyusb-users] Reading RFID tag using MTI RU-824 via pylab

2014-02-12 Thread Setia Budi
= boedy.b...@gmail.com http://goo.gl/T5NDnD http://goo.gl/4xmCrj http://goo.gl/f2Dj7Q http://goo.gl/TlJuEd http://goo.gl/d6J1aE http://goo.gl/8ezaYx = *Please consider the environment * *before printing this email* On Thu, Feb 13, 2014 at 1:48 PM, Setia Budi boedy.b

Re: [pyusb-users] Reading RFID tag using MTI RU-824 via pylab

2014-02-11 Thread Setia Budi
this email* On Tue, Feb 11, 2014 at 10:06 PM, Wander Lairson Costa wander.lair...@gmail.com wrote: 2014-02-11 3:56 GMT-02:00 Setia Budi boedy.b...@gmail.com: Hi fellows, I will try to give further information related to my problem. I am facing difficulties in order to send USB commands

Re: [pyusb-users] Reading RFID tag using MTI RU-824 via pylab

2014-02-11 Thread Setia Budi
the environment * *before printing this email* On Tue, Feb 11, 2014 at 10:15 PM, Setia Budi boedy.b...@gmail.com wrote: I left the RFID reader at my office. Tomorrow morning I will send the lsusb output. It's 10:14 pm in Tasmania :) Budi = boedy.b...@gmail.com http

Re: [pyusb-users] Reading RFID tag using MTI RU-824 via pylab

2014-02-11 Thread Setia Budi
http://goo.gl/TlJuEd http://goo.gl/d6J1aE http://goo.gl/8ezaYx = *Please consider the environment * *before printing this email* On Tue, Feb 11, 2014 at 10:11 PM, Wander Lairson Costa wander.lair...@gmail.com wrote: 2014-02-11 9:09 GMT-02:00 Setia Budi boedy.b

Re: [pyusb-users] Reading RFID tag using MTI RU-824 via pylab

2014-02-08 Thread Setia Budi
at 6:11 AM, Wander Lairson Costa wander.lair...@gmail.com wrote: 2014-02-08 5:30 GMT-02:00 Setia Budi boedy.b...@gmail.com: Anyone has an experience to read RFID tags using MTI RU-824 RFID reader in Python (using pylab)? To be honest, I have zero experience with accessing USB devices or any

[pyusb-users] Reading RFID tag using MTI RU-824 via pylab

2014-02-07 Thread Setia Budi
Anyone has an experience to read RFID tags using MTI RU-824 RFID reader in Python (using pylab)? To be honest, I have zero experience with accessing USB devices or any hardware without and driver. I can easily read the tags using this reader in C# since the manufacturer provide a library which is