AT28C-EEPROM-Programmer-Arduino icon indicating copy to clipboard operation
AT28C-EEPROM-Programmer-Arduino copied to clipboard

Programming the AT28C64B or AT28C256 EEPROM chip with an Arduino Mega

Results 6 AT28C-EEPROM-Programmer-Arduino issues
Sort by recently updated
recently updated
newest added

The code for the programmer for the Arduino contains a serious bug that may cause random EEPROM writes every time it starts communicating with the board. Even when reading from...

Can you add a connection diagram so others can see how to wire up the shield?

Hello! Those -l and -o options, are not optional! ` File "/home/esalgado/Downloads/AT28C-EEPROM-Programmer-Arduino/at28c_programmer.py", line 84, in main str(addr - args.offset[0]) + " / " + str(len(contents))) TypeError: 'NoneType' object is not...

Add default offset arg if not present and don't print limit of not set

``` ser = serial.Serial(args.device[0], 115200) AttributeError: module 'serial' has no attribute 'Serial' ```