From c9a2865d56dfbf1c70ed4a9449ee170c64d48c24 Mon Sep 17 00:00:00 2001 From: Kris Sekula Date: Tue, 1 Dec 2020 11:40:49 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47b9ca1..b52645d 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ 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, hardware upgrade to support USB connectivity and the process of developing the script can be found on my page [mygeekyhobby.com](https://mygeekyhobby.com/2020/07/05/eprom-emulator/) +A full article describing the device, hardware upgrade to support USB connectivity and the process of developing the script can be found on my page [mygeekyhobby.com](https://mygeekyhobby.com/2020/03/21/ermax100-eprom-emulator-revival/)