Sending Messages with upsidedown.py
The Python script bin/upsidedown.py
sends serial messages from the
command-line.
Any string received by the UART interface of the AVR is displayed. (Assuming, you know, everything is working.) You can use whatever serial terminal you prefer to send messages — the Linux command screen and Python’s pySerial miniterm console are two options.
Send a random message
Without any other command-line arguments, upsidedown.py will send a random message like "run."
$ ./upsidedown.py