Hi,
I'm currently trying to control a Samsung UD46E-A via RS232 from BrightAuthor 4.7.1 but having no luck. So far I have tried the following:
Presentation properties -
Commands in Hex which work from Herclues are as follows:
Power ON - AA 11 01 01 01 14
Power OFF - AA 11 01 01 00 13
I have converted these into decimal and got the following:
Power on - 170,17,1,1,1,20
Power off - 170,17,1,1,0,19
I am using these in an interactive playlist with the timeout event set to 'Send serial byte comma separated' to port 0
Is there something I am missing? I have tried swapping the RX and TX to no avail
Thanks in advance