paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Paparazzi-devel] telemetry stream redirection?


From: Chris
Subject: [Paparazzi-devel] telemetry stream redirection?
Date: Sat, 22 May 2021 08:39:09 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Hi.

I am almost done writting the code for the si4432 (rfm22b) so it can be used as a modem and a rc receiver running openlrsng firmware but  i have a small problem.

Is there any simple way to send the telemetry stream to a buffer (which i will use to load the serial data to the si4432 radio) instead of the UART?

i am thinking to hijack the uart's buffer but i won't be a clean way like say instead of

    <module name="telemetry" type="transparent">
      <configure  name="MODEM_BAUD" value="B57600"/>
      <configure  name="MODEM_PORT" value="UART6 "/>
    </module>

we could have

    <module name="telemetry" type="transparent">
      <configure  name="MODEM_BAUD" value="B57600"/>
      <configure  name="MODEM_PORT" value="buffer_name"/>
    </module>

Chris




reply via email to

[Prev in Thread] Current Thread [Next in Thread]