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

RADEX One Serial Not found #14

Open
mlewis3141 opened this issue Jun 1, 2023 · 5 comments
Open

RADEX One Serial Not found #14

mlewis3141 opened this issue Jun 1, 2023 · 5 comments

Comments

@mlewis3141
Copy link

Hello

I was trying to use this tool to read data from the Radex one on Ubuntu 18.04. When I run the code I get the following

image

I ran the lsusb command and the Radex device is the device 10. I looked briefly at the code, and it looks like it is looking for the abba:a011 device. I am not a computer programmer, but am only looking to get this working.

Let me know if you have any suggestions.

Thanks

@luigifab
Copy link
Owner

luigifab commented Jun 1, 2023

Can you try this version (you must replace the file).
Since 1.2.1 I made some changes.

@luigifab
Copy link
Owner

luigifab commented Jun 6, 2023

Perhaps fixed in v1.2.2.

@luigifab luigifab closed this as completed Jun 6, 2023
@mlewis3141
Copy link
Author

mlewis3141 commented Jun 6, 2023 via email

@luigifab luigifab reopened this Jun 6, 2023
@mlewis3141
Copy link
Author

mlewis3141 commented Jun 6, 2023 via email

@luigifab
Copy link
Owner

Today, I have an idea!

Based on your screenshot, my program detect your abba:a011 device, but crash after.
I think this is because your device name seems to be empty, and the program search RADEX.

Can you try to create the following file a.py with:

# https://stackoverflow.com/a/25112066/2980105
import serial.tools.list_ports
ports = list(serial.tools.list_ports.comports())
for p in ports:
  print(p)

Then run python3 a.py to see results.

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