• This has been flashed with

    VERSION: "2v04",
      GIT_COMMIT: "3956264e",
      BOARD: "ESP8266_4MB",
      FLASH: 0, RAM: 81920,
      SERIAL: "dc4f227e-3bcd",
      CONSOLE: "Telnet",
      MODULES: "Flash,Storage,hea" ... "r,crypto,neopixel",
      EXPTR: 1073643636
    

    Able to connect and set up Wifi using:

    screen /dev/tty.wchusbserial1460 115200
    

    as well as "nc" over Wifi:

    nc 192.168.0.19 23
    

    However, on a Mac Mojave Chrome, the serial connection does not show (baud rate changed to 115200):

    Handling URL "https://www.espruino.com/ide/#"
    WARNING: Unknown config type 'bool' for Config.SERIAL_FLOW_CONTROL
    No navigator.serial - Web Serial not enabled
    Couldn't connect to wss://localhost:31234 - disabling websockets for this session
    ERROR: serial_frame: getPorts timeout, disabling
    ERROR: getURL("/serial/ports") error : 
    /serial/ports doesn't exist - disabling WebSocket support
    ERROR: getURL("/serial/ports") error : 
    /serial/ports doesn't exist - disabling WebSocket support
    >>> Connecting...
    Set Slow Write = true
    BT> ERROR: NotFoundError: User cancelled the requestDevice() chooser.
    ERROR: [notify_error] Connection Failed.
    >>> Connection Failed.
    WARNING: Unknown config type 'bool' for Config.SERIAL_FLOW_CONTROL
    Config.SERIAL_IGNORE => 
    Config.SET_TIME_ON_WRITE => true
    

    Also can't connect via Wifi.

    Is there a Chrome setting I'm missing?

    I won't mind pasting code using "screen" however I don't know how to include "require"d modules if not already included.

About

Avatar for user104751 @user104751 started