Einzelnen Beitrag anzeigen
  #7  
Alt 01.09.2024, 17:33
Benutzerbild von lars
lars lars ist offline
Revelation
 
Registriert seit: 17.11.2009
Ort: Lübeck
Alter: 60
Land:
Beiträge: 715
Abgegebene Danke: 267
Erhielt 1.350 Danke für 403 Beiträge
Aktivitäten Langlebigkeit
6/20 15/20
Heute Beiträge
0/3 ssssss715
AW: Re: ChessLab communications protocol

Hi John,

 Zitat von jcgdijkstra Beitrag anzeigen
I think I got it figured out. There already exist a UCI interface for every emulated old chess computer. It's written in lua. This is how Arena can communicate with the chess computers in UCI. I just need to figure out how I can use the keyboard (console) to send and receive UCI data. For example, if you start the Stockfish engine from a command line, you can communicate with it in UCI. How would I do that for the old chess computers? E.g. if I open a command line and type "messchess boris" the emulated chess computer starts up but I don't have UCI communications from my keyboard.
A command line cannot simply send commands to a program with a graphical user interface. You need a separate, simple program that starts MessChess and then uses the standard input/output channels of this process to send commands to the program and receive the responses.

Lars
Mit Zitat antworten