import gnu.io.SerialPort; import java.util.HashMap; public class CommTest { public static void main(String[] args) { SerialReader sr = new SerialReader(); CommDataObserver bob = new CommDataObserver("bob"); CommDataObserver joe = new CommDataObserve
android-serialport-api
Accessing serial ports for Android
The current Android SDK does not provide any API for reading and writing to the Linux TTY serial ports. You may find such serial ports on the connector of HTC Android phones.
This project w