The IPTV 250m set-top box receiver can be used to send RS-232 commands to an attached screen via optional Encoded Media USB to RS-232 cable.
This KB Article details an example script which triggers the TV Server appliance to connect with every set-top box connected to it, and then have each box send the required RS-232 commands to power off an attached screen at a predetermined time.
The commands in the example script are specific to NEC MultiSync LCD4020 and LCD4620 displays, but can be adapted to suit any RS-232 compatible TV or panel by modifying the sequence of commands sent.
Though scripts are tested extensively, the downloading of example code either in whole or in part is done so entirely at your own risk. Encoded Media cannot accept responsibility for errors, omissions or unwanted behaviour arising from your use of example code.
The steps to initiate the script are as follows:
pico /etc/cron.hourly/rs232
chmod a+x /etc/cron.hourly/rs232
pico /etc/crontab
0 * * * * root cd / && run-parts --report /etc/cron.hourly
* If you do not know the root password for the IPTV 250m set-top box, please raise a support ticket with Encoded Media by emailing support@encodedmedia.com
Some example script files have been included below.