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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.