-
Notifications
You must be signed in to change notification settings - Fork 139
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
Timeout Error with Raspberry Pi Pico - using version 0.0.29 #149
Comments
Copy of Command Line:
|
I think I screwed up the 0.0.29 release. Can you try 0.0.30 instead? Also, you shouldn't have to specify a buffer size. It should default to 128 (which is the default for the pico). |
Hi @davehylands , thanks for the quick reply - just tried with v0.0.30 and it throws the same error:
|
So the fix that makes things work better for some people is this line here: Line 1107 in e2820f6
It shows as a comment, but the rshell code "uncomments" any lines that start with You could try increasing/decreasing that timeout to see if it helps you. If you clone the github repository:
You can run rshell from the local tree by using:
|
@davehylands - thank you for your response and sorry for the long delay in getting back to you. Changing line 1107 to the below resolved the issue: |
@davehylands - I've created a pull request (#154) for this - let me know if I have missed anything within the PR |
@RyanGaudion PR looks fine. I just need to find some time to make a new release. |
In my case increasing the buffer size saved me #168 |
I got the same problem with the Pico. The delay did not help, but setting RPI_PICO_USB_BUFFER_SIZE to 256 did work rshell 0.0.30-1, Arch Linux
|
Same as you, |
Im getting this error on a LEGO large hub : timed out or error in transfer to remote: b'' |
Try using |
Thank you for trying to help. This did not solve the issue I still get: /remote/remote.mpy' to '/pyboard/spike/remote.mpy' ... |
Same here on rshell 0.0.36 and Pico W Tried setting buffer to 256 (below) but also fails with default buffer of 32.
|
I'm using the most recent version released 2 days ago (0.0.29) on Windows 10 however I get timeouts whenever I try to copy files to my Pico. Here are the commands I have used:
rshell
cd Desktop/
cp main.py /pyboard/main.py
I have also tried these variations of the rshell command:
rshell -a
rshell -p COM3 --buffer-size 512
Both of which also timeout (timeout waiting for first EOF reception)
Saving the files through Thonny works as intended so the file itself shouldn't be an issue.
The text was updated successfully, but these errors were encountered: