HelTecAutomation / CubeCell-Arduino

Heltec CubeCell Series (based on ASR6501, ASR6502 chip) Arduino support.
248 stars 137 forks source link

AB02 com output to LCD? #227

Open RobSmeenk opened 2 years ago

RobSmeenk commented 2 years ago

A question:

How can I get the LORA TX/RX data that normally flows to the COM-port on the built-in display?

sysfu commented 10 months ago

A question:

How can I get the LORA TX/RX data that normally flows to the COM-port on the built-in display?

I'm looking to accomplish something similar. First off, you need to include the CubeCell Plus display library in your Arduino sketch and make sure it doesn't have a name conflict with the LoraWAN library.

Then I imagine you'd need to either write or find a function that pipes the serial port display outputs to your initialized display.

There are some example sketches showing how to display things on the CubeCell Plus here:

Hope that helps.