USER MANUAL
TCM 515Z – 2.4 GHZ IEEE 802.15.4 Transceiver
© 2017 EnOcean | www.enocean.com
F-710-017, V1.0
TCM 515Z User Manual | v1.6 | September 2017 | Page 43/46
C.2.5
GET_CHANNEL Command
The GET_CHANNEL command requests information about the radio channel currently used
by TCM 515Z. The command structure of the GET_CHANNEL command is shown in Table 13
below.
Group Offset Size Field
Value
hex
Description
-
0
1 Sync. byte
0x55
Header
1
2 Data Length
0x0001 1 byte
3
1 Optional Length 0x00
0 byte
4
1 Packet Type
0x11
Packet Type 0x11: IEEE 802.15.4 COMMAND
-
5
1 CRC8H
0xnn
Data
6
1 COMMAND Code 0x02
COMMAND 0x02: GET_CHANNEL
-
7
1 CRC8D
0xnn
Table 13 - Command structure of the GET_CHANNEL command
C.2.6
RESPONSE for GET_CHANNEL Command
The expected RESPONSE code for a GET_CHANNEL command issued to TCM 515Z is:
00: RET_OK
The currently used radio channel is then encoded in the subsequent byte. The frame struc-
ture for a RESPONSE to the GET_CHANNEL command is shown in Table 14 below.
Group Offset Size Field
Value hex
Description
-
0
1 Sync. byte
0x55
Header
1
2 Data Length
0x0002
2 bytes
3
1 Optional Length 0x00
0 byte
4
1 Packet Type
0x02
COMMAND 0x02: GET_CHANNEL
-
5
1 CRC8H
0xnn
Data
6
1 Return Code
0
OK
7
1 Channel
11..26
Used Channel
-
8
1 CRC8D
0xnn
Table 14 - RESPONSE frame structure for GET_CHANNEL command