Re: [Chicken-users] [ANN] usb egg v0.1.0 is released

2013-06-06 Thread Kristian Lein-Mathisen
Hello Aaron, We're just started looking at your chicken-usb egg. The API is much more intuitive than Python'shttp://pyusb.sourceforge.net/docs/1.0/tutorial.html! Might it be a good idea to define a record printer for #usb-device records to include the vendor and product ids, and perhaps

Re: [Chicken-users] [ANN] usb egg v0.1.0 is released

2013-05-08 Thread Kristian Lein-Mathisen
Hello Aaron, I can't believe nobody has commented on this yet - this is really cool! I have no experience with libusb, but it seems this is how you'd start if you're trying to make your own USB driver or investigating someone else's. I hope I run into a problem where I need lolevel USB access

[Chicken-users] [ANN] usb egg v0.1.0 is released

2013-04-22 Thread Aaron Patterson
Hi everyone! I laid my first egg, and I'm emailing here to inform you of its existence. This egg wraps libusb and gives you a scheme API. Here is the repository: https://github.com/tenderlove/chicken-usb My scheme is not fully hatched, and this code is not 100% complete (as noted in the