Cardsharing-x Forum

» Receivers « => Other HDTV Receivers => » HDTV « => Others HDTV Rec Software / Emu/ Firmware => Topic started by: antox on February 08, 2010, 02:35:18 PM

Title: Hivion HD Firmware
Post by: antox on February 08, 2010, 02:35:18 PM
TWIN HD PVR


HD_TWIN


08-02-2010

HD-9090X Ultima


HD USB-PVR


08-02-2010

HD USB-PVR L


[code]HD USB-PVR L


08-02-2010
[/code]
Title: Re: Hivion HD Firmware
Post by: antox on February 18, 2010, 07:52:18 PM
QuoteTWIN HD PVR
   

HD_TWIN
   

17-02-2010
QuoteHD-9090X Ultima
   

HD USB-PVR
   

17-02-2010
QuoteHD USB-PVR L
   

HD USB-PVR L
   

17-02-2010
warning origi VS clone
Title: Re: Hivion HD Firmware
Post by: antox on February 25, 2010, 09:10:54 PM
QuoteTWIN HD PVR
   

HD_TWIN
   

25-02-2010

QuoteHD-9090X Ultima
   

HD USB-PVR
   

25-02-2010

QuoteHD USB-PVR L
   

HD USB-PVR L
   

25-02-2010
Title: Re: Hivion HD Firmware
Post by: antox on March 19, 2010, 06:30:40 PM
QuoteTWIN HD PVR
HD_TWIN
19-03-2010

QuoteHD-9090X Ultima
HD USB-PVR
19-03-2010

QuoteHD USB-PVR L
HD USB-PVR L
19-03-2010
Title: Re: Hivion HD Firmware
Post by: antox on March 22, 2010, 12:23:15 PM
HD USB-PVR L
HD USB-PVR L
22-03-2010
TWIN HD PVR
HD_TWIN
Title: Re: Hivion HD Firmware
Post by: antox on March 31, 2010, 07:10:40 PM
TWIN HD PVR
QuoteHD_TWIN
31-03-2010
HD-9090X Ultima
QuoteHD USB-PVR
31-03-2010
HD USB-PVR L
QuoteHD USB-PVR L
31-03-2010
Title: Re: Hivion HD Firmware
Post by: antox on April 14, 2010, 12:12:58 PM
Firmware for Hivion HD Firmware
TWIN HD PVR

   

QuoteHD_TWIN
14-04-2010
9696/9797 PVR HDMI
Quote29E3USB_CAS_HDMI
Title: Re: Hivion HD Firmware
Post by: antox on April 23, 2010, 12:30:59 PM
23-04-2010
9696/9797 PVR HDMI
29E3USB_CAS_HDMI
   
TWIN HD PVR
HD_TWIN

HD-9090X Ultima
HD USB-PVR

HD USB-PVR L
HD USB-PVR L
Rai ok - Digitv au - MTech ok - Orf ok
Title: Re: Hivion HD Firmware
Post by: labud on April 25, 2010, 06:01:33 AM
Firmware For:

9595X PVR
9696X PVR
PVR 9090X
PVR 9191X
5151X PVR
Title: Re: Hivion HD Firmware
Post by: antox on May 18, 2010, 04:47:50 PM
HiVION HD18-05-2010

TWIN HD PVR
HD_TWIN
   


HD-9090X Ultima
HD USB-PVR

   
HD USB-PVR L
HD USB-PVR L

Rai_DigitvAU_MTech_Orf_Seca2_Biss_T
QuoteSSSP â€" Simple Serial Sharing Protocol
=====================================

This Protocol defines the communication between a DVB Box and a gbox by using a RS232(serial/com/tty port) with only 4 commands to implement.


RS232 communication settings
============================
115200 8N1 (115200 Baud, 8 data bits, no parity, 1 stop bit)
To activate add in the gbox_cfg R: { 01 } for com1, or R: { 02 } for com2
W: and V: should be deactivated 00 00
When developing Software you can activate thers232 debug messages by adding
10 to the R: parameter, a example for com1 would be R: { 11 }


Format of data
==============
AB CD EF GH ....

