Registriert seit: 13. Mai 2010
19 Beiträge
|
AW: Komponente Android Daten USB senden/empfangen
22. Mär 2016, 12:27
Nop !
No GET_REPORT.
I wrote this library to communicate with some Microchip USB mcu's.
HID interrupt only. No reports. Yet.
This:
TCommands = (
CMD_get_serial=100,
CMD_set_serial=101,
);
are just internal commands for my mcu's.
They slipped into the demo not seen by me.
At the moment I am very busy.
If time is available again, I will look into it.
But you could give it a try to do it yourself.
Because the basic code is just a copy of the original JVCL code.
So, perhaps, a copy of the original GET_REPORT code will also work in this library.
Later, I will look into it !.
Alfred
|