comrq is a simple serial port poller developed by andofwinds with some features like live-reloading.
git clone https://github.com/andofwinds/comrq2.git
cd comrq2
gcc comrq.c -o comrq
Specify the command that will be sent instead of commands from *.csq file
Specify the configuration file (default is ./comrq_configuration.toml
)
.csq syntax is simple. Every command must start from new line.
Also you can place the comment by typing #
symbol on the start of line.
This is the most common .toml v1.0 syntax. Every field you need explained by comments in file.