We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af744b commit 611d784Copy full SHA for 611d784
eprom.py
@@ -58,7 +58,7 @@
58
f.write(data)
59
numBytes=numBytes+1
60
f.close()
61
- print("Done\n")
+ print("\nDone\n")
62
#Burn EPROM, see schematic at my website
63
if(option==2):
64
name=input("What's the name of the file?")
@@ -85,7 +85,7 @@
85
print("Writing data. Current porcentage:{:.2%}".format(i/numsectors),end='\r')
86
#print("CHK:", CHK)
87
response=~CHK
88
-
+
89
#keeps trying while the replied checksum is not correct
90
while response!=CHK:
91
ser.write(data)
0 commit comments