[PD-dev] making a libusb object (expanding on [hid] toolkit)

Christian Klippel ck at mamalala.de
Fri Jan 20 18:02:13 CET 2006


hi again,

btw, with libusb, you just send or receive buffers with up to 64 bytes, 
independant of how the device is enumerated. so you can send/receive data 
from a hid device the same way as from a non-hid device, by 
usb_interrupt_read or *_write ..... serial devices usually have bulk 
endpoints (higher transfer rate), so it just changes to usb_bulk_read and 
*_write.

greets,

chris





More information about the Pd-dev mailing list