COTI.DLL (32-bit - PCAN-Basic based)

Settings over the Windows(r) Registry:

    Key: 
        [HKEY_CURRENT_USER\Software\PEAK-System\COTI]

    Values: 
        "Logging"   =dword    
        "HwType"    =dword     
        "IOPort"    =dword     
        "Interrupt" =dword  
        "PCANHandle"=dword 

    NOTE: You can use the attached file COTI_Config.reg to write a default setting in the 
          registry.

* For turning Logging-Functionality ON/OFF:
 
     ________________________________________________________________________________________
    |     Value-Name      |                 Description                      |     Default   | 
    |_____________________|__________________________________________________|_______________|
    |'Logging'            | 0: Logging is not active. No data logged         |        0      |
    |                     | 1: Logging is active. Data is logged             |               |
    |_____________________|__________________________________________________|_______________|


* For setting a custom PCAN-Basic Channel Configuration:

    
     For Plug&Play channels (USB, PCI, PC-Card): Only one Registry Value is needed 
     ________________________________________________________________________________________
    |     Value-Name      |                 Description                      |     Default   | 
    |_____________________|__________________________________________________|_______________|
    |'PCANHandle'         | Hex or decimal value representing the PCAN-Basic |  PCAN_USBBUS1 |
    |                     | Channel (see PCAN-Basic Documentation)           |(dec:81|Hex:51)|
    |_____________________|__________________________________________________|_______________|


     For Not-Plug&Play Channels (ISA, DNG): Four Registry Values are needed
     ________________________________________________________________________________________
    |     Value-Name      |                 Description                      |     Default   | 
    |_____________________|__________________________________________________|_______________|
    |'PCANHandle'         | Hex or decimal value representing the PCAN-Basic |  PCAN_ISABUS1 |
    |                     | Channel (see PCAN-Basic Documentation)           |(dec:33|Hex:21)|
    |_____________________|__________________________________________________|_______________|
    | 'HwType'            | The type of the Non-Plug-and-Play hardware and   |       0       | 
    |                     | its operation mode (see PCAN-Basic Documentation)|               |
    |_____________________|__________________________________________________|_______________|
    | 'IOPort'            | The I/O address for the parallel port of the     |       0       |
    |                     | Non-Plug-and-Play hardware.                      |               |
    |_____________________|__________________________________________________|_______________|
    | 'Interrupt'         | The Interrupt number of the parallel port of the |       0       |
    |                     | Non-Plug-and-Play hardware.                      |               |
    |_____________________|__________________________________________________|_______________|