[libhid-discuss] libhid + swig -> c#

Peter Stuge peter at stuge.se
Mon Apr 11 21:30:30 UTC 2011


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/libhid-discuss/attachments/20110411/d73e08ca/attachment.pgp>


More information about the libhid-discuss mailing list