Page 1 of 1

openLRSng serial RX / telemetry at the same time

Posted: Sun Feb 14, 2016 11:05 pm
by mikeller
Hi guys.

Is there a hardware reason for the statement

Code: Select all

You cannot use SBUS, Spektrum or SUMD and use serial telemetry at the same time:
in

https://github.com/openLRSng/openLRSngW ... etry-guide ?

For FCs running cleanflight / betaflight, it is possible to enable serial RX / telemetry on the same serial port, they just have to be forced to use the same baud rate (the one dictated by serial RX preferrably). I am currently considering writing a patch for betaflight to enable just this, but I was wondering if there is a reason on the openLRSng side stopping this from working?

Re: openLRSng serial RX / telemetry at the same time

Posted: Mon Feb 15, 2016 6:03 am
by Kilrah
It's what you said:
mikeller wrote: For FCs running cleanflight / betaflight, it is possible to enable serial RX / telemetry on the same serial port, they just have to be forced to use the same baud rate
the protocols listed in that sentence use different baudrates than any supported telemetry protocols, so...