Relative Content

Tag Archive for androidc++android-ndkjava-native-interface

Android App using C++ for serial USB access

I’m developing an Android application that needs to access a third-party library written in C that accesses the serial port through the command (*pSerialHandle) = open(deviceName, O_RDWR | O_NOCTTY | O_NDELAY); I make the connection through JNI.