AB = Command
CDEF = length of the data following
GH ... = data

Total length is CDEF + 3 (1 byte command + 2 bytes len)


Command 0x means from STB to gbox
Command Fx means from gbox to STB


SEND PMT = 01 (send PMT to gbox)
--------------------------------
01 xx xx yy yy zz zz zz zz data ....
xx = Len
yy = SID ( byte 2 and bytes 3 from the PMT)
zz = PMT CRC32 (last 4 bytes in the PMT)
Data = CAID1 (2 bytes) PID1 (2 bytes) PROVIDER1 (3 bytes) CAID2 PID2 PROVIDER2 ....
Provider is only used in Seca and Viaccess, in other systems put 00 00 00
For Seca use 00 xx yy and for **acess xx yy z0

On each channel change the DVB box must send the PMT first, on FTA Channels please send: 01 00 06 yy yy zz zz zz zz


SEND ECM = 03 (send ECM to gbox)
--------------------------------
03 xx xx yy yy ecm_data ....
xx = len
yy = pid

Note: Please send every ecm only once, do not send the same ecm multiple times.


REQUESTING PIDS DATA = F1 (receive ECM pid list )
-------------------------------------------------
F1 xx xx pid1 pid2 pid3 ....
xx = Len
pidx = 2 bytes for each pid

Please send me ECM data from these pids only, close all other already open.


CW RETURN = F2 (receive ControlWords)
-------------------------------------
F2 00 10 cw1 (8 bytes) cw2 (8 bytes)


Command flow on a channel change
================================
1. DVB box sends PMT with command 01 on a channel change
2. gbox sends pid list of the ecm's it can handle with command F1
3. DVB box sends ECM's (from all pids in the pid list) with command 03
4. gbox sends CW's with command F2
5. As soon the gbox has success in decoding a ecm it sends again a F1 command
with one pid only, the DVB box should close then all other pids and from
now on send only ecm data from that pid.

After this command 03 and F2 will be repeated until a channel change.

On the next channel change the DVB should close all open pids and repeat the
above procedure.



//-----------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------
Advanced protocol

cmd 01 and 03 are not enough for multi-channel.

so added



Advanced SSSP support = 04 (send cmd to gbox)
--------------------------------
04 xx xx yy yy
xx = Len
yy = check value ( returned )



Reply Advanced SSSP support = F4
-------------------------------------------------
F4 xx xx yy yy
xx = Len
yy = 2 bytes, returned from CMD 04







SEND PMT = 05 (send PMT to gbox)
--------------------------------
05 xx xx aa yy yy zz zz zz zz data ....
xx = Len
aa = which channel, less than 10,  example 00=viewing channel, 01=pip channel, 02= timeshift, 03=recording 1, 04=recording 2,.....
yy = SID ( byte 5 and bytes 6 from the PMT)
zz = PMT CRC32 (last 4 bytes in the PMT)
Data = CAID1 (2 bytes) PID1 (2 bytes) PROVIDER1 (3 bytes) CAID2 PID2 PROVIDER2 ....
Provider is only used in Seca and Viaccess, in other systems put 00 00 00
For Seca use 00 xx yy and for **acess xx yy z0

On each channel change the DVB box must send the PMT first, on FTA Channels please send: 05 00 07 aa yy yy zz zz zz zz


REQUESTING PIDS DATA = F5 (receive ECM pid list )
-------------------------------------------------
F1 xx xx aa pid1 pid2 pid3 ....
xx = Len
aa = from cmd 05
pidx = 2 bytes for each pid

Please send me ECM data from these pids only, close all other already open.





SEND ECM = 06 (send ECM to gbox)
--------------------------------
03 xx xx aa bb bb bb bb yy yy ecm_data ....
xx = len
aa = which channel, less than 10,  example 00=viewing channel, 01=pip channel, 02= timeshift, 03=recording 1, 04=recording 2,.....
bb = 4bytes, tag, returned from cmd F6
yy = pid

Note: Please send every ecm only once, do not send the same ecm multiple times.


