Home AMX User Forum NetLinx Studio
Options

JVC plasma GM-X50S rs232 command

DATA_EVENT[PLASMA]
{
ONLINE:
{
SEND_COMMAND PLASMA, 'SET BAUD 9600,N,8,1 485 DISABLE'
}
}

BUTTON_EVENT[TP,17] //power on
{
PUSH:
{
SEND_STRING PLASMA,"'PON'"
}
}


im also tried few command like
SEND_STRING PLASMA,"'PON',$0D"
SEND_STRING PLASMA,"$02,'PON',$03"

all also not working


actually what is the real command for this unit
plase help me to solve this problem
thanks
Sign In or Register to comment.