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
I would say that a more important reason is that cat is uni-directional: you cannot type any text to your arduino serial port and expect it to be readable using Serial.read or Serial.readBytes, while with gnu-screen you can.
I see Arduino-Makefile uses "screen" for the monitor. However, it's not very well know for many users...
Why not using a simple "cat"? I use this:
It works well. You can quit with Ctrl-C.
The text was updated successfully, but these errors were encountered: