• Thanks !

    Tried this ..

    Serial2.setup(9600, { rx: A3, tx : A2 });
    wlan.at.cmd("AT+GMR\r\n",1000,console.lo­g);

    Got

    echo(0);
    =undefined
    Uncaught Error: Field or method "at" does not already exist, and can't create it on undefined
    at line 1 col 5
    wlan.at.cmd("AT+GMR\r\n",1000,console.lo­g);

    Have I got the right firmware ? Is there a special build to support the 8266 ?

  • Sorry, wifi.at (or whatever you called it in the initial require call, var wifi=require(...) )

About

Avatar for Pat @Pat started