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).
Manual board JSON load complete
Connecting to '/dev/tty.wchusbserial1410'
Noble: getPorts - disabled
No navigator.bluetooth - Web Bluetooth not enabled
Port "/dev/tty.wchusbserial1410" not found - checking ports again (2 attempts left)
Noble: getPorts - disabled
Port "/dev/tty.wchusbserial1410" not found - checking ports again (1 attempts left)
Noble: getPorts - disabled
Port "/dev/tty.wchusbserial1410" not found
Unable to connect!
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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.