Deutsch
Français
Italiano

Windows

The board driver is implemented as Windows kernel device driver and is equipped with a protocol independent device interface (OPEN, READ, WRITE, CLOSE). For synchronization of the available driver commands, Windows standard mechanisms are supported, enabling a trouble-free integration of the driver into the Windows multitasking/multithreading concept:

  • Synchronous (waiting) driver commands can be executed in separate threads, as no CPU load is required in the waiting mode.
  • Asynchronous (non waiting) driver commands use system event flags. Therefore, they can be easily integrated into event controlled environments.

All intelligent COMSOFT boards as well as FNL and SNL2-E are supported.

Scope of delivery

  • Board Firmware: Real time operating system and protocol driver
  • Fully graphical 32 Bit software tool for startup and testing of the board
  • Executable 32 Bit software tool for DOS console mode
  • Complete source code for all example and test programmes
  • DLL on demand