![LORD 3DM-GX5-35 Manual Download Page 27](http://html1.mh-extra.com/html/lord/3dm-gx5-35/3dm-gx5-35_manual_1939347027.webp)
3DM
®
-GX5-35
DCP Manual
4.1.4
Get Device Descriptor Sets (0x01, 0x04)
Description
Get the set of descriptors that this device supports
Reply has two fields: “ACK/NACK” and “Descriptors”. The “Descriptors” field is an array
of 16 bit values. The MSB specifies the descriptor set and the LSB specifies the
descriptor.
Field Format
Field Length
Field
Descriptor
Field Data
Command
0x02
0x04
N/A
Reply Field 1:
ACK/ NACK
0x04
0xF1
U8 - echo the command byte
U8 - error code (0: ACK, non-zero: NACK)
Reply Field 2:
Array of
Descriptors
<(2 x n) + 2>
0x82
Binary
Offset
Description
Data Type
0
MSB: Descriptor Set
U16
LSB: Descriptor
2
MSB: Descriptor Set
U16
LSB: Descriptor
...
etc.
...
Example
MIP Packet Header
Command/Reply Fields
Checksum
Sync1
Sync2
Desc.
Set
Payload
Length
Field Length
Field
Desc.
Field Data
MSB
LSB
Command:
Get Device
Info
0x75
0x65
0x01
0x02
0x02
0x04
0xE3
0xC9
Reply Field 1:
ACK/NACK
0x75
0x65
0x01
0x04
0x04
0xF1
Command echo: 0x01
Error code: 0x00
Reply Field 2:
Array of
Descriptors
<(2 x n) + 2>
0x82
0x0101
0x0102
0x0103
…
0x0C01
0x0C02
…
nth descriptor:
0x##
0x##
Copy-Paste version of the command: “7565 0102 0204 E3C9”
27