[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. cd8acd5c1ff94247a474a
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Michael B. <mdb...@us...> - 2021-08-30 22:38:37
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hamlib -- Ham radio control libraries".
The branch, master has been updated
via cd8acd5c1ff94247a474a90ee499e5b41e02a018 (commit)
via 03ebf857a9d28ab4a30a2c484c5b405c8e79a410 (commit)
via eaa39df66be96f5130ad06b6c14bbd8904bcc9cf (commit)
from 4c0781560d86e8a7addc1ff345d5cfcd43ef4743 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cd8acd5c1ff94247a474a90ee499e5b41e02a018
Author: Mike Black W9MDB <mdb...@ya...>
Date: Mon Aug 30 17:38:00 2021 -0500
Update NEWS for 4.3 release
diff --git a/NEWS b/NEWS
index 1cc539b3..84526076 100644
--- a/NEWS
+++ b/NEWS
@@ -7,10 +7,13 @@ Copyright (C) 2000-2021 Michael Black W9MDB, and others
Please send Hamlib bug reports to ham...@li...
Version 4.3
- * 2021-??-??
+ * 2021-08-31
* libusb-1.0.23 or greater is now required or use --without-libusb
* Generating documentation now requires GNU source-highlighter.
* Added IC-575
+ * Less VFO swapping of newer Icom rigs -- zero swapping in WSJTX and JTDX
+ * Dual rotator control in rotctl -R option
+ * Started work on simulators -- very crude right now but usable to debug some things
* Overhaul of rig split -- reverse split (VFOA=RX VFOB=TX) should work for rigs capable of it
Starting VFO does not matter -- rig will end up on RX VFO
S VFOA 1 VFOB
commit 03ebf857a9d28ab4a30a2c484c5b405c8e79a410
Author: Mike Black W9MDB <mdb...@ya...>
Date: Mon Aug 30 15:19:16 2021 -0500
Update rotctl.1 man page
diff --git a/doc/man1/rotctl.1 b/doc/man1/rotctl.1
index e783e5e5..a85d8e1a 100644
--- a/doc/man1/rotctl.1
+++ b/doc/man1/rotctl.1
@@ -19,6 +19,7 @@ rotctl \- control antenna rotators
.OP \-hiIlLuV
.OP \-m id
.OP \-r device
+.OP \-R device2
.OP \-s baud
.OP \-t char
.OP \-C parm=val
@@ -87,6 +88,20 @@ etc. on MS Windows. The BSD flavors and Mac OS/X have their own designations.
See your system's documentation.
.
.TP
+.BR \-R ", " \-\-rot\-file2 = \fIdevice\fP
+Use
+.I device
+as the file name of the port connected to the 2nd rotator.
+e.g. 2nd rotator used for elevation.
+.IP
+Often a serial port, but could be a USB to serial adapter. Typically
+.IR /dev/ttyS0 ", " /dev/ttyS1 ", " /dev/ttyUSB0 ,
+etc. on Linux,
+.IR COM1 ", " COM2 ,
+etc. on MS Windows. The BSD flavors and Mac OS/X have their own designations.
+See your system's documentation.
+.
+.TP
.BR \-s ", " \-\-serial\-speed = \fIbaud\fP
Set serial speed to
.I baud
commit eaa39df66be96f5130ad06b6c14bbd8904bcc9cf
Author: Mike Black W9MDB <mdb...@ya...>
Date: Mon Aug 30 10:41:05 2021 -0500
Update tests/Makefile.am to not remove build scripts
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3fac3cf7..654478e1 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -127,4 +127,4 @@ testcookie.sh:
echo './testcookie 1' > testcookie.sh
chmod +x ./testcookie.sh
-CLEANFILES = testrig.sh testfreq.sh testbcd.sh testloc.sh testrigcaps.sh testcache.sh testcookie.sh testlibusb
+CLEANFILES = testrig.sh testfreq.sh testbcd.sh testloc.sh testrigcaps.sh testcache.sh testcookie.sh testlibusb build-w32.sh build-w64.sh build-w64-jtsdk.sh
-----------------------------------------------------------------------
Summary of changes:
NEWS | 5 ++++-
doc/man1/rotctl.1 | 15 +++++++++++++++
tests/Makefile.am | 2 +-
3 files changed, 20 insertions(+), 2 deletions(-)
hooks/post-receive
--
Hamlib -- Ham radio control libraries
|