Has anyone ever taken a stab at hacking an XDS satellite receiver? I'm curious just in the general sense, and I don't want to do anything illegal like try to access deauthorized programs, but I do have a specific need: I'd like to rearrange the order of precedence for how a program is selected on any given port, as follows.
Currently, the MyXDS scheduler webpage overrides everything, and this cannot be changed. It's caused caused us some headaches, and. I'd like to change the order of precedence as follows:
1) A program selected on the front panel and then locked with the padlock icon. Currently the padlock does nothing. All it does is prevent the channel from being changed again on the front panel unless you turn the padlock off. It's really kind of stupid and useless because serial commands and the web page still override it.
2) A serial port command via the M&C port on the back.
3) The MyXDS web page.
So basically I want the order of precedence to be completely backwards from what it is now.
The reason for this is that our sports station would like to have more freedom to jump channels more quickly and cover different games on the fly as the action changes.
I'm considering ditching the MyXDS webpage altogether and simply handling all channel changes with serial port commands in our Nexgen program log.
Currently, the MyXDS scheduler webpage overrides everything, and this cannot be changed. It's caused caused us some headaches, and. I'd like to change the order of precedence as follows:
1) A program selected on the front panel and then locked with the padlock icon. Currently the padlock does nothing. All it does is prevent the channel from being changed again on the front panel unless you turn the padlock off. It's really kind of stupid and useless because serial commands and the web page still override it.
2) A serial port command via the M&C port on the back.
3) The MyXDS web page.
So basically I want the order of precedence to be completely backwards from what it is now.
The reason for this is that our sports station would like to have more freedom to jump channels more quickly and cover different games on the fly as the action changes.
I'm considering ditching the MyXDS webpage altogether and simply handling all channel changes with serial port commands in our Nexgen program log.