Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 4 months ago.
Android seeing UART vs ARMmbed
I have been trying to create a radio listener app, to do this I been trying to send AT commands to the xDot using an Android tablet. I been using the [UsbSerial library](https://github.com/felHR85/UsbSerial/) by felHR85. I managed to get a program working with the Android talking to an Arduino. I attempted to use the same code, but with a changed baud rate. Instead of connecting to the UART the Android keeps trying to talk to the ARMmbed.
Is there a way to choose the UART? Thanks in advance for the help.