cartreader/extras/control/README.md

14 lines
739 B
Markdown
Raw Normal View History

2017-11-19 21:15:55 +01:00
This is a simple Windows application to control the Cart Reader without the need of an OLED screen or buttons.
Files are still loaded from and saved to the SD card.
![image](https://dl.dropboxusercontent.com/s/txxlylb3kdt2mnb/crcontrol.jpg?dl=1)
2019-09-05 08:09:04 +02:00
To enable the Serial Monitor follow the instructions on flashing the Cart_Reader sketch to the Arduino as shown here: [How to flash the Arduino Code to your Cart Reader](https://github.com/sanni/cartreader/wiki/How-to-flash-the-Arduino).
2019-09-05 08:13:09 +02:00
**But before you hit upload you need to change one line in the Cart_Reader.ino tab like this:**
2017-11-19 21:15:55 +01:00
2019-09-05 08:13:09 +02:00
```
2019-09-05 08:14:00 +02:00
// Comment out to change to Serial Output
2019-09-05 08:13:09 +02:00
// be sure to change the Arduino Serial Monitor to no line ending
//#define enable_OLED
```