To append or setup custom report format. If <Format Filter>
is set to 0, variables specified in this field will be appended
to the ATrack standard format string. Refer to ATrack AK11
Protocol Document AT$FMSC command pages for
available % variables.
To append or setup custom report format. If <Format Filter>
is set to 0, variables specified in this field will be appended
to the ATrack standard format string. Refer to ATrack AK11
Protocol Document AT$1708 command pages for available
% variables.
Specify if an Acknowledge is required or not. If the ACK is
required, device will wait for the ACK and then send out
next report. If no ACK is received within <TimeOut> value
for <Retry> + 1 times, the device will reset BT module. The
external BT device should try to connect again in such
case. Reports not acknowledged will be queued and wait
for next connection.
0: ACK not required
1: ACK required
Setup reporting interval as AT$TRAC, connection password "1234", and Device name as "future":
AT$BTEN=0,"1234","future"
Setup reporting interval to 5 seconds, no connection password, device name as "AK11BT", and enable report ack:
AT$BTEN=5,"","AK11BT",,,,,,,1
Setup binary format data, reporting interval to 3 seconds, no connection password, device name as "AK11GW", and adding
multiple % variables for OBDII data:
AT$BTEN=3,"","AK11GW",1,,"%RP%SD%TR%EL%ET%FC%VN%MF%MP%IA"
Setup custom format with above 3
rd
condition and J1939 data:
AT$BTEN=3,"","AK11GW",1,1,"%RP%SD%TR%EL%ET%FC%VN%MF%MP%IA","%JO1%JO2%JO3%JO4"