Wiki source code of How to set the transmit time interval
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | |||
2 | |||
3 | = 1. Introduction = | ||
4 | |||
5 | This chapter describes how to set Transmit Time Interval. | ||
6 | |||
7 | = 2. Downlink Payload = | ||
8 | |||
9 | TDC can be controlled by Downlink Payload. | ||
10 | |||
11 | For example: AT+TDC=0x258=600s Payload: 01 00 02 58 TDC=600s The time interval is represented by hexadecimal conversion to decimal. | ||
12 | |||
13 | [[image:https://wiki.dragino.com/images/8/8e/TDC.png||alt="TDC.png" height="173" width="850"]] | ||
14 | |||
15 | |||
16 | If the payload=0100003C, it means set the END Node’s TDC to 0x00003C=60(S), 3C (HEX) = 60 (decimal),while type code is 01. | ||
17 | |||
18 | Payload: 01 00 00 1E TDC=30s Payload: 01 00 00 3C TDC=60s | ||
19 | |||
20 | [[image:https://wiki.dragino.com/images/3/38/Downlink_playload_TDC.png||alt="Downlink playload TDC.png" height="304" width="910"]] | ||
21 | |||
22 | == 3. Downlink Method == | ||
23 | |||
24 | See use note for different serves [[Servers Note>>http://8.211.40.43:8080/xwiki/bin/view/Main/]] |