Closed GoogleCodeExporter closed 9 years ago
I've tested it again, and I noted that the ttyUSB0 appears when I connect the
usb to serial cable on the device. I'll try changing permissions while
everything is connected to see what happens.
Original comment by francisc...@gmail.com
on 13 Jul 2012 at 7:16
/dev/ttyUSB* files are created dynamically when an USB to serial adapter is
plugged. To dynamically modify the permission of this file, you can modify the
init script of your device to something like that:
on device-added-/dev/ttyUSB0
chmod 0666 /dev/ttyUSB0
I did not tested it by myself, and it seams the trigger "on device-added" has
been removed from recent Android versions.
Please let me know if you have a solution to this issue.
Original comment by cedric.p...@gmail.com
on 15 Nov 2012 at 3:38
Original issue reported on code.google.com by
francisc...@gmail.com
on 13 Jul 2012 at 1:26