Sharp TV IP Control!!!???
TurnipTruck
Posts: 1,485
Greetings,
I saw a Sharp LC-52LE830U come through here today that said "IP Control" on the box. After reading through the manual, it appears that the same commands used for serial can also be used for IP.
Has anyone tried talking to a Sharp Aquos via IP?
Thanks.
I saw a Sharp LC-52LE830U come through here today that said "IP Control" on the box. After reading through the manual, it appears that the same commands used for serial can also be used for IP.
Has anyone tried talking to a Sharp Aquos via IP?
Thanks.
0
Comments
We've allowed for serial, but the documentation seems to suggest that IP is good - but with Sharp you never know!
Sent from my MB860 using Tapatalk
Be sure to enable IP control. It is off by default. If you don't assign a user and pass in the setup screen, you can just shoot commands at it once you open the connection. If you assign the user and pass, it will prompt you for them once you open the connection. I did not succeed in doing secured login. I didn't see and benefit to it anyway.
Good luck!
Sent from my MB860 using Tapatalk
Is the 3min disconnect time correct?
My sarcasm detector just pinned ...
Hoping I can lock the front panel buttons in the hotel menu!
Hi
I controled another series sharp monitor for JAPANESE domestic, but protocol will be same.
use tcp port 10008 as default, IP address and port can check on OSD menu using ir hand remote
(you shold changge remote mode from RS232c to LAN on OSD)
you can try telnet command from PC as same.
First, monitor request ID and password, you can only hit ENTER($0d,$0a) ,ENTER($0d,$0a)
after that send control command same as RS232 protocol (a little diffarent from RS232 / use 0 in spite of space)
//power on
IP_CLIENT_OPEN(dvLCD.PORT,'10.34.4.85',10008,1)
WAIT 1 {SEND_STRING dvLCD,"$0D,$0A"}
WAIT 2 {SEND_STRING dvLCD,"$0D,$0A"}
WAIT 3 {SEND_STRING 0:dvLCD.PORT:0,"'POWR0001',$0D,$0A"}
WAIT 4 {IP_CLIENT_CLOSE(dvLCD.PORT)}
//power off
IP_CLIENT_OPEN(dvLCD.PORT,'10.34.4.85',10008,1)
WAIT 1 {SEND_STRING dvLCD,"$0D,$0A"}
WAIT 2 {SEND_STRING dvLCD,"$0D,$0A"}
WAIT 3 {SEND_STRING 0:dvLCD.PORT:0,"'POWR0000',$0D,$0A"}
WAIT 4 {IP_CLIENT_CLOSE(dvLCD.PORT)}
//koozoo MAEDA
Any ideas? the set is reporting the most up to date software rev.
If the set cannot establish a connection to Sharp's update server, it will respond that no update is necessary.
Sent from my MB865 using Tapatalk