Android-based oscilloscope GUI
Closed this issue · 1 comments
araobp commented
The oscilloscope GUI is nice, but my PC is heavy.
Study if it is possible to implement GUI on Android or not.
I already know that NUCLEO board speaks VCP, but is there any VCP driver implementation on Android?
Or I can simply add the driver written in Kotlin based on FTDI driver: https://github.com/araobp/gps_android
araobp commented
I made a simple terminal GUI on Android based on FTDI's D2XX driver, and tested if it can communicate with UART port on STM32 via UART-USB converter. Unfortunately, the result was that my smart phone can not support baudrate 460800. If I set baudrate to 9600, it works...
I gave up GUI for Android.