CW RETURN = F6 (receive ControlWords)
-------------------------------------
F2 00 15 aa bb bb bb bb cw1 (8 bytes) cw2 (8 bytes)
aa = which channel from cmd 06
bb = tag 4bytes from cmd 06
Title: Re: Hivion HD Firmware
Post by: antox on May 27, 2010, 05:32:20 PM
TWIN HD PVR HD_TWIN
   
   27-05-2010

HD-9090X Ultima HD USB-PVR
   
HD USB-PVR L HD USB-PVR L
   


SSSP â€" Simple Serial Sharing Protocol
=====================================
Title: sssp_cccam_newcs
Post by: antox on May 27, 2010, 05:38:17 PM
SSSP CCCAM NEWCS
   

sssp_cccam_newcs
   

27-05-2010

SSSP â€" Simple Serial Sharing Protocol
=====================================

This Protocol defines the communication between a DVB Box and a gbox by using a RS232(serial/com/tty port) with only 4 commands to implement.


RS232 communication settings
============================
115200 8N1 (115200 Baud, 8 data bits, no parity, 1 stop bit)
To activate add in the gbox_cfg R: { 01 } for com1, or R: { 02 } for com2
W: and V: should be deactivated 00 00
When developing Software you can activate thers232 debug messages by adding
10 to the R: parameter, a example for com1 would be R: { 11 }


Format of data
==============
AB CD EF GH ....

AB = Command
CDEF = length of the data following
GH ... = data

Total length is CDEF + 3 (1 byte command + 2 bytes len)


Command 0x means from STB to gbox
Command Fx means from gbox to STB


SEND PMT = 01 (send PMT to gbox)
--------------------------------
01 xx xx yy yy zz zz zz zz data ....
xx = Len
yy = SID ( byte 2 and bytes 3 from the PMT)
zz = PMT CRC32 (last 4 bytes in the PMT)
Data = CAID1 (2 bytes) PID1 (2 bytes) PROVIDER1 (3 bytes) CAID2 PID2 PROVIDER2 ....
Provider is only used in Seca and Viaccess, in other systems put 00 00 00
For Seca use 00 xx yy and for **acess xx yy z0

On each channel change the DVB box must send the PMT first, on FTA Channels please send: 01 00 06 yy yy zz zz zz zz


SEND ECM = 03 (send ECM to gbox)
--------------------------------
03 xx xx yy yy ecm_data ....
xx = len
yy = pid

Note: Please send every ecm only once, do not send the same ecm multiple times.


REQUESTING PIDS DATA = F1 (receive ECM pid list )
-------------------------------------------------
F1 xx xx pid1 pid2 pid3 ....
xx = Len
pidx = 2 bytes for each pid

Please send me ECM data from these pids only, close all other already open.


CW RETURN = F2 (receive ControlWords)
-------------------------------------
F2 00 10 cw1 (8 bytes) cw2 (8 bytes)


Command flow on a channel change
================================
1. DVB box sends PMT with command 01 on a channel change
2. gbox sends pid list of the ecm's it can handle with command F1
3. DVB box sends ECM's (from all pids in the pid list) with command 03
4. gbox sends CW's with command F2
5. As soon the gbox has success in decoding a ecm it sends again a F1 command
with one pid only, the DVB box should close then all other pids and from
now on send only ecm data from that pid.

After this command 03 and F2 will be repeated until a channel change.

On the next channel change the DVB should close all open pids and repeat the
above procedure.



//-----------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------
Advanced protocol

cmd 01 and 03 are not enough for multi-channel.

so added



Advanced SSSP support = 04 (send cmd to gbox)
--------------------------------
04 xx xx yy yy
xx = Len
yy = check value ( returned )



Reply Advanced SSSP support = F4
-------------------------------------------------
F4 xx xx yy yy
xx = Len
yy = 2 bytes, returned from CMD 04







SEND PMT = 05 (send PMT to gbox)
--------------------------------
05 xx xx aa yy yy zz zz zz zz data ....
xx = Len
aa = which channel, less than 10,  example 00=viewing channel, 01=pip channel, 02= timeshift, 03=recording 1, 04=recording 2,.....
yy = SID ( byte 5 and bytes 6 from the PMT)
zz = PMT CRC32 (last 4 bytes in the PMT)
Data = CAID1 (2 bytes) PID1 (2 bytes) PROVIDER1 (3 bytes) CAID2 PID2 PROVIDER2 ....
Provider is only used in Seca and Viaccess, in other systems put 00 00 00
For Seca use 00 xx yy and for **acess xx yy z0

