jromang / picochess

GNU General Public License v3.0
74 stars 54 forks source link

Autodetect DGT 3000 or XL clock #33

Closed sshivaji closed 9 years ago

sshivaji commented 9 years ago

From Ben@DGT: From Frits, I understood that there is not yet an automatic determination whether DGT3000 or DGT XL is connected. For detecting the DGT Clock version, the message DGT_CLOCK_MESSAGE contains a sub-command DGT_CMD_CLOCK_VERSION, that will result in information on the clock version.

DGT 3000 will return version 2.x, DGT XL will return version 1.x. Do you have this information, and could you implement such automatic version detection?

sshivaji commented 9 years ago

Done