Reading and writing parallel eproms using an Arduino Mega 2650
- Python 3 [https://www.python.org/]
- Arudino IDE [https://www.arduino.cc/]
- Clone or download repository
git clone https://github.com/AllanGallop/eprom.git - Install pySerial
pip install pyserial - Install Arduino Sketch
- Launch eprom.py
- Windows
eg: py -m eprom.py - Linux
eg: python3 eprom.py
- Windows
- Enter COM port address
- Windows
eg: COM1 - Linux
eg: /dev/ttyACM0
- Windows
- Select mode
- Win!

