Readme_WIN_MISC.txt
========================================
2014-09-24
(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 XP
   Windows 7 (32 bit)
   Windows Embedded Standard 7 (32 bit)
   Windows Server 2003 R2 (32 bit)
   Windows Server 2008 (32 bit)
   Windows 8, 8.1 (32bit)

History
=======
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 installKOMmisc.exe

The installKomMisc.exe installs the KOM System Functions driver
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.
This step is selectable under step 2 however note, that
in order to activate the changes, the system must be rebooted 
at some time before KOM System Functions are usable. 

*****
Note: 
  uninstalling the driver follow these steps:
  1.  run installKomMisc.exe again. 
  2.  afterwards manually uninstall the driver in the 
       Device Manager. 
 
  The registry entry "HKLM\Software\Kontron\KomMisc" remains
  in the registry. If desired, delete this key manually. 
*****




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
-------------------------------------------------------------------------
installKOMmisc.exe	installer package (self extracting)

	installer package contents: 
install.bat		                runs regedit.exe and setup.exe
KOMmisc.reg		file installed by regedit.exe
setup.exe 		starts KOMMiscInstaller.msi
KOMMiscInstaller.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
