Pyboard.py

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
vikascht
Posts: 5
Joined: Fri Feb 12, 2021 4:47 pm

Re: Pyboard.py

Post by vikascht » Fri Feb 12, 2021 5:30 pm

I am connected to my laptop. In the device manager I can see as COM5.
I opened a putty application and I have done serial communication. It was working for 10-20 times and i have executed some of the basic codes. I was happy that i am into micropython but after some time i am unable to open serial port using Putty application.
After multiple times hardware as well as SW reset also i am not able to open serial communication. Now i am unable to see >>> symbol on putty screen.
Hardware reset also not giving me solution.
Any solution??

User avatar
Roberthh
Posts: 3668
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: Pyboard.py

Post by Roberthh » Fri Feb 12, 2021 7:09 pm

Did you disable flow control in Putty?
Did you try another USB cable?
Did you verify that indeed COM5 is the right port? If you connect the device to a different USB plug, windows will assign a different COM port.

vikascht
Posts: 5
Joined: Fri Feb 12, 2021 4:47 pm

Re: Pyboard.py

Post by vikascht » Sat Feb 13, 2021 3:46 am

Thanks for your reply sir.
a) Yes, I have disabled the flow control in PuTTY. Please find attached pic.
b)I have only one cable its new one.
c)I tried connecting the different USB ports but its always same port number . It is showing COM5 in all ports.
Attachments
Serial.jpg
Serial.jpg (34.17 KiB) Viewed 2899 times
putty.JPG.jpg
putty.JPG.jpg (9.46 KiB) Viewed 2899 times

vikascht
Posts: 5
Joined: Fri Feb 12, 2021 4:47 pm

Re: Pyboard.py

Post by vikascht » Sat Feb 13, 2021 3:57 am

Thanks for your kind support sir.
I have booted to Orange LED mode(Safe mode).
After this its working fine.

Thank for your support and expecting through out the journey.
Can you share the basic and useful docs to my email id vikasbalichakra@gmail.com

Post Reply