Home AMX User Forum AMX General Discussion
Options

Benq MX850UST Control

Hi,

I'm trying to control a Benq MX850UST from RS232, but can't turn the power ON (or nothing else)
http://www.benq.ca/product/projector/MX850UST/downloads/
In the RS232 protocol documentation :
Baud Rate:115200, Data Length 8 bit, Parity Check None, Stop Bit 1 bit, Flow Control None
For Power On the ASCII control is *pow=on#

the code :
dvProj_RS232 = 5001:1:0
DATA_EVENT[dvProj_RS232]
{
online:
{
send_command data.device,'SET BAUD 115200,N,8,1 485 DISABLE'
}
}

SEND_STRING dvProj_RS232,"*pow=on#"

I have also try the different hexa command had find on the forum, but doesn't seem to work also.
Sign In or Register to comment.