Skip to content

Can't upload new frequencies #163

Open
@f4goh

Description

@f4goh

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions