You are reading a single comment by @espftw and its replies. Click here to read the full conversation.
  • Have you tried connecting with Putty?

    look here

    Also try putty at 74,480 Baud as some chips start here to display the boot info and switch to 115,200 for the Espruino logo.
    Sometimes you have to exit WedIDE and unplug the chip and start over to clear the problem.

  • It works fine from PuTTy with the expected baud rate of 115200. Where would you recommend I go from here?

    I noticed after trying to send code via the IDE that my ESP would no longer respond through PuTTy either. I believe trying to send code via the IDE "freezes" the ESP for whatever reason. Note, this is not a failure to connect, but rather after connected just sits at a blank console window.

    For reference, my PuTTy output:

    rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
    configsip: 0, SPIWP:0x00
    clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_d­rv:0x00,hd_drv:0x00,wp_drv:0x00
    mode:DIO, clock div:2
    load:0x3fff0008,len:8
    load:0x3fff0010,len:1932
    ho 0 tail 12 room 4
    load:0x40078000,len:10012
    load:0x40080000,len:252
    entry 0x40080034
    
     _____                 _
    |   __|___ ___ ___ _ _|_|___ ___
    |   __|_ -| . |  _| | | |   | . |
    |_____|___|  _|_| |___|_|_|_|___|
              |_| http://espruino.com
     1v95 Copyright 2017 G.Williams
    
    Espruino is Open Source. Our work is supported
    only by sales of official boards and donations:
    http://espruino.com/Donate
    
    >console.log('hi');
    hi
    =undefined
    
About

Avatar for espftw @espftw started