We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d959377 commit a79cf44Copy full SHA for a79cf44
README.md
@@ -1,7 +1,9 @@
1
# [Hamlib](https://github.com/Hamlib/Hamlib) rotctl [Easycomm](https://github.com/Hamlib/Hamlib/tree/master/rotators/easycomm) parser
2
3
A PlatformmIO parser library for Hamlib rotator control commands.
4
-- Parses the text protocol as described by Easycomm standards I, II or III.
+- Parses the string-based protocol as described by Easycomm standards I, II or III.
5
+ - from string to C-struct (reception)
6
+ - from C-struct to string (response)
7
- Programmed with less dependencies in C for C and C++ projects.
8
- Requires float support for `scanf` and `printf`.
9
0 commit comments