EPROM-EMU-NG/Software/README.MD

27 lines
929 B
Plaintext
Raw Normal View History

2020-11-08 23:34:14 -08:00
Python script to control the EPROM EMULATOR NG.
2020-10-03 00:20:59 -07:00
Requires python 3.8, and the following libraries:
* pySerial (pip install pyserial)
* pySimpleGui (pip install pysimplegui) 4.30.0 or above
2020-10-03 00:20:59 -07:00
2020-10-03 00:21:27 -07:00
parameters like type of memory, hex file etc should be provided via command line.
2020-10-03 00:20:59 -07:00
For GUI, just run the script without parameters and GUI will show up (of course only works in GUI environments :))
2020-10-03 00:20:59 -07:00
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.
2020-11-08 23:34:14 -08:00
As of Nov 8 2020, it is recommended to use the 2.0rc1 version of the Python script (and a matching version of Arduino sketch) for the emulator. Please read the release notes.