On each channel change the DVB box must send the PMT first, on FTA Channels please send: 05 00 07 aa yy yy zz zz zz zz


REQUESTING PIDS DATA = F5 (receive ECM pid list )
-------------------------------------------------
F1 xx xx aa pid1 pid2 pid3 ....
xx = Len
aa = from cmd 05
pidx = 2 bytes for each pid

Please send me ECM data from these pids only, close all other already open.





SEND ECM = 06 (send ECM to gbox)
--------------------------------
03 xx xx aa bb bb bb bb yy yy ecm_data ....
xx = len
aa = which channel, less than 10,  example 00=viewing channel, 01=pip channel, 02= timeshift, 03=recording 1, 04=recording 2,.....
bb = 4bytes, tag, returned from cmd F6
yy = pid

Note: Please send every ecm only once, do not send the same ecm multiple times.


CW RETURN = F6 (receive ControlWords)
-------------------------------------
F2 00 15 aa bb bb bb bb cw1 (8 bytes) cw2 (8 bytes)
aa = which channel from cmd 06
bb = tag 4bytes from cmd 06
Title: Re: Hivion HD Firmware
Post by: antox on June 22, 2010, 10:21:20 AM
TWIN HD PVR
   HD_TWIN
   


22-06-2010


HD-9090X Ultima
   HD USB-PVR

   
HD USB-PVR L
   HD USB-PVR L
   

SSSP â€" Simple Serial Sharing Protocol

softcam bis_canalsat
Title: Re: Hivion HD Firmware
Post by: antox on July 01, 2010, 12:24:01 PM
HD 9696 PVR XviD
   
Quote180Z4USB_L


01-07-2010

TWIN HD PVR
   
QuoteHD_TWIN

HD-9090X Ultima
   
QuoteHD USB-PVR

HD USB-PVR L
QuoteHD USB-PVR L

SSSP â€" Simple Serial Sharing Protocol
=====================================

Quotesoftcam Canalsat.Bis
Title: Re: Hivion HD Firmware
Post by: antox on July 12, 2010, 01:33:53 PM
TWIN HD PVR
   HD_TWIN


SSSP â€" Simple Serial Sharing Protocol
=====================================   




HD-9090X Ultima
   HD USB-PVR




HD USB-PVR L
   HD USB-PVR L
   


