espruino cli not finding COM ports? #7630
Unanswered
espruino-discuss
asked this question in
Other Board General Questions
Replies: 1 comment
-
Posted at 2021-04-02 by Seganku Ah, https://www.npmjs.com/package/usb:
(which I found when trying to figure out why espruino --list finds no ports in Ubuntu either) Posted at 2021-04-06 by @gfwilliams
In that case you need the Odd about the COM ports on Windows though - maybe try |
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
-
Posted at 2021-04-01 by Seganku
I am trying to get VS Code working with Espruino via https://www.espruino.com/Typescript+and+Visual+Studio+Code+IDE
But I've been running into a bit of a hiccup, where it doesn't want to open the COM port (COM7 in this case). Different apps can all open the COM port, individually of course, not all at once!
This is what VS Code is saying after a Ctrl+Shift+B => 'build', then a Ctrl+Shift+B => 'espruino-console':
Possibly related, it appears that espruino-cli maybe isn't seeing COM ports?
I'll look at this more tomorrow, but my brain is about toast for the evening.
Thanks!
-Seganku
Beta Was this translation helpful? Give feedback.
All reactions