-
Notifications
You must be signed in to change notification settings - Fork 80
Description
I compiled uPyLoader from source after installing dependencies using install_osx_dependencies.sh as a guide. I am testing uPyLoader on a MacBook Pro 2019 with macOS Catalina 10.15.7. Micropython (not CircuitPython) has been flashed to the Pico. I am trying to connect via USB. It works OK with Thonny so I think the hardware side and port is OK.
uPyLoader starts and detects a usb tty port at /dev/tty.usbmodem0000000000001 which is the correct port for the Pico. I set the baud rate to 115200 which is correct for this board. When I try to connect, the program beach-balls (hangs) for 10-15 seconds, then the status changes to "Status: Connecting..." for a second and then displays "Status:Error". uPyLoader does not hang, I can do this multiple times. I tried checking "issue reset", no change.
I did the same test using the interpreted version of the program. Other than a button (back?) appearing between the connection and baud rate boxes that was a blank rectangle in the compiled version, the behavior was the same.
Can you give me some hints how to proceed with debugging?