12-07-2010
hIvion HD-softwares (http://hv-softwares.ifrance.com/)
Title: Re: Hivion HD Firmware
Post by: aamir11 on July 23, 2010, 10:58:53 AM
22.07.2010

New Firmware For Hivion HD

HIVION_HD 9090X Ultima PVR_180Z4USB_L_CAS_NOCI_22.07.2010 (http://parsaspace.com/files/5916138884/hivion_hd_9090x_ultima_pvr_180z4usb_l_cas_noci_22.07.2010.rar.html)

  HIVION_HD 9090XII Ultima PVR_180Z4USB_L_2CAS_NOCI_22.07.2010 (http://parsaspace.com/files/8416138884/hivion_hd_9090xii_ultima_pvr_180z4usb_l_2cas_noci_22.07.2010.rar.html)

HIVION_HD 9696 PVR XviD_180Z4USB_L_22.07.2010 (http://parsaspace.com/files/6416138884/hivion_hd_9696_pvr_xvid_180z4usb_l_22.07.2010.rar.html)
Title: Re: Hivion HD Firmware
Post by: antox on July 26, 2010, 08:09:11 PM
26-07-2010
HD 9090X Ultima PVR

HD 9090XII Ultima PVR

HD 9696 PVR XviD

TWIN HD PVR

HD-9090X Ultima

HD USB-PVR L
   

hv-softwares (http://hv-softwares.ifrance.com/)
   

   


Title: Re: Hivion HD Firmware
Post by: labud on August 24, 2010, 03:23:59 AM
Hivion_firmware_update_fix_keys_ok_23.08.2010
Title: Re: Hivion HD Firmware
Post by: labud on August 24, 2010, 03:33:52 AM
Hivion_firmware_update_fix_keys_ok_23.08.2010


continues
Title: Re: Hivion HD Firmware
Post by: antox on September 10, 2010, 07:05:01 PM
* 10.09.2010
1. Satellites/TP list updated
QuoteHD 9090X Ultima PVR
180Z4USB_L_CAS_NOCI
QuoteHD 9090XII Ultima PVR
180Z4USB_L_2CAS_NOCI
QuoteHD 9696 PVR XviD
  180Z4USB_L   

Title: Re: Hivion HD Firmware
Post by: antox on September 18, 2010, 09:32:29 AM
QuoteHD 9090X Ultima PVR
180Z4USB_L_CAS_NOCI
17-09-2010
   
QuoteHD 9090XII Ultima PVR
180Z4USB_L_2CAS_NOCI
QuoteHD 9696 PVR XviD
180Z4USB_L
Quote9696/9797 PVR HDMI
 29E3USB_CAS_HDMI
* 16.09.2010
1. ZR39160 SD Model
1) Satellites/TP list updated
2) Biss key menu update
After download this version, you must do ˇÂ°Factory ResetˇÂ± in Menu.
If you donˇŻt that, your STB has Rooting(Hang-up).
If you do ˇÂ°Factory ResetˇÂ±, all setting will be cleared include channel list.
If you donˇŻt want it, donˇŻt update this sw.

2. ZORAN HD USB PVR ready
1) Supporting dual recording


SSSP â€" Simple Serial Sharing Protocol
=====================================

This Protocol defines the communication between a DVB Box and a gbox by using a RS232(serial/com/tty port) with only 4 commands to implement.


                        NOTICE!

After you update new version of Software, you must proceed "Factory Reset" to
 add new satellite & TP infromation.

If you don't proceed "Factory Reset" after updating software, there will be
some problems of STB's function related with satellite & TP information (e.g. SCAN)  

   

 
Title: Re: Hivion HD Firmware
Post by: antox on September 22, 2010, 01:48:41 PM
21-09-2010
QuoteHD 9090X Ultima PVR
180Z4USB_L_CAS_NOCI
QuoteHD 9090XII Ultima PVR
   180Z4USB_L_2CAS_NOCI
QuoteHD 9696 PVR XviD
180Z4USB_L
QuoteTWIN HD PVR
HD_TWIN
QuoteHD 9090X Ultima
   HD USB-PVR
QuoteUSB-PVR L
HD USB-PVR L



                        NOTICE!

After you update new version of Software, you must proceed "Factory Reset" to
 add new satellite & TP infromation.

If you don't proceed "Factory Reset" after updating software, there will be
some problems of STB's function related with satellite & TP information (e.g. SCAN)  "

   

 
               

Title: Re: Hivion HD Firmware
Post by: antox on October 01, 2010, 10:06:13 AM
HiVION HD 30-09-2010
Quote9700X PVR
S29E3USB_CAS
QuoteHD 9090XII Ultima PVR
180Z4USB_L_2CAS_NOCI
QuoteHD 9090X Ultima PVR
180Z4USB_L_CAS_NOCI
QuoteHD 9696 PVR XviD
180Z4USB_L
QuoteTWIN HD PVR
HD_TWIN
QuoteHD 9090X Ultima
HD USB-PVR
QuoteHD USB-PVR L
HD USB-PVR L
Quote     NOTICE!

After you update new version of Software, you must proceed "Factory Reset" to
 add new satellite & TP infromation.

If you don't proceed "Factory Reset" after updating software, there will be
some problems of STB's function related with satellite & TP information (e.g. SCAN)  
SSSP â€" Simple Serial Sharing Protocol
=====================================

QuoteThis Protocol defines the communication between a DVB Box and a gbox by using a RS232(serial/com/tty port) with only 4 commands to implement.


   

 
Title: Re: Hivion HD Firmware
Post by: antox on October 15, 2010, 09:58:34 AM
HiVION HD 14.10.2010

Quote* 13.10.2010
1. All model
- Improved for Seca(Mediaguard) smartcard

QuoteNOTICE!

After you update new version of Software, you must proceed "Factory Reset" to
 add new satellite & TP infromation.

If you don't proceed "Factory Reset" after updating software, there will be
some problems of STB's function related with satellite & TP information (e.g. SCAN)  

SSSP â€" Simple Serial Sharing Protocol
=====================================
Title: Re: Hivion HD Firmware
Post by: antox on October 15, 2010, 09:58:34 AM
HiVION HD 14.10.2010

Quote* 13.10.2010
1. All model
- Improved for Seca(Mediaguard) smartcard

QuoteNOTICE!

After you update new version of Software, you must proceed "Factory Reset" to
 add new satellite & TP infromation.

If you don't proceed "Factory Reset" after updating software, there will be
some problems of STB's function related with satellite & TP information (e.g. SCAN)  

SSSP â€" Simple Serial Sharing Protocol
=====================================
Title: Re: Hivion HD Firmware
Post by: antox on October 15, 2010, 09:58:34 AM
HiVION HD 14.10.2010

Quote* 13.10.2010
1. All model
- Improved for Seca(Mediaguard) smartcard

QuoteNOTICE!

After you update new version of Software, you must proceed "Factory Reset" to
 add new satellite & TP infromation.

If you don't proceed "Factory Reset" after updating software, there will be
some problems of STB's function related with satellite & TP information (e.g. SCAN)  

SSSP â€" Simple Serial Sharing Protocol
=====================================
Title: Re: Hivion HD Firmware
Post by: antox on November 05, 2010, 06:43:46 PM
HD 9090XII Ultima PVR
Quote180Z4USB_L_2CAS_NOCI
03-11-2010
HD 9090X Ultima PVR
Quote180Z4USB_L_CAS_NOCI
03-11-2010

HD 9696 PVR XviD

Quote180Z4USB_L
03-11-2010

1. All model
- Improved for Seca(Mediaguard) smartcard
SSSP â€" Simple Serial Sharing Protocol
=====================================
This Protocol defines the communication between a DVB Box and a gbox by using a RS232(serial/com/tty port) with only 4 commands to implement.
                        NOTICE!


QuoteAfter you update new version of Software, you must proceed "Factory Reset" to
 add new satellite & TP infromation.

If you don't proceed "Factory Reset" after updating software, there will be
some problems of STB's function related with satellite & TP information (e.g. SCAN)  
Title: Re: Hivion HD Firmware
Post by: antox on November 18, 2010, 05:39:11 PM
HiVION HD 18.11.2010
HD 9696 PVR XviD
180Z4USB_LTWIN HD PVR
HD_TWINHD 9090X Ultima
HD USB-PVRHD USB-PVR L
HD USB-PVR L NOTICE!
After you update new version of Software, you must proceed "Factory Reset" to
 add new satellite & TP infromation.

If you don't proceed "Factory Reset" after updating software, there will be
some problems of STB's function related with satellite & TP information (e.g. SCAN)  
SSSP â€" Simple Serial Sharing Protocol
=====================================

This Protocol defines the communication between a DVB Box and a gbox by using a RS232(serial/com/tty port) with only 4 commands to implement.
* 17.11.2010
1. Hotbrid 13 Cyfrowy Polsat
- Mediaguard problem fixed
http://hv-softwares.ifrance.com/
Title: Re: Hivion HD Firmware
Post by: antox on November 18, 2010, 05:39:11 PM
HiVION HD 18.11.2010
HD 9696 PVR XviD
180Z4USB_LTWIN HD PVR
HD_TWINHD 9090X Ultima
HD USB-PVRHD USB-PVR L
HD USB-PVR L NOTICE!
After you update new version of Software, you must proceed "Factory Reset" to
 add new satellite & TP infromation.

If you don't proceed "Factory Reset" after updating software, there will be
some problems of STB's function related with satellite & TP information (e.g. SCAN)  
SSSP â€" Simple Serial Sharing Protocol
=====================================

This Protocol defines the communication between a DVB Box and a gbox by using a RS232(serial/com/tty port) with only 4 commands to implement.
* 17.11.2010
1. Hotbrid 13 Cyfrowy Polsat
- Mediaguard problem fixed
http://hv-softwares.ifrance.com/
Title: Re: Hivion HD Firmware
Post by: antox on December 14, 2010, 06:47:39 PM
* 14.12..2010
1. microbox 2 fixe
Hivion s6f2e240-11295F.sgn_HF8900.
Title: Re: Hivion HD Firmware
Post by: antox on January 06, 2011, 08:49:19 AM
* 06.01.2011
1. CCxxm improved
2. Iclass HD
 Satellites and TP list updated.

SSSP â€" Simple Serial Sharing Protocol

=====================================
This Protocol defines the communication between a DVB Box and a gbox by using a RS232(serial/com/tty port) with only 4 commands to implement.

RS232 communication settings
============================
115200 8N1 (115200 Baud, 8 data bits, no parity, 1 stop bit)
To activate add in the gbox_cfg R: { 01 } for com1, or R: { 02 } for com2
W: and V: should be deactivated 00 00
When developing Software you can activate thers232 debug messages by adding
10 to the R: parameter, a example for com1 would be R: { 11 }

                        NOTICE!


After you update new version of Software, you must proceed "Factory Reset" to
 add new satellite & TP infromation.

If you don't proceed "Factory Reset" after updating software, there will be
some problems of STB's function related with satellite & TP information (e.g. SCAN)  
HD 9090XII Ultima PVR
180Z4USB_L_2CAS_NOCI
HD 9090X Ultima PVR
180Z4USB_L_CAS_NOCI
HD 9696 PVR XviD
HD 9797XS PVR XviD

180Z4USB_L
TWIN HD PVR
HD_TWIN
HD USB-PVR L
HD USB-PVR L
Title: Re: Hivion HD Firmware
Post by: antox on January 10, 2011, 06:22:49 PM
* 10.01.2011
1. CCxxm improved

SSSP â€" Simple Serial Sharing Protocol
=====================================


This Protocol defines the communication between a DVB Box and a gbox by using a RS232(serial/com/tty port) with only 4 commands to implement.


RS232 communication settings
============================
115200 8N1 (115200 Baud, 8 data bits, no parity, 1 stop bit)
To activate add in the gbox_cfg R: { 01 } for com1, or R: { 02 } for com2
W: and V: should be deactivated 00 00
When developing Software you can activate thers232 debug messages by adding
10 to the R: parameter, a example for com1 would be R: { 11 }
NOTICE!

After you update new version of Software, you must proceed "Factory Reset" to
 add new satellite & TP infromation.

If you don't proceed "Factory Reset" after updating software, there will be
some problems of STB's function related with satellite & TP information (e.g. SCAN)  
Title: Re: Hivion HD Firmware
Post by: antox on January 25, 2011, 06:14:38 PM

A9A9 PVR HDMI
K9K9 PVR HDMI
   


Quote29E B1A3USB_CAS_HDMI
24-01-2011
   

INT 9797 PVR HDMI

Quote29E3USB_L_CAS_HDMI
Title: Re: Hivion HD Firmware
Post by: antox on January 31, 2011, 06:44:48 PM
* 27.01.2011
1. Astra 19.2 TxT channel workable
http://www.lyngsat.com/packages/canalsatfr.html (http://www.lyngsat.com/packages/canalsatfr.html)
You have to download softcam key.
Title: Hivion HD Firmware
Post by: antox on March 10, 2011, 06:46:03 PM
hf8900-hivion.zip
new soft hivion 11.32.4f..
* 09.03.2011
1. Twin protocol improved
http://www.speedyshare.com/507466210.html
Title: Hivion HD Firmware
Post by: josagi on March 23, 2011, 06:55:29 PM
23-03-2011



* New test SW for 9696 full HD. Fixing some bugs in 11303



scf3d240-11304F.rar (http://www.herosh.com/download/7902172/scf3d240-11304F.rar.html)