0

Send Hex command via serial from Brightsign



Hello I try to send HEX commands to nec projector according to your topic: <!-- l --><a class="postlink-local" href="http://forums.roku.com/viewtopic.php?f=19&t=27253&p=169342&hilit=hex#p169342">viewtopic.php?f=19&t=27253&p=169342&hilit=hex#p169342</a><!-- l --> When I send "Serial-send byte" each byte separately in DEC I get this in my test serial software : Button Press 2 sendSerialByteCommand 02 sendSerialByteCommand 01 sendSerialByteCommand 00 <0>sendSerialByteCommand 00 <0>sendSerialByteCommand 00 <0>sendSerialByteCommand 03 LaunchVideo: play file Adam.mpg When I send "Serial-send sting (no cr)"=BYTE:02;00;00;00;00;02 I get this in my test serial software : Button Press 2 sendSerialBlockCommand BYTE:02;00;00;00;00;02 BYTE:02;00;00;00;00;02LaunchVideo: play file Adam.mpg Video Event 3 Video Event 3 Video Event 8 VideoFinished The HEX command that work in my software is: 020000000002=ON,020100000003=OFF How can i send only those commands witout adds-ons before and after. Thank you

2 comments

  • 0
    Avatar
    RokuLyndon


    THis is because the debug mode is turned on on the version of brightauthro 2 that you're using. Try this version.

    BrightAuthor 2.0 build 40
  • 0
    Avatar
    Rami Mulkandov


    Thank's
    It's wok
Please sign in to leave a comment.