Open yuuwe-n opened 2 years ago
I got adafruit-ampy
to work using the ttyU0 port
ampy --port /dev/ttyU0 get blink.py
rshell is trying /dev/cuaU0 as a hostname and getting an IP address back, which is confusing it (rshell supports connecting over telnet to some micropython boards). hostnames don't have slashes in them so I think I'll need to have skip the ip stuff if there is a slash in the name passed in.
I am trying to get the raspberry pi pico working on OpenBSD. I have gotten the firmware onto the pico and got minicom to work; However rshell is unable to connect.
I think its because of the port, but I am not sure why they minicom and rshell would be using different ports. Something similar happened when i was trying to get the arduino mega to work, so I tried connecting to /dev/cua* ports; however it would still give the same error
Any thoughts on what to try next?