need help with EXETunerPlugin
I have two Samsung HD receivers TS-360 and I would like to control them using serial port instead IR, and I made it work partially – I can change single digit channels but can not control multi-digit channels because I can’t figure out how to send commands correctly.
Problem is that TS series boxes do not speak same protocol as other directv boxes with low speed data ports. To change channels (1 through 9) on the TS-360 box I need to propend *dtv to the desired single channel number (this works) however if I would like to change my TV to channel 21 via serial port I need to first send *dtv2 followed by *dtv1
So the question is how do I send a sequence of the commands *dtv instead of just one commands:
Example
To change channel on TS-360 (Creston protocol) to 201 I need to send following command set to the girder who will then sends appropriate commands to the receiver:
C:\Program Files\Girder\event.exe DSSTUNE %2% -silent
C:\Program Files\Girder\event.exe DSSTUNE %0% -silent
C:\Program Files\Girder\event.exe DSSTUNE %1% -silent
Instead of sending C:\Program Files\Girder\event.exe DSSTUNE %201% -silent
|