I am trying to get Android USB host mode to work; but I need to set the baud rate to 56000. I found only this code:
UsbDeviceConnection myConnection; myConnection.controlTransfer(0x40, 0x03, 0x4138, 0, null, 0, 0);
I did not find anything about this in the links.
Thank you very much!
source share