mirror of
https://github.com/Kugelschieber/arduino-c.git
synced 2026-01-18 02:50:26 +00:00
Write data to EEPROM.
This commit is contained in:
@@ -17,3 +17,11 @@ sudo ./compile.sh /dev/ttyUSB0
|
||||
```
|
||||
|
||||
The port can be found by looking inside `/dev`, the system file `ll /sys/class/tty/ttyUSB*`, or by running `lsusb`.
|
||||
|
||||
## Monitoring the serial port
|
||||
|
||||
```
|
||||
sudo screen /dev/ttyUSB0 9600
|
||||
```
|
||||
|
||||
To close the program, press `Ctrl + A` and type in `:quit` and hit enter.
|
||||
|
||||
Reference in New Issue
Block a user