Trigger Execution of Python Script on main PC using Micropython on microcontroller #11858
Unanswered
Justin14He
asked this question in
Using MicroPython
Replies: 1 comment
-
When you print() in Micropython, that info gets sent to the USB as a COM Port. You can open and read that COM port on the PC side with Python. Mpremote will show the name of the Com port on the PC. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I am interested in using an interrupt detected on the Raspberry Pi Pico to send a signal to my personal computer through the USB, triggering a python script to run from the computer. I've probed the internet looking for a way to do this, but have been unsuccessful. Do any of you have a tip or guidance on this matter?
Thank you for your support in advance! And apologies if my post etiquette is imperfect - I am new to the community.
Beta Was this translation helpful? Give feedback.
All reactions