The solution of developing android serialport with QT5.2.0 beta1
-
hai ,
everyone. as the current QT version do not support android serialport . i have some quetion :1. when the QT verion can support android serialport ? Do the QT project team have plan to do the work recently ? 2. becaues google has a project named android-serialport-api ,most of people use it to do android serialport
by java
https://code.google.com/p/android-serialport-api/source/browse/trunk/project/jni/SerialPort.c?r=4
i want to use JNI to reach the android serialport by QT .
At the moment unsuccessful.. So may be there is some one who made it work and have some example?thank you very much !
-
[quote]
when the QT verion can support android serialport ? Do the QT project team have plan to do the work recently ?
[/quote]
Maybe in Qt 5.2.1... We need help with Android. :)[quote]
i want to use JNI to reach the android serialport by QT .
[/quote]
QtSerialPort does not used JNI, at least currently.[quote]
So may be there is some one who made it work and have some example?
[/quote]
Currently works only the QSerialPortInfo, but partially: not all serial devices can be listed..To a common info please watch for "bug-tracker ":https://bugreports.qt-project.org/browse/QTBUG-32672
also you can post there bugs or suggestions..