I'm personally a fan of USB in a Nutshell /
http://www.beyondlogic.org/usbnutshell/usb1.shtml.

If you have the source to the .NET library, you ought to be able to figure
out out the supported requests. Have you emailed them for more / better
documentation?


On Sat, Feb 8, 2014 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
> hardware without and driver. I can easily read the tags using this reader
> in C# since the manufacturer provide a library which is only suitable for
> .Net.
> > However, I need to make the device to be able to operate under linux and
> python is the best option for me to start. I have read a bit about pylab
> from here: http://pyusb.sourceforge.net/docs/1.0/tutorial.html
> >
> > My specific question is how to instruct the reader to start reading and
> how to get the data from the reader?
> >
> > At the moment I already have EP (I assume EP stands for EndPoint). What
> can I do with this EP?
> >
> > I know, this can be a silly question, but I am totally new in USB world.
> >
>
> The best start it to read a basic USB tutorial, so you can learn about
> descriptors and transfer types, once you understand the basics of USB,
> the PyUSB tutorial will make a lot more sense for you.
>
>
> --
> Best Regards,
> Wander Lairson Costa
>
>
> ------------------------------------------------------------------------------
> Managing the Performance of Cloud-Based Applications
> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
> Read the Whitepaper.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
> _______________________________________________
> pyusb-users mailing list
> pyusb-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pyusb-users
>
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to