ryanhex53 / AndroidJSSC

Java simple serial connector for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android JSSC

This is a wrapper projcet of java simple serial connector - JSSC to work in android platform. You may need NDK for building this project.

If you want to build the jssc package in your environment, please modify app/build.gradle file, add required filters under

ndk {
	abiFilters "armeabi-v7a", "x86"
}

While building, the cpp files will be compiled to .so files (for each platform) and will be added to the generated apk. Please note that I have not added the searil port read/write functionality.

About

Java simple serial connector for Android

License:GNU General Public License v3.0


Languages

Language:Java 73.2%Language:C++ 20.6%Language:C 4.8%Language:CMake 1.4%