RXTX serial port library on Android
问题 I am using the rxtx library in my Java project to read the serial data coming from my gps chip. Now, I try to port this to my android device, a rooted Galaxy Nexus with an Android 4.0.3 stock rom. I already created a project and ported my classes to an android version. It uses the rxtx library for android like this: public void init() { try { Enumeration portIdentifiers = CommPortIdentifier.getPortIdentifiers(); // / See what ports are available. and latch on desired port while