Rudolf Muehlbauer wrote: > Receiving strings is still somewhat strange, only the first > character is received.
If your device is not actually a human interface device and you have some control over the firmware I very strongly recommend not using the HID device class. If no class fits then vendor specific is an excellent choice; it allows you complete freedom in how communication works, and it can take advantage of the packet based nature of USB communication. Reading a string could be as simple as giving a string number and receiving the string bytes. //Peter
pgpT0Rp3GR18O.pgp
Description: PGP signature
_______________________________________________ libhid-discuss mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/libhid-discuss http://libhid.alioth.debian.org/

