Version 14.3 by Xiaoling on 2022/07/22 18:04

Show last authors
1 **~ Table of Contents:**
2
3 {{toc/}}
4
5 = 1. Introduction =
6
7
8 This chapter describes how to set Transmit Time Interval.
9
10
11 = 2. Downlink Payload =
12
13
14 TDC can be controlled by Downlink Payload.
15
16 (((
17 **For example**: AT+TDC=0x258=600s ** ; Payload: **01 00 02 58 TDC=600s The time interval is represented by hexadecimal conversion to decimal.
18 )))
19
20 [[image:image-20220527085044-1.png]]
21
22
23 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.
24
25 **Payload: **01 00 00 1E TDC=30s Payload: 01 00 00 3C TDC=60s
26
27 [[image:image-20220527085157-3.png]]
28
29
30 = 3. Downlink Method =
31
32
33 See use  note for different serves [[Servers Note>>doc:Main.WebHome]](IoT LoRaWAN Server)
34
35