• 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:

    espruino -v --no-ble -b 11520 -p /dev/tty.wchusbserial1410 --board ESP8266_4MB app.js
    
    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!
    

    and

    espruino --list
    
    Espruino Command-line Tool 0.1.27
    -----------------------------------
    
    PORTS:
      /dev/tty.usbserial-1420
      /dev/tty.wchusbserial1420
    

    Any ideas ? Thanks.

About

Avatar for michalt @michalt started