Maxim Integrated 6613_PSU_1+1S_URT_v1_00 User Manual
Page 17

UG_6613_ 040
6613_PSU_1+1S_URT_V1_00 Firmware Description Document
Rev. 1.0
17
Examples:
]40$<CR>
Reads CE data word at address location 0x40 in
the hex format.
]40$$<CR>
Reads CE data word at address location 0x40
and 0x41 in the hex format.
]40$$$<CR>
Reads CE data word at address location
0x40,0x41 and 0x42 in the hex format.
]40?<CR>
Reads CE data word at address location 0x40 in
the decimal format.
]40??<CR>
Reads CE data word at address location 0x40
and 0x41 in the decimal format.
]40???<CR>
Reads CE data word at address location
0x40,0x42 and 0x43 in the decimal format.
]7E=12345678<CR>
Writes 0x12345678 to CE address location 0x7E
in the hex format.
]7E=12345678=9876ABCD<CR> Writes 0x12345678 to CE address location 0x7E
and 0x9876ABCD to CE address location 0x7F
in the hex format.
]7E=+2255<CR>
Writes 2255 to CE address location 0x7E in the
decimal format.
]7E=+2255=-456<CR>
Writes 2255 to CE address location 0x7E and
-456 to CE address location 0x7F in the decimal
format.