Home AMX User Forum NetLinx Modules & Duet Modules
Options

wolfvision VZ-9PLUSE3

HI all

I downloaded the RS232 Protocol for the document camera VZ-9PLUSE3

I tried to send power off commend to the document camera to turn off but there is no action,
as per the document camera RS232 protocol the commend packet for turn off is

01 30 01 00 , IN HEX I tried to send it to my document like this

send_string dvdecument , " '$01 30 01 00' "
so please any advice to make this work out


your advice is appreciated

Comments

  • Options
    Joe HebertJoe Hebert Posts: 2,159
    I tried to send power off commend to the document camera to turn off but there is no action, as per the document camera RS232 protocol the commend packet for turn off is

    01 30 01 00 , IN HEX I tried to send it to my document like this

    send_string dvdecument , " '$01 30 01 00' "

    Assuming the cable is good and the baud rate is set correctly, try the following:
    send_string dvDocument, "$01,$30,$01,$00"
    
Sign In or Register to comment.