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?
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?
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. Regards from France ;)