Android USB host serial driver library for CDC, FTDI, Arduino and other devices.
A lightweight Android library to communicate with Arduino through usb.
"SerialPort Android" is a library which goals is to improve and add ease of access to serial devices and USB<>RS232 devices under Android OS.
USB host-mode serial driver library for Android Honeycomb or newer
Fork of "https://github.com/mik3y/usb-serial-for-android" - Java driver library for communication with Arduinos and other USB serial hardware on Android
This is the initial version of the voice controlled bot, created for a hackathon at Siemens. Uses CMU PocketSphinx for keyword detection and usb to serial library to send commands from android to arduino through serial port, using usb otg. Code may have redundancy.