Registriert seit: 13. Mai 2010
19 Beiträge
|
AW: Komponente Android Daten USB senden/empfangen
23. Mär 2016, 09:16
I just had a quick look on how to send/get a report.
You need to do a controltransfer.
I you look at: function TJvHidDevice.GetDeviceString(Idx: Byte): string;
You will find an example on how to do a controltransfer.
It could give you a start.
Alfred
|