Hello Roku community (my first post here) I have a question regarding the connection of a BrightSign HD1010 to a video projector Pannasonic PT-D5700E. I would like to power on the projector with a serial command form the BrightSign player. The manual form the projector tells me this:
The ADZZ stands for all projectors, PON for ON. The commands forks fine if I send it from my laptop like this:Power ON (Lamp ON) Hexadecimal: 02h 41h 44h 5Ah 5AH 3Bh 50h 4Fh 4Eh 03h Character: A D Z Z ; P O N
myPort.write(2); // as BYTE myPort.write("ADZZ;PON"); // as STRING myPort.write(3); // as BYTE I tried many different things based on the interactive example from the download section, but the projector won't power on. I also used a serial monitor program on my computer to see if there is anything coming from the serial port. The command was there, but there was also a lot of other information coming. I think the problem is with the start byte 2 and the end byte 3. Do you have suggestion how I might get this to work? Greetings form Switzerland and excuse my English... Roland