albert2lyu / android-serialport-api

Automatically exported from code.google.com/p/android-serialport-api
0 stars 0 forks source link

Error: You do not have read/write permission to the serial port #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Asus Eeepad Transformer Tablet PC + PL2303 USB to Serial cable
2. OS detects PL2303 as ttyUSB3
3. Run SerialPort API and configure as ttyUSB3 and 9600bps
4. Run Loopback and shows Error permission denied.

What version of the product are you using? On what operating system?
Android 3.2.1 and Kernel 2.6.36.3

How to fix the permission on Asus Transformer?

Thanks,

Mike

Original issue reported on code.google.com by mikechu....@gmail.com on 14 Dec 2011 at 8:57

GoogleCodeExporter commented 8 years ago
Is there any update on this issue? I'm having the same problem on the iMX SABRE 
Tablet board.

Original comment by groging...@gmail.com on 5 Jan 2012 at 12:14

GoogleCodeExporter commented 8 years ago
To change permission of a /dev/... file, on Android like on any other Linux 
distribution, you need root permissions.

You should search on Android forums about rooting you device.

Original comment by cedric.p...@gmail.com on 25 Jan 2012 at 5:43