beautypg.com

DekTec DTM-3200 IP-ASI Converter User Manual

Page 40

background image

DTM-3200 – OEM Ethernet TSoIP Converter

User Manual

40

C.3 Writing to the DTM-3200

To demonstrate the writing of a setting, we write 0x1234 to the setting Number of parts (setting 7) of

category Update firmware (category 0x80). This category requires an index to be sent to the

DTM-3200. The index is added with the -i argument. The command below assumes that
configuration settings are available in

DtmCmd.ini:

DtmCmd -i 0 –w 0x80 7 0x1234

The parameters used in this command have the following meaning:

-i 0

 Set the index to 0.

-w

 Set the command type to write.

0x80 7 0x1234

 Specify command category 0x80, setting 7 and data 0x1234.

This command results into the following output:

DtmCmd - DTM-32xx Command Utility v1.0.1 (c) 2013 DekTec Digital
Video B.V.

- Category : 0x80 (Firmware update type 1 (DTM-3200))
- Setting : 0x07 (Number of parts)
- Index : 0x00
- Interface : Serial
- DTM address : 0x40
- Serial path : COM3
- Serial baud : 9600

- Data written : 4660