Archive
PIC18 Bootloader – Version 1.8
A small update to PIC18 Bootloader which help porting it to larger/newer PICs.
Changelog:
- you can define FLASH_ERASE_BLOCK_SIZE
- support flash sizes larger than 64k
- fixed I/O initialization bug for PIC18F25K50
The companion application was also updated to support the new BL features.


Comments in the forum
Dev_StreamRead – AltDVB interface to StreamReader.dll
I wrote a simple interface to the StreamReader.dll library. Most of the tuner parameters (Modulation, FEC, MIS/PLS, Rolloff, Pilot) are sent to the dll if there is a correspondence between my internal coding and values expected by library. Raw DiSEqC is also supported,if hardware has this capability.
Download and extract it into the .\AltDVB\Devices folder.

You also have to download the StreamReader.dll and extract it into AltDVB folder.
https://sourceforge.net/projects/crazyscan/files/StreamReaderExEx-BDA.rar
…or the latest test version from here:
http://crazycat69.narod.ru/sattelite/StreamReaderEx/test/StreamReaderExEx-BDA.rar
Many thanks to Crazycat for his nice and complex piece of software !
Comments in the forum.