using pyboard.py on windows #10084
Unanswered
pvoytas
asked this question in
Using MicroPython
Replies: 2 comments 2 replies
-
Have you tried a vanilla repl like thonny? Might help validate the pyboard is working OK? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Have you tried using mpremote ?
|
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.
-
Hi,
I'm using a pyboard lite v 1.0 under windows 10. Things work as expected if I edit main.py and reboot. Things work as expected if I connect using a serial term to COM4. However, I was trying to user pyboard.py and I am not being successful. The python I have on may windows machine is using anaconda so I've been working from the anaconda3 command prompt.
If I issue;
python pyboard.py -h
I get the help for pyboard.py
If I issue
python pyboard.py -d COM4 -c 'print(1+1)'
I get no response, the command session hangs (no response to Ctl C, D, Y or Z) and I have to close the anaconda prompt window and start over.
Likewise if I try
python pyboard.py -d COM4 test.py
where test.py just tries to blink an LED, I again get the same hanging behavior.
I assume this has something to do with communicating over COM4, but the lack of error messages has me stumped.
Or, I suppose it could be using the anaconda terminal?
I would be grateful for any help getting pyboard.py working on windows 10.
Thanks!
-Paul
Beta Was this translation helpful? Give feedback.
All reactions