yaapu / FrskyTelemetryScript

A LUA telemetry script and widget for the Horus X10(S),X12 and Taranis X9D+,X9E,QX7 and X-Lite radios using ArduPilot frsky passthru protocol
GNU General Public License v3.0
432 stars 136 forks source link

Suggest to add data transfer #134

Closed Alienix33 closed 2 years ago

Alienix33 commented 2 years ago

Hi Alessandro,

Your nice telemetry script works very well and I would like to suggest an improvement.

Once Yaapu FrSky telemetry script installed all data and GPS data in particular are well decoded and displayed on screen. However same FrSky telemetry data are not readable on Radio control Transmitter (TX16S) UART once configured as « telemetry mirror ».

May be it could be possible to implement into LUA script some code to transfer those GPS data under NMEA format to UART which then can be configured as « LUA » ( those data would to be used by antenna tracker).

yaapu commented 2 years ago

mainstream OpenTX does not allow access to serial ports from lua, so no way to do it