1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 11:44:53 +08:00
Cheng Zhong 1362f7d4fe Remove unused header files
Removed header files only used in Java-JNI bridge code.
2016-01-25 16:38:21 +08:00
..
2016-01-25 16:38:21 +08:00
2016-01-25 16:28:29 +08:00

Serial Communication Library for android (JNI API)

This is the Android support for Cross-platform, Serial Port library (JNI API).

Dependencies

To build the code:

Build

cd android
ndk-build

About Java API

If you need to use Java API in android, have a look at https://github.com/chzhong/serial-android.

License and Author

See README.md at the root directory.