That's really strange - are you using an up to date firmware on the Pico? And you're 100% sure that's the code you used?
I just tried your exact code on a Pico with 0.25 here, And I get this line:
["AT+CIPSTART=0,\"TCP\",\"w ww.pur3.co.uk\",80\r\n"
Note the "w ww.pur3.co.uk" and not "http://www.purĀ3.co.uk" - so I'm not sure why yours would be different?
"w ww.pur3.co.uk"
"http://www.purĀ3.co.uk"
edit: I had to add a space in the www so the forum didn't change it :)
www
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
That's really strange - are you using an up to date firmware on the Pico? And you're 100% sure that's the code you used?
I just tried your exact code on a Pico with 0.25 here, And I get this line:
Note the
"w ww.pur3.co.uk"
and not"http://www.purĀ3.co.uk"
- so I'm not sure why yours would be different?edit: I had to add a space in the
www
so the forum didn't change it :)