Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't upload new frequencies #163

Open
f4goh opened this issue Feb 24, 2025 · 3 comments
Open

Can't upload new frequencies #163

f4goh opened this issue Feb 24, 2025 · 3 comments

Comments

@f4goh
Copy link

f4goh commented Feb 24, 2025

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

@dawsonjon
Copy link
Owner

@f4goh No, I don't think you are missing anything. What platform are you running on?

@f4goh
Copy link
Author

f4goh commented Feb 24, 2025

Hello,
Thanks for answer,
Linux Mint, with python3.8 and pyserial by pip install
serial /dev/ttyACM0
I also post my project here.
https://github.com/f4goh/SDR-PICO
Did you know is there any driver to detect usb sound card from pico for my old Win7 OS (4011) ?
but usb RPI mic sound card works on Linux Mint :)

@dawsonjon
Copy link
Owner

Thanks, I will take a look into the memory writing, I checked it was working recently (also on Linux mint) but that was on a newer branch. It may have broken somewhere along the line. For windows 7 you might need to install a third party uac2 driver, I think there are a few to chose from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants