Reputation: 22556
I have been doing a lot of reading and searching of where to start, I have seen that some people have accomplished it.
Can i do this? can i plug in a cable from my android tablet and into a hardware devices serial port (with a usb to serial converter) ?
Can i do it without rooting the device?
If i can do it what are the steps that i have to do?
Does androids have an api to access the serial port on its usb ?
Upvotes: 3
Views: 4971
Reputation: 11
I have accomplished this on my rooted Nexus 7 and with the help of this API: http://code.google.com/p/android-serialport-api/ It took me a bit of time to build my own app with api. but it also comes with already working app (incl source code).
Upvotes: 1