You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • What get shown when you call gprsFuncs.at.debug()? From what I can see, it looks like CIPSEND behaves the same way when CIPMUX=1 was used - which is was in your case. It's possible it doesn't like the newline after \r though... It should return SEND OK if all has gone well.

    It looks like it might just send back the result data without +IPD, which would make it harder for Espruino to get the data.

    I think you need to send the AT+CIPHEAD=1 command when initialising to make sure that +IPD gets prepended to any data.

About

Avatar for Gordon @Gordon started