Sharp LCD rs232
tglavin
Posts: 4
Anyone have any luck using rs232 with a Sharp LCD (30"+)? I've read some posts noting you need to turn off the Energy Star mode (?) in order to get power on commands to work? Am I looking at straight pass through commands?
If not do you have a LCD model you would suggest using in the 32" range?
Thanks for any help.
-Thad
If not do you have a LCD model you would suggest using in the 32" range?
Thanks for any help.
-Thad
0
Comments
Then when you need to power it on, just send command "'POWR 1',$D" , take care about three spaces between POWR and 1 characters, and also that syntax is not exactly the same as for power on.
Hope it helps you
Vinc
http://www.amxforums.com/showthread.php?t=576
...I have to question the ability to send the "Energy Saver Disable" command when the display is in standby, and the energy saver is currently active.
The whole issue is that the energy saver TURNS OFF the serial port when the display is in standby, so - how is it going to process ANY message sent to it in that state? I doubt that the port is really on and programmed to ONLY pay attention to the engery saver commands while the display is in standby.
I may be wrong, but I believe that in order for that command to work, it needs to be sent WHILE the unit is on...
- Chip
No, you're right. The unit must be on when you send the 'RSPW0001'. After that it should work forever unless you turn RS232 connection back off via 'RSPW0000'.
What I do is I put the RSPW0001 string in my DEFINE_START, make sure the TV is on, then reboot the master.