CubeCell-Arduino icon indicating copy to clipboard operation
CubeCell-Arduino copied to clipboard

AB02 com output to LCD?

Open RobSmeenk opened this issue 2 years ago • 1 comments

A question:

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

RobSmeenk avatar Mar 14 '22 11:03 RobSmeenk

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.

sysfu avatar Sep 12 '23 18:09 sysfu