I have a device linked to the serial port of an Arduino Uno. I need to link the Arduino to an Android smartphone via USB in order to read the data retrieved from the serial port. I was planning to use Android USB host API so the Arduino will act as the USB device.
Is there any library out there to accomplish this?