Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
It has come to our attention that the very latest version of the firmware for the NBIoT module on the
UBLOX_C030_N211
boards has a modification to the AT commands associated with IP sockets commands, specificallyAT+NOSCR
,AT+NSOST
andAT+NSORF
will now require/put double quotes around the string portions of their parameters in order to make them V250 compliant, e.g.:AT+NSOCR=”__DGRAM__”,17,45
in this commandDGRAM
is of type string so should be given in double quotes else error code will be issued.AT+NSOST=NSOST=<socket>,”<__remote_ip_address__>”,<remote_port>,<length>,”<__data__>**”
in this command<remote_ip_address>
and<data>
should be given in double quotes else error.AT+NSORF
in the response string of this command,<remote_ip_address>
and<data>
will be returned in double quotes.The Cellular API drivers (ublox-at-cellular-interface-n2xx and ublox-cellular-base-n2xx) have not yet been update to handle this. Update versions of the drivers will be posted tomorrow (19 September 2017),