Search found 1 match

by richardstephens
Mon Aug 12, 2019 9:32 am
Forum: General Discussion and Questions
Topic: Controlling the micropython repl from Python with PySerial
Replies: 1
Views: 1267

Controlling the micropython repl from Python with PySerial

I'd like to be able to control my Micropython's REPL from my PC. Initially this is just going to do some trivial stuff (e.g. execute some python), but once I get the basics sorted I'd like to make a tool that automates deploying and testing of code to the pyboard. I was able to write a few bytes to ...