6 years, 9 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.

Be the first to answer this question.