Commandline sky control application - windows for use with GB-PVR
=====================================================

November 1st 2005:  Modified by Electric Pocket to work as a .exe Changer Plugin
channel changer with GB-PVR. 

Command line gbpvr-skycontrol.exe <0,1>  <byte1> <Sky channel number>

e.g run gb-pvr config and in ".exe Channel Changer Congifig" window set Executable as:-
c:\gbpvr-skycontrol.exe
and Parameters as:-
0 0 {channel}

Replace "0 0 {channel}"with "1 12 {channel}"if using SkyPlus box.

see http://www.gbpvr.com for more info on GB-PVR.

Usage
-----

Examples:

gbpvr-skycontrol 0 0 102    send '102' to Sky box on output 1
sky-usb-control.exe 1 0 102    Send '102' to a Sky box on output 2
sky-usb-control.exe 0 12 102    Send  '102' to a Sky+ box on output 1

First parameter: 0 or 1 - 0 for output 1, 1 for output 2
Second parameter: byte 0 of control code (decimal) - see below.
Third parameter: sky channel number (3 digit decimal)

byte1 for sky is 0
byte1 for sky+ is 12.

Source code
-----------

Visual Basic source code is included.

To build, open gbpvrconsole.vbp with Visual Basic 6.00, and select 
'Make gbpvr-skycontrol.exe...' from the File menu.

Then run appmodechange.exe and use it to change the sky-usb-control.exe you
just compiled into a 'console application'.

contact:- steve"at"electricpocket.com
