Home AMX User Forum NetLinx Studio

Problem communicating via RS-232 with Russound MCA-C5

Could a moderator please delete this I posted in the wrong forum by mistake.


Hello,

I am trying to communicate with a Russound MCA-C5 using RS-232, however there appears to be a problem with my code since I am getting no response from the system at all. Here is my code:

DATA_EVENT[dvRussound]
{
ONLINE:
{
SEND_COMMAND dvRussound, "'SET BAUD 19200,N,8,1'"
SEND_COMMAND dvRussound, "'HSOFF'" //TURN HARDWARE HARDSHAKING OFF
}
}

BUTTON_EVENT[dvTP_Russound, 1]
{
PUSH:
{
SEND_STRING dvRussound, "$F0, $00, $00, $7F, $00, $00, $70, $05, $02, $02, $00, $00, $F1, $23, $00, $01, $00, $00, $00, $01, $12, $F7"
}
}

According to the Russound serial protocol that string should turn on all the zones for controller id 00, however nothing is turn on. Does anyone have any experience working with Russound?. I would really appreciate some help.

Thank you.

Regards,

-Oscar
Sign In or Register to comment.