From 78b46f6517141847fb87e1bf463f9539f661d0df Mon Sep 17 00:00:00 2001 From: Kris Sekula Date: Sat, 21 Mar 2020 14:07:29 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 931f429..1e93ce9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # ERMAX100 ERMAX100 EPROM Emulator / Symulator + +A python script included here allows you to control the ERMAX100 EPROM Emulator using python. It replaces the DOS software that came origianlly came with the device and is not compatible with modern computers. You will need Python 3.8 and pyserial library (you can install it with "pip install pyserial". + +A full article describing the device and the process of developing the script can be found on my page http://mygeekyhobby.com