Update Readme.txt

This commit is contained in:
Kris Sekula 2020-10-03 00:20:59 -07:00 committed by GitHub
parent 0906c199e9
commit 4646b9eb7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 1 deletions

View File

@ -1 +1,24 @@
Python script to control the EPROM Emulator, must have pyserial installed and python 3
Python script to control the EPROM Emulator.
Requires python 3.8, and the following libraries:
* pySerial (pip install pyserial)
* pySimpleGui (pip install pysimplegui) - for the beta GUI support to work
parameters like type of memory, hex file etc shoul be provided via command line.
There is "beta" GUI support - brings GUI parameter selection, just run the script without parameters and GUI will show up (of course only works in GUI environments :))
Example of parameters and output:
#python.exe EPROM_NG_v1.5h.py -mem 27256 -spi y -auto n 27256.HEX com4
Running EPROM EMU NG python script version 1.5h
Using serial port COM4, emulating: 27512 EPROM
-- attempting to get sync --
-> HW: 1.4 @ 115200, FW: 1.6, SPI: 0, Auto: 0, Last EPROM: 6, mygeekyhobby.com 2020 :)
-- prcessing file --
-> Emulator Running.