wendlers / mpfshell

A simple shell based file explorer for ESP8266 Micropython based devices ⛺
MIT License
399 stars 85 forks source link

can't connect via serial port on windows #6

Closed kromosomX closed 8 years ago

kromosomX commented 8 years ago

open COM5

fails with:

\ Micropython File Shell v0.7.0, sw@kaltpost.de **

mpfs [/]> open COM5

Failed to open: ser:/dev/COM5

wendlers commented 8 years ago

I totally see the problem, and the fix seams easy. I will try to solve that later today, but I need your help for testing since I don't have a Windows environment (this is the reason why the tool is not officially supported on Windows yet).

kromosomX commented 8 years ago

I'll be glad to help with any testing.

wendlers commented 8 years ago

Windows style port names are now accepted and connected to. Please note that a Windows port name is expected to start with uppercase COM.