Reproduction forbidden without Fibocom Wireless Inc. written authorization – All Rights Reserved.
FIBOCOM L860 AT Commands User Manual Page 53 of 254
Command Description
<High> (-)–0 - 125; The Highest boundary level of the temperature value for
unsolicited report.
(Default value = 0 Celsius).
Setting corresponding <Low> and <High> temperature boundaries for <Report>=3
Example AT+MTSM=? // Test the range of the parameters.
+MTSM: (0-3,6-7),(1-255),(-40-125)
OK
AT+MTSM=1 // Set to read for once the current temperature measurement.
+MTSM: 35 // Current temperature is +35 Celsius degree.
OK
AT+MTSM=2,5 // Set to unsolicited temperature reports to TE for every 5 seconds.
OK
+MTSM: -10 // Current temperature measure report -10 Celsius.
+MTSM: -5 // Unsolicited temperature report -5 Celsius after 5 seconds.
+MTSM: 7 // Unsolicited temperature measure report +7 Celsius after 10 seconds.
+MTSM: 20 // Unsolicited temperature measure report +20 Celsius after 15 seconds.
…
+MTSM: 50 // Unsolicited temperature measure report +50 Celsius after Nx5 seconds.
AT+MTSM=0 // Set to stop the unsolicited report.
OK
AT+MTSM=3,30,-10,40 // Set to out-off boundary (-10 to +40 Celsius)
unsolicited reports for every 30 seconds.
OK
+MTSM: -20 // Unsolicited current report out-off the Low boundary.
+MTSM: -12 // Unsolicited report out-off the Low boundary after 30 seconds.
+MTSM: 47 // Unsolicited report out-off the High boundary after Nx30 seconds
AT+MTSM? // Read the current setting.
+MTSM: 3,30,-10,40