Page 1 of 1

RShell - File transfert error with the Pico

Posted: Tue Feb 02, 2021 8:02 pm
by MCHobby
Hi @dhylands ,

I'm using RShell 0.0.28 with the Pico and experincing file transfert error. File is created on the Pico but always empty.
However, if I do use ampy, I'm able to transfert the file (Honestly, I do prefer Rshell)

Code: Select all

$ rshell --port /dev/ttyACM0
Using buffer-size of 32
Connecting to /dev/ttyACM0 (buffer-size 32)...
Trying to connect to REPL  connected
Testing if ubinascii.unhexlify exists ... Y
Retrieving root directories ... /icons.py/ /mcp23Sxx.py/ /piface.py/ /sensehat.py/ /tca9554a.py/ /test_input2.py/
Setting time ... Feb 02, 2021 20:47:07
Evaluating board_name ... pyboard
Retrieving time epoch ... Jan 01, 1970
Welcome to rshell. Use Control-D (or the exit command) to exit rshell.
/home/domeu/python/esp8266-upy/tca9554a> cp lib/tca9554a.py /pyboard/tca9554a.py
timed out or error in transfer to remote: b''
The version of python is this one

Python 3.6.9 (default, Oct 8 2020, 12:12:24)
[GCC 8.4.0] on linux

That's looks very wierd. Does someone else experiencing issue?

Re: RShell - File transfert error with the Pico

Posted: Wed Feb 03, 2021 12:59 am
by dhylands

Re: RShell - File transfert error with the Pico

Posted: Sat Feb 06, 2021 7:37 pm
by HerbV
Hi,

Adafruit ampy works the same way is it works with the esps

Good luck

HerbV