
Note 4:
How to enable or inhibit IR flows
Note 5
: This command is useful to set the COM port to match the
specifications of the peripheral to be commanded by RS232.
As example, if the peripheral connected to COM1 is setted at 9600
baud, 8 bits, no parity, 1 stop bit, the following command must be sent to
the matrix:
COMCONF COM 1 9600 8 None 1\x0D
where:
COMCONF
command syntax
COM
Referred to COM1 or COM2; else, Zone
1
Number of port COM on matrix (in this case
COM1)
9600
baud rate of the peripheral connected to
COM1 (in this case 9600)
8
data bits (in this case 8)
None
Parity (in this case, no parity)
1
Number of stop bits (in this case 1)
\x0D
CR (to close the command)
21