Re: [Twisted-Python] question : How to listen to USB-HID

2013-05-17 Thread Tim Allen
On Fri, May 17, 2013 at 02:54:47PM +0700, b...@indoakses-online.com wrote: > But I plan to replace arduino with digispark ( > http://digistump.com/products/1 ) > > Problem is I just realize that this device will recognized as USB-HID >From this page: http://digistump.com/wiki/digispark/tutor

[Twisted-Python] question : How to listen to USB-HID

2013-05-17 Thread bino
Dear All ... Currently I have a twistd script that listen to arduino dev board. Arduino recognized as plain usb-serial, so I can do it using LineReceiver as simple as : --> class ArduinoReceiver(LineReceiver) And make it SerialService as told by http://www.mentby.com/lucas-taylor/serialport-proto