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

bino at indoakses-online.com bino at indoakses-online.com
Fri May 17 01:54:47 MDT 2013


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-protocol-as-a-service.html

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

Kindly please give me any enlightenment on how to handle USB-HID device
with twistd ?

Sincerely
-bino-





More information about the Twisted-Python mailing list