מוגדר טוב
TT 3200 עם דייסק 10X1
http://www.ptm-sat.gr/product_info.php?products_id=90&language=EN
http://www.dvbviewer.info/forum/index.php?showtopic=15284
I just want to let you guy's know that DiseqC 1.1 works great on a TT S3200. I'm using a 10in1 DiseqC 1.1 / 1.2 Switch.
I inserted just following Commands
[E0 10 39 F0] For Input 1
[E0 10 39 F1] For Input 2
[E0 10 39 F2] For Input 3
...... up to [E0 10 39 F9] for Input 10
Those are the Commands for uncommitted Switches.
The Commands for Commited Switches that the most guys out there might have, are:
[E0 10 38 F0] for Input 1 (A/A)
[E0 10 38 F1] for Input 2 (A/B)
[E0 10 38 F2] for Input 3 (B/A)
[E0 10 38 F3] for Input 4 (B/B)
So if you have a Cascading DiseqC 1.1 Setup youre Commands have to combined.
Example:
You have 8LNB's ... 4LNB on two DiseqC 1.0 committed Switches and you connected them together to one DiseqC 1.1 uncommitted Switch.
If the LNB for Astra 19,2° is on the Input (3)B/A from the DiseqC 1.0 Uncommitted Switch which one is conneced at the Input 2 of youre Uncommitted DiseqC 1.1 Switch, youre command should look like this:
[E0 10 39 F1] W244 [E0 10 38 F2]
The "W244" is the time between those to command's in ms.
Because those Commands are for 2 different Switches set it a little bit higher 244 is okay.
In some cases (a very long cable or a bad cable quality) it might helps if you send the command's twice.
So you can try a command like this:
[E0 10 39 F1] W10 [E0 10 39 F1] W244 [E0 10 38 F2] W10 [E0 10 38 F2]
for the same switch a commandbreack at 10ms
*************
To enable diseqc 1.1 on the old cards without allowing diseqc 1.2 commands should be quite easy and straightforward (no, I don't know how much time it takes to get it done wink.gif ).
A generic diseqc message is composed from very few elements and contains 3-5 bytes. The 2nd byte is the address of the (diseqc) device. The high nibble 1h is for all kind of lnbs. Just filter messages with this adress space and no positioner command will be outputted.
Another approach would be to block all commands with 6h as the high nibble in the 3rd (command) byte. That would cover all commands for a positioner. The same could be done with 3h as the high nibble of the 2nd (address) byte cos the address of all positoner messages starts with 3h.
Now, the SS2 does not respond to any raw commands, so of course no harm can be done. Though the diseqc 1.2 console (and raw commands of course) is working with other cards. (e.g. firedtv)
Alas, my testing showed that there are a couple of bugs in the implementation. You should be careful at least with the console. If the needed raw commands are known, they will be correctly sent to the corresponding diseqc device.