ppedro74 / Arduino-SerialCommands

BSD 3-Clause "New" or "Revised" License
87 stars 29 forks source link

How to send from one serial port to another? #18

Open jonrichings opened 1 year ago

jonrichings commented 1 year ago

Like this lib a lot since it cleans up my messy code. But because of the requirement to use sender->GetSerial()->println(...) I can't figure out how to read some from one port and send to the other. Does every print have to be triggered by a handler? Is there a way to just address a print to a specific serial port without it being the result of an incoming command?