Tiny Addressable Serial Converter
ICP DAS CO., LTD.
User Manual, Ver. 1.3, Apr. 2018, Page: 46
5.1.7
$AA7
Description:
This function reads the alias-name string for COM 2/3.
Syntax:
$AA7
[chk](CrLf)
Reads the alias-name string for COM 2/3
[Request]
Byte 1
Byte 2-3
Byte 4
Byte 5-6
Byte 7-8
$
AA
7
[chk]
(CrLf)
$
AA
[chk]
(CrLf)
Delimiter character
2-character port address in Hex format. The valid range is from 00~FF
2-character checksum. If the checksum is disabled
no [chk]
End Character
[Response]
Byte 1
Byte 2-3
Byte 4-10
Byte 11-12
Byte 13-14
Note
!
AA
[name]
[chk]
(CrLf)
Read
Byte 1
Byte 2-3
Byte 4-5
Byte 6-7
Note
?
AA
[chk]
(CrLf)
Invalid
!
?
AA
(name)
[chk]
(CrLf)
Delimiter character indicating a valid command
Delimiter character indicating an invalid command
2-character port address in Hex format
Alias-name string. Maximum number of characters=15
2-character checksum. If the checksum is disabled
no [chk]
End Character
If no response
syntax error, communication error, or address error
Example:
(Assume the module address of tM-752N is 01)
e.g. Command
Response
1
$017(CrLf)
!01Temperature1(CrLf)
The alias name for the RS-232 (COM2) is Temperature1
2
$027(CrLf)
!02HP34401A-1(CrLf)
The alias name for the RS-232 (COM3) is HP34401A-1