Advertisement
Do you have a question about the MCP-106 and is the answer not in the manual?
RS232Cで制御が出来ません、コマンドフォーマットの設定は何処ですか?
To set the command format for RS232C control on the AMX MCP-106, use the SEND_COMMAND syntax:SEND_COMMAND ,"'SET BAUD ,,,'"Since the MCP-106 (Massio ControlPad) supports RS-232 only, do not include "422 Enable" or "485 Enable" in the command. For example:SEND_COMMAND RS232_1,"'SET BAUD 9600,N,8,1'"This sets the RS232_1 port to 9600 baud, no parity, 8 data bits, and 1 stop bit.
This answer is automatically generated
Need help?
Do you have a question about the MCP-106 and is the answer not in the manual?
Questions and answers
RS232Cで制御が出来ません、コマンドフォーマットの設定は何処ですか?
To set the command format for RS232C control on the AMX MCP-106, use the SEND_COMMAND syntax:
,"'SET BAUD ,,,'"
SEND_COMMAND
Since the MCP-106 (Massio ControlPad) supports RS-232 only, do not include "422 Enable" or "485 Enable" in the command. For example:
SEND_COMMAND RS232_1,"'SET BAUD 9600,N,8,1'"
This sets the RS232_1 port to 9600 baud, no parity, 8 data bits, and 1 stop bit.
This answer is automatically generated