Temat: Komunikacja z kontrolerem wentylatorów USB z Linux-a
Znalazłem w sieci fajny projekt kontrolera wentylatorów 12V
Zamierzam go zbudować ale chciałbym zasięgnąć porady dotyczącej komunikacji przez USB.
Soft do obsługi napisany jest tylko po Windows-a ale:
Unfortunately Mac and Linux users are left out but there is some good news. The Fan Controller implements the CDC (Communication Device Class) protocol over USB and there is native support for this in Linux (the cdc-acm driver) and Apple OS/X. The Fan Controller appears as a standard serial communications device to the operating system and the commands accepted by it are simple ASCII strings, so it would be easy to write your own software or use simple scripting to communicate with the controller.Tutaj link z opisem protokołu komunikacji.
Może jakaś mądra głowa podpowie jak powinna wyglądać składnia w konsoli na wysyłanie poleceń i odbieranie tych cosekundowych informacji?