Nate Bargmann
f409370200
Update rigctl/rigctld man pages.
...
Document maximum pathname length for -r, -p, and -d options.
Note that -r and -m options are not optional.
Bump copyright date to 2012.
2012-01-06 23:21:31 -06:00
Nate Bargmann
b54932ec96
Assure NULL terminated strings in rigctl/rigctld
...
The -r, -p , and -d options could result in a port pathname that is
not a NULL terminated string as the allowed string length is the same
size as the buffer per the strncpy manual page. This is corrected by
assuring that the allowed length is FILPATHLEN - 1.
2012-01-06 23:11:35 -06:00
Stephane Fillod
7bf119716b
add HiQSDR
2012-01-06 09:40:04 +01:00
Stephane Fillod
da80137819
Add support for RIG_PORT_UDP_NETWORK
...
Also some copyright year update,
and default serial device on MacOSX
2012-01-06 09:28:24 +01:00
Stephane Fillod
070beccf37
add IC-1275
2012-01-04 09:29:09 +01:00
Nate Bargmann
6d85b882c1
Remove 2450 Hz BW from ft950
...
Per Terry, KJ4EED, the 2450 Hz BW is no longer valid on the latest
FT-950 firmware. Removing as requested.
2012-01-03 17:04:41 -06:00
Mikhail Kshevetskiy
3c266f0f3f
yaesu/vx-1700: we have several PTT sources, try manage them
...
Signed-off-by: Nate Bargmann <n0nb@n0nb.us>
2012-01-03 16:53:53 -06:00
Martin Ewing
3404103ffd
Orion.c: remove spurious debug statement.
2011-12-30 22:07:12 -05:00
Martin Ewing
4f50bab0e3
Add test for valid set frequency, esp. for VFOA (ham band only)
...
Expand valid range_lists for full hardware ranges
Fix tt565_transaction to allow Morse commands.
2011-12-30 21:16:17 -05:00
Stephane Fillod
b9c2294d89
transfox: fix set/get_freq by setting current vfo
2011-12-23 00:58:08 +01:00
Stephane Fillod
c891b3c234
transfox: do not call kenwood_open() since rig has no "ID" command
2011-12-23 00:33:42 +01:00
Stephane Fillod
fccb7769b2
add TM-D710 and TM-V71 in kenwood ID list
2011-12-23 00:32:25 +01:00
Stephane Fillod
084aaef2a5
timersub macro needed for timing in iofunc.c for win32
2011-12-12 09:40:43 +01:00
Stephane Fillod
8718881013
Merge branch 'master' of ssh://hamlib.git.sourceforge.net/gitroot/hamlib/hamlib
2011-12-11 18:13:23 +01:00
Charles Suprin
7148fb20ed
Register D710 interface.
2011-12-11 11:59:35 -05:00
Charles Suprin
52c2cf5615
Initial D710 Implementation.
2011-12-11 11:58:59 -05:00
Charles Suprin
6afd1a6940
Register D710 interface.
2011-12-11 11:58:28 -05:00
Charles Suprin
e0cd38bed1
Add D710 code to kenwood library.
2011-12-11 11:57:51 -05:00
Charles Suprin
b6e9818dea
Add D710 to riglist.
2011-12-11 11:57:23 -05:00
Stephane Fillod
a7cc3b28eb
Merge branch 'master' of ssh://hamlib.git.sourceforge.net/gitroot/hamlib/hamlib
2011-12-11 17:38:22 +01:00
Stephane Fillod
ba08f75119
Merge branch 'master' of ssh://hamlib.git.sourceforge.net/gitroot/hamlib/hamlib
2011-12-11 16:15:54 +01:00
Charles Suprin
5f2439cce6
Merge branch 'master' of ssh://hamlib.git.sourceforge.net/gitroot/hamlib/hamlib
2011-12-09 06:49:13 -05:00
Nate Bargmann
ae07f38219
Add configuration summary at end of configure run.
2011-12-07 22:22:52 -06:00
Nate Bargmann
5bd2731327
Remove dist-win32 Makefile target.
...
Win32 binaries are built by a separate shell script distributed with the
source archive. Perhaps the Makefile build target will be given
consideration at a later date.
2011-12-07 21:29:41 -06:00
Nate Bargmann
22c3eb9c90
Remove rpm make target.
...
RPM packages are built by distribution maintainers. Support for
building RPMs is no longer required in Hamlib.
2011-12-07 21:20:00 -06:00
Charles Suprin
12366b2096
Add file for TM-D710 support.
2011-12-06 15:29:51 -05:00
Nate Bargmann
cc27f3717e
Replace backtick as GNU style beginning quote.
...
It goofs up the syntax highlighting of shell code in the Geany editor!
2011-12-03 11:58:43 -06:00
Nate Bargmann
929b0ac49e
Clarify rig_debug() explanation.
2011-12-03 11:31:40 -06:00
Stephane Fillod
0e479a9e31
Merge branch 'master' of ssh://hamlib.git.sourceforge.net/gitroot/hamlib/hamlib
2011-12-03 15:13:42 +01:00
Nate Bargmann
3dedd4404f
Add elapsed time reporting to read_block()
...
Upon a read timeout, the elapsed time in seconds will be displayed in
the timeout error message.
Added function name to the beginning of all debug output messages.
2011-11-30 06:17:12 -06:00
Stephane Fillod
26975c56be
Merge branch 'master' of ssh://hamlib.git.sourceforge.net/gitroot/hamlib/hamlib
2011-11-24 09:18:25 +01:00
Nate Bargmann
a54ef9c157
Add elapsed time reporting to read_string()
...
Upon a read timeout, the elapsed time in seconds will be displayed in
the timeout error message.
2011-11-22 19:00:28 -06:00
Nate Bargmann
1bb3697c87
Support high resolution S-meter on K3
...
Recent firmware versions since 4.37 now offer support for higher
resolution for the S-meter output via the SMH command. The K3 backend
performs the STRENGTH level routine and passes other levels to the
Kenwood backend.
This patch has not been tested with a firmware version older than 4.39
to assure that operation with the SM command still works as expected.
2011-11-22 16:49:18 -06:00
Stephane Fillod
443cf020e4
add rig_debug() in python binding
2011-09-14 22:43:06 +02:00
Dariusz Bismor, SQ9KEJ
90f44c2b73
rigmem: implement CSV file loading
...
Patch SF#3406922 from Dariusz, SQ9KEJ, allowing for loading csv
(comma-separated values) files with rigmem.
Signed-off-by: Stephane Fillod <fillods@users.sf.net>
2011-09-11 15:25:36 +02:00
Stephane Fillod
e81b2c181c
Patch SF#3406922 from Dariusz, SQ9KEJ, plus edit
...
Minor edit: RIG_FUNC_REV instead of CHFLAG_REVERSE
Plus some TS2000 improvements:
* add more FUNC's, VFO_OP's, SCAN_OP's.
* declare ANT's.
* fix set_ctcss_tone: use TN command
* add set/get_ctcss_sql
2011-09-10 18:35:34 +02:00
Stephane Fillod
65f54ef8cd
implement kenwood set_ctcss_sql()/get_ctcss_sql()
2011-09-10 18:24:22 +02:00
Stephane Fillod
9f00cc4fe9
update status: BETA
2011-09-10 16:31:31 +02:00
Stephane Fillod
e652819a52
Protocol documentation URL
2011-09-10 16:31:11 +02:00
Stephane Fillod
e6b3ed86b6
has PTT_RIG_MICDATA, update status
2011-09-10 16:30:41 +02:00
Stephane Fillod
11f32c52b8
FT-2000 & FT-9000 have also TARGETABLE_MODE
2011-09-10 16:29:20 +02:00
Nate Bargmann
150231108d
Merge branch 'nate-tmp'
2011-09-04 10:23:27 -05:00
Stephane Fillod
6699942722
add IC-RX7
2011-09-04 15:47:44 +02:00
Stephane Fillod
eee4feb71d
add Tentec 599 Eagle
2011-09-01 22:12:25 +02:00
Nate Bargmann
96b1460e24
Remove set but unused variable errors in tests.
2011-08-26 15:07:40 -05:00
Nate Bargmann
2010dae231
Remove set but unused variable errors in rpcrot.
2011-08-26 14:26:28 -05:00
Nate Bargmann
0605681c95
Remove set but unused variable errors in m2.
2011-08-26 14:06:14 -05:00
Nate Bargmann
d691a0d9dc
Remove set but unused variable errors in rpcrig.
2011-08-26 13:42:51 -05:00
Nate Bargmann
61f02e3e01
Remove set but unused variable errors in racal.
2011-08-25 13:05:35 -05:00
Nate Bargmann
4f992f0ce1
Remove set but unused variable errors in prm80.
2011-08-25 12:46:07 -05:00