Replies: 3 comments 4 replies
-
The pyboard.py in run on computer with regular python for communicating with micropython devices. What are you trying to do with it on device? |
Beta Was this translation helpful? Give feedback.
-
You are right. I checked and it doesn't exist on this device. The output of `help('modules') was
Thanks everyone for the help and clarification. |
Beta Was this translation helpful? Give feedback.
-
Yep pyb is only for stm port, in many cases it used to be used to get to peripheral devices that you can now access via machine module on all / other ports. |
Beta Was this translation helpful? Give feedback.
-
On my Arduino Nano ESP32, I'm trying to use https://github.com/micropython/micropython/blob/master/tools/pyboard.py which itself has
import ast
. But then when I try to use anything from the pyboard tool, I getBeta Was this translation helpful? Give feedback.
All reactions