Home AMX User Forum AMXForums Archive Threads Tips and Tricks
Options

Need help to control Clearone RAV 900

Hi,

I want to control the clear one RAV 900 from Axcent3 via serial commands. The serial command for the Dial 0 as it's mentioned in the datasheet is like that # 90 DIAL 1 0 with carriage return.

Could anyone please advice me, if the following code works?

send_string dvVC,"'#90 DIAL 1 0',$0D"

Thanks,
kannan

Comments

  • Options
    GSLogicGSLogic Posts: 562
    It looks correct - here is the string for a TH-20

    send_string Dev, "'#20 DIAL 1 0 ', 13";

    Make sure your unit is set to ID# 0 as in the #90 ~ #9 ->0 is the unit id
  • Options
    yuriyuri Posts: 861
    RAV900 commands should be same as any of the Converge units and maybe even some of the XAP series :)
Sign In or Register to comment.