I'm having trouble understanding how to communicate my android app to communicate with a custom board via serial connection. The android software supports USB host mode.
My android 3.1+ tablet as USB host <-----packet of bytes-----> custom board at 9600 baud rate
Here's what I understand about setting up my app:
- Using USB manager I find my USB device (custom board)
- After finding my USB device I set up a USBInterface to communicate.
- Using the USBInterface I need to find the USBEndpoint(can someone tell me what that is?)
- I can now use USBDeviceConnection to send and recieve information.
Any help to understand the process helps. Thanks