Page 1 of 1

Is there any way i can control the Pico's REPL using the desktop version of Python?

Posted: Sun Jan 09, 2022 10:36 am
by Kavyansh
I wanted to play with the Pico's REPL using the desktop version of python, and am still curious how the Thonny IDE allows us to use the REPL, I would appreciate any kind of reply.

Thanks, :D

Re: Is there any way i can control the Pico's REPL using the desktop version of Python?

Posted: Wed Jan 12, 2022 6:57 pm
by dhylands
Sure - the REPL is jsut a serial port that you can send stuff to/receive stuff from.

rshell also works by sending commands to the serial port (and runs using the desktop version of python).

It would help to know what types of things you're wanting to do.

Re: Is there any way i can control the Pico's REPL using the desktop version of Python?

Posted: Wed Jan 19, 2022 10:58 am
by Kavyansh
Sorry for the late reply; I would be wanting to make something like a driver which just transfers some information through the "input" function, because i dont have a ESP-01 available as of now
Thanks :D