Skip to content

AllanGallop/Arduino-Eprom-Programmer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AT27Cxxx EPROM Burner

Reading and writing parallel eproms using an Arduino Mega 2650

https://m0vte.co.uk/blog/playing-with-eproms

Prerequisites

Installation

  1. Clone or download repository git clone https://github.com/AllanGallop/eprom.git
  2. Install pySerial pip install pyserial
  3. Install Arduino Sketch

Usage

  1. Launch eprom.py
    • Windows eg: py -m eprom.py
    • Linux eg: python3 eprom.py
  2. Enter COM port address
    • Windows eg: COM1
    • Linux eg: /dev/ttyACM0
  3. Select mode
  4. Win!

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.6%
  • C++ 35.4%