
51
USERS GUIDE
www.auroramm.com
Num
Action
Basic ASCII
String
Variables
Example
Settings
Example
String
Example
Response
1,
"update":
true
},
.....
}
48 Set the system language
!LANG:a<CR>
a = 0
:
English 1
:
Chinese
Set the system
language is
Chinese
!LANG:1<CR>
~LANG:1<C
R>
49 Query system language
?LANG<CR>
NULL
Query system
language
?LANG<CR>
~LANG:1<C
R>
50 Restart the system
!SOF-RESTART<C
R>
NULL
Restart the
system
!SOF-RESTAR
T<CR>
~SOF-REST
ART<CR>
51
Restore the factory
Settings
!SYS-RESET<CR> NULL
Restore the
factory
Settings
!SYS-RESET<
CR>
~SYS-RESE
T<CR>
52
Query all the daughter card
types
?RCID<CR>
NULL(return data
reference link)
Query all the
daughter card
types
?RCID<CR>
~RCID:1:I
1,2:N/A..
.<CR>
53 Query main software version ?SVER<CR>
NULL
Query main
software
version
?SVER<CR>
~SVER:1.0
.0<CR>
54 Query hardware version
?HVER<CR>
NULL
Query hardware
version
?HVER<CR>
~HVER:1.0
.0<CR>
55
Query the firmware version
of the back board
?BVER<CR>
NULL
Query back
software
version
?BVER<CR>
~BVER:1.0
.0<CR>
56 Query the matrix type
?M0<CR>
NULL
Query matrix
type
?M0<CR>
~DXM-884<
CR>
57
Send commands to HDBT cards
!SEND-CU:a:xb:
c<CR>
a = baud
Rate(115200
38400 19200 9600)
x = I or O
b = card port
c = data
For example,
send "TEST"
to output port1
!SEND-CU:11
5200:O1:TES
T<CR>
58
Send and receive commands
from HDBT cards
!SEND-CU-RECV:
a:xb:c<CR>
a = baud Rate
(115200 38400
19200 9600)
x =I or O
b = card port
c = data
For example,
recv data
"RECV-OK" to
output port1
!SEND-CU-RE
CV:115200:O
1:TEST<CR>
~RECV-CU:
1:RECV-OK
<CR>
No
Return:
<RECV-CU:
1:Timeout
<CR>