SerialPortChannel - A serial port driver Java class for Android

The Android runtime library does not provide a class to access a serial port. This implementation of a serial port channel uses JNA to call operating system functions of the Android Linux kernel.

Source code: SerialPortChannel.java
BeagleBone version: SerialPortChannelBeagleBone.java

Author: Christian d'Heureuse (www.source-code.biz, www.inventec.ch/chdh)
Index