Samsung 460MX-3 power control strings?
pcuser
Posts: 7
Hi Guys, I'm hoping someone can assist with power control strings for a Samsung 460MX-3 display.
Currently I am using the comm module 'Samsung_Syncmaster400FP3_Comm_dr1_0_0' to switch the displays on & off.
I am controlling the displays with rs232 and using the module for power control. The problem that I'm having is that it will sometimes not send power control strings to the display. I am using 3 instances of the module; one for each display. Currently none of the displays are working with the module.
All I need to do is switch the displays on or off. Does someone have known working strings to operate the power control for the displays they would like to share?
Instead of persevering with the module, I would like to send the power on/off strings to the displays. Display ID's are set to zero, one rs232 port per display.
Any assistance would be appreciated.
Cheers ma dears ;-)
Currently I am using the comm module 'Samsung_Syncmaster400FP3_Comm_dr1_0_0' to switch the displays on & off.
I am controlling the displays with rs232 and using the module for power control. The problem that I'm having is that it will sometimes not send power control strings to the display. I am using 3 instances of the module; one for each display. Currently none of the displays are working with the module.
All I need to do is switch the displays on or off. Does someone have known working strings to operate the power control for the displays they would like to share?
Instead of persevering with the module, I would like to send the power on/off strings to the displays. Display ID's are set to zero, one rs232 port per display.
Any assistance would be appreciated.
Cheers ma dears ;-)
0
Comments
Thanks for the URL. The pdf document has the relevant rs232 string information.
Cheers,
PK
The command to turn the set on appears to be:
$AA,$11,address,$01,$01,checksum
for off:
$AA,$11,address,$01,$00,checksum
Probably the address is $01.
The checksum appears to be the sum of the five characters expressed as a character.
Other sets using the same protocol:
460UTN-UD
400MX-3
MD55B
So much fun, trying to interpret rs232 protocol documentation :-/
Power On: $AA,$11,$FE,$01,$01,$11
Power Off: $AA,$11,$FE,$01,$00,$10
I used $FE for the ID so it won't matter what the display ID is set to.
Hopefully these strings will work...
Thanks for the input.
Cheers,
PK
Thanks to all for their assistance.
Cheers ma dears ;-)