Readme_WIN_64_MISC.txt
========================================
2015-07-14
(c) by Kontron 2014

System functions driver for Kontron Boards
Supports Watchdog, LEDs, Board Info, (Digital I/O, Rear I/O only if board
offers these options - refer to board manual)


Operating System
================

   Windows 7 (64 bit)
   Windows Embedded Standard 7 (64 bit)
   Windows Server 2003 R2 (64 bit)
   Windows Server 2008 (64 bit)
   Windows 8, 8.1 (64 bit)

History
=======
Revision 20:
- added support of CP3004

Revision 19:
- added support of CP3010

Revision 18:
- added support for KBOX 101

Revision 17:
- Driver signed for Windows Server 2012
- added support of AM4024

Revision 16:
-added support of CP6005 SA

Revision 15:
-added support of CPS3003

Revision 14:
-added support of CP6004RA/RC

Revision 13:
- added support for CP6003

Revision 12:
- Added CP6004 support

Revision 11:
- Fixed DropDownBox handling in BoardSettings
- Added support for CP3003

Revision 10:
- initial version 



Installation
============
run install.bat

The install.bat installs the KOM System Functions driver (64 bit)
in 3 Steps:

Step 1:
regedit.exe is started for installing
a reg file needed by the KOM System Functions driver.

Step 2:
the setup of the driver will be started.
Select the desired options displayed on the screen.

Step 3: 
reboot. (preselectable under step 2)
in order to activate the changes, the system must be rebooted 
before KOM System Functions are usable. 

*****
Note: 
  uninstalling the driver follow these steps:
 
  1.  Open the Device Manager and manually uninstall under System Devices 
      the Kom System Functions
      (check mark "Delete the driver software for this device"
       when asked to confirm the device uninstall)

  2.  Run KOMMiscInstaller64.msi and select "Remove System Functions Driver"
      alternatively:
      Open the Control Panel\Programs and Features and uninstall
      "System Functions Driver (KOMMisc)" Note that this option does not remove
      all KomMisc folders under "Program Files\Kontron"
 
  The registry entry "HKLM\Software\Kontron\KomMisc" remains
  in the registry. If desired, delete this key manually. 

  For reinstalling, reboot or select "scan for hardware changes" in the 
  Device Manager first!
  
*****





Restrictions
============
 - Watchdog
   The watchdog timer settings 512 - 4096 sec are not available on all boards.
   For available watchdog timersettings refer to the hardware manual of
   the board in use.
   The BoardSettings.exe will allow selection of the timer settings mentioned
   above even if they are not available for the board in use.

 - Rear I/O
   On some boards the second Ethernet port is fixed to Front I/O. 
   In this case only the first Ethernet port can be switched to rear I/O.
   Refer to the hardware manual of the board in use.

- On some boards the availability of the watchdog modes "Interrupt" and 
  "Cascaded" depend on BIOS settings. Refer to the BIOS manual of the board
  in use.

- The demo applications and source codes are general examples for programmers only! 
  They do not necessarily represent the actual features of the board in use. Therefore, 
  depending on the board in use, not every demo application and not every setting in 
  a demo application is functional. 
  For available board features refer to the hardware manual.


Kontron BSP components
======================
File name                                Description
-------------------------------------------------------------------------
install.bat              	installer batch file
			runs regedit.exe and setup.exe

---Driver----
KOMmisc.reg                       file installed by regedit.exe
setup.exe                             starts KOMMiscInstaller.msi
KOMMiscInstaller64.msi        driver installer file



	Files installed by KOMMiscInstaller.msi 
   
   KOMMisc.sys			2.3.0.0
   KomLED.dll			2.3.0.0  
   KomSys.dll			2.3.0.0
   KomWdg.dll			2.3.0.0
   komdio.dll			2.3.0.0
   Komrio.dll			2.2.0.0
   kommisc.cat			
   kommisc.inf			
   KOMmisc.reg  
   			
   WdfCoInstaller01007.dll	1.7.6001.18000


   KomLEDDemo.exe		1.6.0.2
   KomLedApi.chm			
   KomLED.h			
   KomLED.exp			
   KomLED.lib			
   KomLEDDemo.cpp			

   KomSysDemo.exe		1.4.0.1
   KomSysApi.chm			
   KomSys.h			
   KomSys.exp			
   KomSys.lib			
   KomSysDemo.cpp			

   KomWdgDemo.exe		1.3.0.1
   KomWdgApi.chm			
   KomWdg.h			
   KomWdg.exp			
   KomWdg.lib			
   KomWdgDemo.cpp			

   KomdioDemo.exe			1.0.0.1
   KomdioApi.chm			
   Komdio_api.h			
   Komdio.exp			
   Komdio.lib			
   KomdioDemo.cpp			

   KomrioDemo.exe			1.2.0.0
   KomrioApi.chm			
   Komrio_api.h			
   Komrio.exp			
   Komrio.lib			
   KomrioDemo.cpp			

   BoardSettings.chm			
   BoardSettings.exe			1.10.0.0
