Hi everyone,
I want to build a project that will use a PIC24FJ32GB002 microcontroller in USB Host mode and on the other side an Android tablet in USB Device (Slave) mode. On the PIC24 side, my code works well, it detects the tablet and can communicate in HID.
Now the question is how to write my program in B4A to make the tablet in USB HID Device mode and be able to receive and transmit frames of 64 bytes in both directions initiated by the PIC24?
I have searched a lot here but all examples of USB seem to be USB Host only.
Thank you for your precious help!
I want to build a project that will use a PIC24FJ32GB002 microcontroller in USB Host mode and on the other side an Android tablet in USB Device (Slave) mode. On the PIC24 side, my code works well, it detects the tablet and can communicate in HID.
Now the question is how to write my program in B4A to make the tablet in USB HID Device mode and be able to receive and transmit frames of 64 bytes in both directions initiated by the PIC24?
I have searched a lot here but all examples of USB seem to be USB Host only.
Thank you for your precious help!