Developers
Developers can find more information about the eBoards and the driver in this section.
DocumentsDate added
This is the DGT driver DLL (RabbitPlugin) documentation for programmers. It describes the functionality of the driver DLL and how communication should work between a program and the driver.
Low Level DGT EBoard driver
===========================
Version 0.2.0 alpha 20110131
The target of this driver is to create a low level driver that only implements the serial interface and the basic protocol implementation for the DGT EBoards. DGT wants to use this driver in the future for the boards, whereas the reconstruction of the game(s) is done in a level above this driver.
This package can also be used by programmers to connect to the board from their own software and e.g. write their own reconstruction for games like draughts, checkers, turkish checkers, etc.
Check ReadMe.txt for more information about the implementation and updates since 0.1.1
The latest version of the DGT Board Protocol Description in a single header file. This has been extended with the new draughts and Bluetooth board commands. Does not include the clock command information.
Source code of a simple delphi application using the DLL.
V ersion 1.24 of the board driver with support for messaging on the
DGT XL clock including a
Borland C++ Builder example + executable that uses the DLL. New: SetNRun function included.
Manual including a complete list of the functions in the DLL.