Tiny Addressable Serial Converter
ICP DAS CO., LTD.
User Manual, Ver. 1.3, Apr. 2018, Page: 54
5.1.12 $AAM
Description:
This function reads the module name.
Syntax:
$AAM
[chk](CrLf)
Reads the module name
[Request]
Byte 1
Byte 2-3
Byte 4
Byte 5-6
Byte 7-8
Note
$
AA
M
[chk]
(CrLf)
Read
$
AA
[chk]
(CrLf)
Delimiter character
2-character Hex module address, 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-6
Byte 7-8
Byte 9-10
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 Hex module address
4 or 5-character value/string denoting the module name
2-character checksum. If the checksum is disabled
no [chk]
End Character
If no response
syntax error, communication error, or address error
Example
:
e.g. Command
Response
1
$01M(CrLf)
!017521(CrLf)
The name of module 01 is 7521
2
$02M(CrLf)
!027522(CrLf)
The name of module 02 is 7522