• The B15 code really shouldn't make much difference. The fact that it's still there is very odd though.

    Is it possible that the red and green LEDs were glowing on and off when you had trouble connecting? It could be that you had the board in bootloader mode - that might explain why there were two different COM ports (although it might also depend on the Espruino version).

    Now you have it working, if you type 'process.env' what does it say?

  • Fri 2018.08.24

    re: ' if you type 'process.env' what does it say?'

    The same detail is returned that was spotted in #1 from the IDE Settings >> About >> Board Infromation

    process.env
    ={
    "VERSION": "1v99",
    "GIT_COMMIT": "f0d66ba",
    "BOARD": "PICO_R1_3",
    "FLASH": 393216, "RAM": 98304,
    "SERIAL": "25005800-13513335-32373134",
    "CONSOLE": "USB",
    "MODULES": "Flash,Storage,fs," ... "b,crypto,neopixel",
    "EXPTR": 536871156 }

About

Avatar for Robin @Robin started