Differences between original StreamReader.dll and this implementation
---------------------------------------------------------------------

StreamReader.ini contains specific settings for using the hardware.
Explanation of each setting is in this file.


Functions      Differences
=========      =====================
SetFilter
setBitFilter   Using a PID > $1FFF activates the 'pass all packets'
               implementation, or a specific PID can be set to
               do this ('PassAllPid' setting in the INI file)

DelFilter      Identifier $FFFF is reserved for the remote control
               (the remote control itself is not implemented).
               Identifier 0 stops all filters. This is also the
               identifier returned by SetFilter/SetBitFilter when
               'pass all packets' is activated.


Note: Some applications using StreamReader.dll require 188 byte packets,
      and other 184 bytes. This can be set in the INI file.
      Example: SkyNet   requires 188 byte packets
               LiveINet requires 184 byte packets
               Manna    requires 188 byte packets