CrazyDude1994 / android-taranis-smartport-telemetry

This android application let you view and record your taranis telemetry data in realtime.
https://play.google.com/store/apps/details?id=crazydude.com.telemetry
143 stars 42 forks source link

Custom probing table to support STM32 Virtual COM Port #116

Closed vimalb closed 3 years ago

vimalb commented 3 years ago

This PR adds support for the USB Serial driver automatically recognizing STM32F4-based devices that use the default STM Virtual COM Port VID and PID.

Note that the upstream usb-serial-for-android project is no longer accepting PRs for new USB-CDC devices, preferring instead for applications themselves to build out custom probing tables for devices they would like to work with: https://github.com/mik3y/usb-serial-for-android/pull/289

This feature will specifically be useful for an upcoming feature in OpenTX that I'm working on - adding telemetry output via USB serial.