JVC plasma GM-X50S rs232 command
[Deleted User]
Posts: 0
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
{
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
0