© 2022 ANTZER TECH CO., LTD.
27
//Geofencing Set-up : RIFA-M support geofence function which can help user to define the
allowed or prohibited region. When vehicle is crossing to the geofence function, RIFA-M
will send the event code 51 and 52 to backend server.
//Digital output: set the parameters of digital output
AT+OCTL, <Output ID>, <New State>, <New State Duration>, <Reverse Duration>,
<Repeat Times>
<Output ID>: Digital output ID, 1: DO0, 2:DO1
<New State>: 0: OFF, 1: ON
<New State Duration>: New state duration in 0.1 seconds
<Reverse Duration>: Reverse state duration in 0.1 seconds.
<Repeat Times>: repeat times. (0 ~ 255, 0 mean output control once,255 means continuous
repeat)
//FORMAT : set the data format which transmit from RIFA-M
AT+FORMAT,<Data Format>,<Format Header Prefix>,<Format Custom Info>
<Data Format>:
0: ASCII, 1:Binary (reserved)
<Format Header Prefix>:
@@ (default)
<Format Custom Info>:
Null (default)