Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

On Windows, creating a new project can not connect to COM port #1

Open
MJLHThomassen opened this issue Apr 8, 2018 · 24 comments
Open

Comments

@MJLHThomassen
Copy link

On Windows 10, when creating a new project and specifying a COM port, you always get the message:

"Port not exist, please connect device and try again!"

I suspect this is because you access the COM port over the file system with the fs module, which probably doesn't work on Windows.

@Zidar
Copy link

Zidar commented Apr 13, 2018

The same. On Windows 10 I cannot connect to COM port.
While REPL through Putty using the same port works well.

@dphans
Copy link
Owner

dphans commented Apr 14, 2018

@MJLHThomassen @Zidar give thanks to you.
I will fix soon, this is my fault.
Because I'm working on Linux so can't handle Windows OS exceptions.
Sorry to confuse you. I will use another module instead of fs and fix soon.

@rsa911
Copy link

rsa911 commented Apr 18, 2018

Same problem cannot connect to COM port.

@jtuttas
Copy link

jtuttas commented Apr 20, 2018

Nice Extension for VS Code in a very early state :-), but I have the same problem here under Windows 10.. Hope you can fix it :-)

@nazsolti
Copy link

I have the same isse here :) thank you if you fix it! ;)

@AdrienHunter
Copy link

Same here. Would be awesome to receive an update :-)

@rdehuyss
Copy link

Same issue...

@JavierIglesias
Copy link

Same problem...
Waiting... your fixing!!
Thanks.

@podvlada
Copy link

podvlada commented Aug 7, 2018

Waiting for the fix as well...
Thanks!

@nobody102
Copy link

has this been fixed yet? Having same issue. Would like to use the product but cannot.

@mlbk86
Copy link

mlbk86 commented Aug 21, 2018

Is there any chance this will be fixed?

@Super169
Copy link

Super169 commented Sep 1, 2018

Same problem, and there has no upgrade available.
Is the problem been fixed? Thanks.

@ldaponte
Copy link

Would be nice to use this on Windows

@ghost
Copy link

ghost commented Nov 14, 2018

Same issue. I am running on Windows 10 so will fork the code and try to fix it.

@grewhit25
Copy link

Same problem, running on Windows 10.

@ghost
Copy link

ghost commented Nov 21, 2018 via email

@wally666
Copy link

wally666 commented Dec 1, 2018

Problem still exists

@ghost
Copy link

ghost commented Dec 1, 2018 via email

@AlexanderSemenov1
Copy link

Does not work in Windows 10

@wally666
Copy link

@ghost
Copy link

ghost commented Dec 24, 2018

I have the same problem and I think the following changes should be made in the code for windows:

esptool.py -> esptoo.py.exe
rshell.py -> rshell.exe
...

@AlexanderSemenov1
Copy link

Это нужно изменить

https://github.com/dphans/micropython-ide-vscode/blob/master/src/app/classes/project/project.ts#L127

И

https://github.com/dphans/micropython-ide-vscode/blob/master/src/app/classes/project/project.ts#L150

У Windows есть альтернативная команда для' which ' = > 'where'

Этот проект жив?

What is wrong with these lines of code, you can write in more detail.

In the windows for some reason the port is not working.

@Darkcast
Copy link

is there any update on a fix for windows ?

@anecrow
Copy link

anecrow commented Jun 24, 2020

still exists

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests