![Medialon MAS Pro Dante User'S Reference Manual Download Page 68](http://html.mh-extra.com/html/medialon/mas-pro-dante/mas-pro-dante_users-reference-manual_1760589068.webp)
References
Medialon MAS Pro Dante User Manual
p 68 of 88
M516-2 | 2020-05-19
RS232 Communication parameters
Parameter
Data
Baud rate
38400 to 115200 baud
Databits
8
Parity
No
Stopbits
1
Flow control
None
General message format
Syntax
A command is made of:
•
A verb
•
Zero, one or more parameters separated by commas and enclosed by brackets.
Example:
“PLAY(2)”
A single command message is made of a command followed by a carriage return (0x13) or a line
feed (0x0A).
Note
: the verb is not case sensitive: that is “OpenMedia” is the same as “OPENMedia”. Space
characters (SPACE or TAB) are allowed:
•
between verb and left brackets
•
between parameters and separators (brackets and comma).
Example:
“OPENMEDIA ( 2, testmedia.wav )\n”.
However, reply messages returned from the server are guaranteed not to contain any spaces
between verb, left brackets, parameters and right brackets.
A message can be made of one or more commands. Commands must be separated by one or more
space character(s). The end of the message is delimited by a carriage return (0x0D or \r) or a line
feed (0x0A or \n).
Example:
“PLAY(2) STOP(4)\r”
Messages returned by the server always contain only one reply for each command.