LE910Cx Linux:
// Send the command #OTAUPW to start the
// injection of the Delta FW into module's flash memory
AT#OTAUPW
CONNECT
// Send the Delta FW to the module via user's USB/SERIAL interface
// remind to use hardware flow control while sending the file
// Once the sending of the file has been terminated,
// close the connection through the escape sequence (+++).
+++
OK
LE910Cx ThreadX:
// Send the command #OTAUPW to start the
// injection of the Delta FW into module's flash memory
AT#OTAUPW
CONNECT
// Send the Delta FW to the module via user's USB/SERIAL interface
// remind to use hardware flow control while sending the file
// Once the sending of the file has been terminated, wait at least 2
seconds
// to close the connection through the escape sequence (+++).
+++
OK
AT#OTAUPW
CONNECT
// Send the Delta FW to the module via user's USB/SERIAL interface
// remind to use hardware flow control while sending the file
// Once the sending of the file has been terminated, wait at least 2
seconds
// to enter the escape sequence detection mode.