-
Notifications
You must be signed in to change notification settings - Fork 14
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
Serial comms hang in Win10 #1
Comments
Hi, Shawn! |
@AIWintermuteAI Just tried it--it hangs on my Mac, too. |
Hi, I have a similar issue that I posted on the forum. Copied here incase the additional details are useful. I have a brand new Pi Pico. Flashed with rp2-pico-20220117-v1.18.uf2 from: MicroPython - Python for microcontrollers Flashing with ei_rp2040_firmware.uf2 from https://docs.edgeimpulse.com/docs/development-boards/raspberry-pi-rp2040 Trying to update the driver using Zadig 2.7 says it was successful but has no effect, even after a reboot still shows as v1.0.0.0 and putty still hangs, Replacing the driver with winusb, and then back to USB Serial (CDC) it still goes back to v1.0.0.0 Finally in Device Manager, using “Update Driver” and Browse I managed to get the version up to v10.0.19041.1202 – but still no putty connection I also tried a Chrome “Connect using WebUSB”, which shows a ‘Board CDC (Com 4) - paired’, but I get a “Failed to connect to device” error straight away or sometime Chrome just hanging and not doing anything. I have also tried on a different windows machine, and I still get no putty connection. Thanks very much |
@AIWintermuteAI yes, I confirmed that it is intermittent on my Mac. I plugged it in and could connect a few times. On about the third or fourth time, it loses serial connection to the Pico. |
For me, on Windows, it is permanent, I have never been able to connect with ei_rp2040_firmware.uf2 uploaded and booted. |
Okay, can you test this firmware - it works for me on Windows 10. Before the change (latest version of tinyUSB in pico-sdk) I could reproduce your problem. Now I can connect. ei_rp2040_firmware.uf2 |
Thank you, will do next week, am away for a long weekend. Cheers, Kev
On 28 April 2022 19:30:43 CEST, AIWintermuteAI ***@***.***> wrote:
Okay, can you test this firmware - it works for me on Windows 10. Before the change (latest version of tinyUSB in pico-sdk) I could reproduce your problem. Now I can connect.
![image](https://user-images.githubusercontent.com/32562299/165812716-4150b341-97d5-4bd6-90a5-7da66cf0d9db.png)
--
Reply to this email directly or view it on GitHub:
#1 (comment)
You are receiving this because you commented.
Message ID: ***@***.***>
--
Sent from my Android device. Please excuse my brevity.
|
From a user (forum post):
|
I just merged latest upgrade for RP2040 to master. Can someone try after it is deployed to production (tomorrow at latest)? |
@AIWintermuteAI I downloaded the firmware from https://docs.edgeimpulse.com/docs/development-platforms/officially-supported-mcu-targets/raspberry-pi-rp2040 and it still hangs. Is that firmware up-to-date? |
Nevermind...I tried the latest .uf2 from https://github.com/edgeimpulse/firmware-pi-rp2040/tree/main/build and it seems to be working now. I'm guessing that the one on the docs page has not been updated. |
It should be latest firmware there by now. Can you try again? The size of the .uf2 file should be 1.1 Mb. |
Confirmed--download is 1.1 MB and it works! |
I'm trying to connect the RPi Pico to Windows 10. I followed the guide to upload the latest firmware .uf2 file to the Pico. When I run
edge-impulse-daemon
, it hangs forever trying to connect to the COM port.I also cannot connect via PuTTY--the same thing happens: it hangs forever.
Note that the "hello usb" firmware does work. If I upload the .uf2 file found here (https://forums.raspberrypi.com/viewtopic.php?t=314921#p1883936) to the Pico, I can see "Hello, World" printed to the console (e.g. connected via Putty at 115200 baud rate).
The text was updated successfully, but these errors were encountered: