Fazecast / jSerialComm

Platform-independent serial port access for Java
GNU Lesser General Public License v3.0
1.34k stars 287 forks source link

Question: Will jSerialComm work for Android now? #243

Closed DanielMartensson closed 5 years ago

DanielMartensson commented 5 years ago

Hi!

Just a simple question. I have heard that it have been some small issues with jSerialComm on Android. Are the issues still there?

I have some plans that I might need to use jSerialComm with GluonHQ framework for creating Android apps. GluonHQ uses Java 8.

hedgecrw commented 5 years ago

Hey there! This library still only works on rooted Android devices (not generic devices and not apps distributed through an app store). This is due to the Android OS not allowing direct access to serial ports, so it is unlikely to be fixed in a portable manner until they provide a way for such access. Sorry, but thanks for the question!