I am porting a linux application onto android, which runs on beagle board.

My application has to access serial port(send/recv). Is it possible to read/write serialport using an application, unless the android is 'root'ed?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Check this page : http://code.google.com/p/android-serialport-api/

It should be what you're looking for, if I correctly understood your question.

Hope I have helped.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.