You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: