Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
#!/bin/bashecho "Sharp TV Detection script queue $2"/usr/pluto/bin/TestSerialPort -p $3 -P N81 -b 9600 -t "POWR0 \r\s500mPOWR1 \r" -i 1 -s "OK\r"if [[ "$?" -ne 0 ]]; thenecho "It's not a Sharp TV"/usr/pluto/bin/MessageSend dcerouter -r 0 $1 1 806 224 $2 13 "$4" 44 0elseecho "It is a Sharp TV"/usr/pluto/bin/MessageSend dcerouter -r 0 $1 1 806 224 $2 13 "$4" 44 1856fi
Acquos LCxxD6U / LCxxD7uDevice template #1856