espruino-cli - it doesn't detect the same ports as espruino web IDE #6232
Replies: 1 comment
-
Posted at 2019-05-10 by AkosLukacs Hi! Posted at 2019-05-10 by michalt Thanks @AkosLukacs Now the upload seems to load, but I am getting syntax error - probably because of my ES6 notation - do you know why I can't use ES6 if on web IDE it works fine ? Posted at 2019-05-10 by AkosLukacs Don't know, can you post your code & the error you get? Posted at 2019-05-10 by michalt
Posted at 2019-05-10 by michalt Ok, got the error.
has to be
difficult to track, because both formats are valid, and text editor can't catch the issue :/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2019-05-10 by michalt
Hi,
I can successfully upload the code via Espruino Web IDE. The port I have to select on Web IDE is:
/dev/cu.wchusbserial1410
However if I run
espruino --list
I can't see that port, instead I see (among others/dev/tty.*
)/dev/tty.wchusbserial1410
- however there is any/dev/cu.*
)Regardless the port I try to use cli upload doesn't work for me.
At times I am getting an info that the port was not found (although its on the list).
The full command I am running is:
and
Any ideas ? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions