OpenI6X / opentx

OpenTX for FlySky FS-i6X
GNU General Public License v2.0
165 stars 40 forks source link

Is it possible to have USB-Serial for Telemetry mirror? #415

Open Menginventor opened 1 month ago

Menginventor commented 1 month ago

For recent version, the remote can interface via USB port in 2-mode, storage mode and Joytick mode. Is it possible to add the third mode as USB Serial? Normally STM32 USB can be configured as USB-Serial so we can use telemetry mirror to PC easily and neat without additional wiring.

ajjjjjjjj commented 1 month ago

It is possible but requires some flash space. Theoretically it could be implemented as a on/off feature and used by disabling something else during compilation to fit into flash space.

Menginventor commented 1 month ago

May I ask for feature request on this one?

ajjjjjjjj commented 2 weeks ago

yes, maybe someone will spend some time on it.