TomNisbet / TommyPROM

Simple Arduino-based EEPROM programmer
https://tomnisbet.github.io/TommyPROM/
143 stars 29 forks source link

Hardware Verify Not Working? #54

Closed OrlandoBlyat closed 2 months ago

OrlandoBlyat commented 1 year ago

Hi, I've assembled the TommyPROM on a breadboard with the 74HCT595 registers. But writing/reading aren't functioning properly, my wiring probably is at fault. I uploaded the HardwareVerify sketch, but in my serial terminal (MobaXTerm) I don't have a CLI (I set the baud rate to 115200). I recieve two '#' and that is it. The standard TommyPROM sketch works as inteded. Screenshots present. image /Terminal with the Hardware Verify Sketch/

image /Terminal with the TommyPROM sketch/

TomNisbet commented 1 year ago

The verify sketch doesn't print any header to identify itself, just the # character for the prompt. Did you try entering any commends? It uses the same terminal ode as TommyPROM, so if you were able to use one, then the other should work as well.

What kind of chip are you programming? Can you try the Z command in TommyPROM and post the results? Do Z0 and then D0.

OrlandoBlyat commented 1 year ago

Hello, sorry for the late response, I guess GitHub didn't send me an email about the response. I am programming the AT28C256. As I said, the terminal is exhibiting kind of strange behavior: image

image

I can input the command, pressing enter returns the cursor to line start. None of the commands return anything. image

I've also tried using TeraTermYT but it doesn't change.

image

SvenPaterson commented 9 months ago

I too seem to have had this exact same issue using teraterm. Worked just fine in the arduino native serial monitor once I finally tried using it! TommyProm works just fine through Tera Term otherwise.

EDIT: this tool is incredible btw. Thanks for putting it together. I was smashing my head against a wall using Ben Eaters design for hours until I found you tool.