-
Notifications
You must be signed in to change notification settings - Fork 28
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
NanoVNA not detected #4
Comments
An update: the app 'just works' on macos. The device is detected on linux, but throws an uncaught deserialization error during the initial connection: Uncaught (in promise) Error |
In short, WebUSB is very experimental feature.
If I understand the steps well, I will add to README. |
Readme updated. Added Ubuntu instruction with disabling cdc_acm driver udev rule: https://github.com/cho45/NanoVNA-WebUSB-Client/blob/master/etc/99-nanovna.rules. Added Windows instruction with zadig. |
I tried it out with a nanovna-v2 in Mint 19.2 as follows: What is going wrong? kind regards, |
I'm also having a problem with my NanoVNA not being seen by the web interface. If i disable the udev rule, i can see /dev/ttyACM0 in the list, but selecting it brings up errors about not being able to set baudrate. Enabling the udev rule again means I no longer see the serial port in the list, so I don't know what to connect to, and the interface doesn't seem to either. |
I tried to run the app today (both the official one and a local installation build from your source).
Chrome (version 74) reports "No Compatible Devices Found" when I try to connect.
The "no devices matched" console.log() statement also gets printed (nanovna.js line 31).
I'm sure this works for you. I made sure my NanoVNA is configured; it has the correct vendor/product codes (0483:5740).
I confirmed I can communicate with the VNA via the NanoVNASharp program.
Are you running a special version of the firmware with changes to the USB driver to allow it to work with webusb? I wasn't able to convince ms windows 10 to use the WebUSB driver with my nanovna.
Or perhaps you're running macos, where things 'just work'?
(for reference: the google page for configuring windows devices for webusb)
The text was updated successfully, but these errors were encountered: