Open
Description
Hello,
I try to use upload_memory.py
COM port open but it seems wait ser.readline()
i select USB Memory Upload menu item in a submenu is ok
with open(filename, 'rb') as input_file:
for channel in buffer:
for location in channel:
ser.write(bytes("%x\n"%(location), "utf8"))
ser.readline() #wait ack ?
ser.write(bytes("q\n", "utf8"))
Perhaps i miss something ?
73
Metadata
Metadata
Assignees
Labels
No labels