Support / Board Driver
board drivers
 
Windows
Linux

The board driver is an operating system specific device or kernel driver. It runs the communication between the application software and the board.

The driver software provides functions for initialization and startup of the hardware, such as software setting of I/O addresses and inter-rupts or the download mechanism for the firmware of the boards. The following operating systems are supported:

 
 
win Windows
The board driver is implemented as Windows kernel device driver and is equipped with a protocol-independent device-interface.
 
linux Linux
The CharacterDevice Driver was developed as a loadable module and is automatically loaded during the start up of the Linux operation.