Re: [pyusb-users] a dream of uniform serial-usb handling...

2015-05-01 Thread Chapman Flack
21 Apr 2015 10:17:53 -0300 Wander Lairson Costa : > I am not very versed into pyserial and ftdi stuff. One question comes > to my mind is: what's the advantage of moving stuff from pyserial to > pyusb? I might have needed to give a broader view first. I did not intend to move anything from /pyser

Re: [pyusb-users] a dream of uniform serial-usb handling...

2015-04-21 Thread Wander Lairson Costa
Hi, I am not very versed into pyserial and ftdi stuff. One question comes to my mind is: what's the advantage of moving stuff from pyserial to pyusb? I have an idea of providing an usb.classes package, which would ship modules for each USB standard class. But I didn't elaborate onto this yet, it i

Re: [pyusb-users] a dream of uniform serial-usb handling...

2015-04-19 Thread Emmanuel Blot
On Sun, Apr 19, 2015 at 2:53 AM, Chapman Flack wrote: >> Reactions? Does my dream make sense to other pyusb-users readers? Hi, A quick note about the licensing scheme of pyftdi (and friends). Some parts are LGPL-licensed because I've initially developed cftdi on top of libftdi - a Python-to-C wr

[pyusb-users] a dream of uniform serial-usb handling...

2015-04-18 Thread Chapman Flack
Hi, I'm new to pyusb, thinking I have an idea to propose for how uniformly serial and usb support in Python could be handled ... it started with this sort of dream vision: 1. I have this gizmo that once upon a time had an old-fashioned 232 serial interface to the computer. I can talk to it in P