Command $AA5
Description Read reset status
Syntax $AA5[CHK](cr)
$ a delimiter character
AA address of reading module (00 to FF)
5 command for read status
[CHK] 2 characters of Checksum
(cr) Character Return(0x0D) for denote the end of command
Response
Valid Command !AAS[CHK](cr)
Invalid Command ?AA[CHK](cr)
Syntax error or communication error may get no response.
! delimiter for valid command
? delimiter for invalid command.
AA address of response module (00 to FF)
S reset status
1 = the module is been reseted, and the status is reset to 0 after read
0 = the module is not been reseted
[CHK] 2 characters of Checksum
(cr) Character Return(0x0D) for denote the end of response
Example
Command $015
Response !011
Description Read reset status of address 1, response the module is reseted before read.
Command $015
Response !010
Description Read reset status of address 1 again, response the module is not reseted before read.
Reference



Back to Previous Page