• I'm getting this after flashing an ESP32:

    >>> Disconnected
    >>> Connecting...
    Set Slow Write = true
    [object Object]
    Connected [object Object]
    ERROR: RECEIVE ERROR: {"connectionId":2,"error":"overrun"}
    Disconnect callback...
    WARNING: [notify_warn] Disconnected
    >>> Disconnected
    ERROR: executeExpression called when not connected!
    >>> Connecting...
    Set Slow Write = true
    [object Object]
    Connected [object Object]
    Found a prompt... great!
    >>> Sending...
    ---> "\u0010console.log(\"<\",\"<<\",JSON.str­ingify(process.env),\">>\",\">\")\n"
    >>> Sent
    ERROR: RECEIVE ERROR: {"connectionId":3,"error":"overrun"}
    Disconnect callback...
    WARNING: [notify_warn] Disconnected
    >>> Disconnected
    WARNING: No result found - just got ""
    Device found (connectionId=3)
    [success] Connected to port COM3
    >>> Connected to port COM3
    

    If from the ide If I attempt disconnect/connect a few times, and then hit reset on the board, it finally connects.

About

Avatar for Wilberforce @Wilberforce started