Update rigctl.1

pull/1432/head
Mike Black W9MDB 2023-11-17 00:07:04 -06:00
rodzic 58fdb4423f
commit eff7d97c64
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1282,11 +1282,11 @@ option above, will terminate each command string sent to the radio. This
character should not be a part of the input string. character should not be a part of the input string.
. .
.TP .TP
.BR W ", " send_cmd_rx " \(aq" \fICmd\fP\(aq " " \fI[nbytes or terminator char\FP .BR W ", " send_cmd_rx " \(aq" \fICmd\fP\(aq " " \fInbytes_or_terminator_char\fP
Send a raw command string to the radio and expect nbytes returned or the terminator char (e.g. ;). Send a raw command string to the radio and expect nbytes returned or the terminator char (e.g. ;).
.IP .IP
This is useful for testing and troubleshooting radio commands and responses when This is useful for testing and troubleshooting radio commands and responses when
developing a backend. If the # of bytes requested is <= the number actually returned no timeout will occur. developing a backend. If the # of bytes requested is <= the number actually returned no timeout will occur. If a char is provided it will be used to terminate reading the string so ';' is popular for Kenwood/Yaesu commands for example.
.IP .IP
The command argument can have no spaces in it. The command argument can have no spaces in it.
For binary protocols enter values as \\0xAA\\0xBB. Expect a For binary protocols enter values as \\0xAA\\0xBB. Expect a