1
0
Fork
You've already forked comrad
0
C++ library for controlling Conrad relay cards on Linux https://zynskey.nekoweb.org/comrad
  • C++ 96.7%
  • Makefile 3.3%
2026年04月01日 14:14:46 +02:00
.gitignore aaahaha 2025年07月11日 07:41:31 -04:00
AGENTS.md ayaya 2026年04月01日 14:14:46 +02:00
CLAUDE.md ayaya 2026年04月01日 14:14:46 +02:00
comrad-test.cpp aaahaha 2025年07月11日 07:41:31 -04:00
comrad.cpp Upload files to "/" 2025年04月09日 17:21:27 +00:00
comrad.h aaahaha 2025年07月11日 07:41:31 -04:00
LICENSE Initial commit 2025年04月09日 17:20:40 +00:00
makefile aaahaha 2025年07月11日 07:41:31 -04:00
README.md Update README.md 2025年04月09日 19:34:12 +00:00

COMRAD

A C++ library for controlling Conrad relay cards through a serial port on Linux (and possibly other POSIX compliant systems, haven't tested). It implements the simple transport protocol used by these boards as well as the basic commands they directly support.

Just a lib and a quick program for testing. Please refer to your particular board's manual for jumper settings etc.

Full documentation is available at https://zynskey.nekoweb.org/comrad.