w7 does not recognize pyboard as a serial port

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.
Post Reply
bps
Posts: 5
Joined: Thu Jul 07, 2016 4:45 pm

w7 does not recognize pyboard as a serial port

Post by bps » Thu Jul 07, 2016 4:56 pm

I've set up my new pyboard. WINDOWS 7 recognizes it as a flash drive which is ok. It does not recognize the board as a serial port and did not assign it a COM port. I tried to update the driver as instructed by the online tutorial. It didn't work. Can anyone help me? I cannot use REPL.

shaoziyang
Posts: 363
Joined: Sun Apr 17, 2016 1:55 pm

Re: w7 does not recognize pyboard as a serial port

Post by shaoziyang » Fri Jul 08, 2016 1:39 am

Pyboard serial port drive is in PYBFlash disk: pybcdc.inf.

bps
Posts: 5
Joined: Thu Jul 07, 2016 4:45 pm

Re: w7 does not recognize pyboard as a serial port

Post by bps » Fri Jul 08, 2016 11:01 am

Thank you. I knew that; however WINDOWS will, for some reason, not do anything with it. What do I need to do?

bps
Posts: 5
Joined: Thu Jul 07, 2016 4:45 pm

Re: w7 does not recognize pyboard as a serial port

Post by bps » Tue Jul 12, 2016 12:31 pm

Now I've set things up on an old XP machine. Everything went smoothly except for one thing. Putty will not open a session. The baud rate is set at 9600. Is this correct? Do I need to change any settings?

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

Re: w7 does not recognize pyboard as a serial port

Post by Roberthh » Tue Jul 12, 2016 1:33 pm

The baud rate does not matter for the PyBoard interface. You should verify which COM port is assigned. You can see that in the device manager of Windows.

bps
Posts: 5
Joined: Thu Jul 07, 2016 4:45 pm

Re: w7 does not recognize pyboard as a serial port

Post by bps » Tue Jul 12, 2016 7:07 pm

I've done that. I know the COM port. I entered into putty. It did not open the connection. Of course, there was no error message. Could you suggest a reason why it couldn't open a session and/or the port?

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: w7 does not recognize pyboard as a serial port

Post by dhylands » Tue Jul 12, 2016 8:08 pm

Make sure that flow control is set to None.

bps
Posts: 5
Joined: Thu Jul 07, 2016 4:45 pm

Re: w7 does not recognize pyboard as a serial port

Post by bps » Tue Jul 12, 2016 11:09 pm

Thank you. t worked on my old, mangy XP machine. Soon I'll try it on W7. Once again, thanks for your suggestion.

mhwang1973
Posts: 9
Joined: Tue Jul 11, 2017 9:35 am

Re: w7 does not recognize pyboard as a serial port

Post by mhwang1973 » Fri Jul 14, 2017 5:28 am

I met the same problem in win7 x64, and my board can work in MACBOOK。
Have you solved it?

Post Reply