Write data to EEPROM.

This commit is contained in:
2022-07-29 19:47:32 +02:00
parent 7a476f3180
commit 157fb199b7
4 changed files with 54 additions and 16 deletions

View File

@@ -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.