Michael Black W9MDB
79fdfe8425
Change vfo_fixup to just return when currVFO is requested
...
https://github.com/Hamlib/Hamlib/issues/274
2020-06-01 12:53:07 -05:00
Michael Black W9MDB
cbe269077b
Fix one more cache expire for caps->get_vfo
...
https://github.com/Hamlib/Hamlib/issues/270
2020-05-31 10:05:44 -05:00
Michael Black W9MDB
58b1c36d29
Remove VFO_CURR fixup
...
https://github.com/Hamlib/Hamlib/issues/271
2020-05-30 22:49:49 -05:00
Michael Black W9MDB
f4fee7913f
Fix caching of get_vfo to avoid caching error returns
...
https://github.com/Hamlib/Hamlib/issues/270
2020-05-30 22:45:43 -05:00
Michael Black W9MDB
9ecc14f897
Fix RIG_PTT_NONE detection from rigctl client by adding ptt_type to dumpcaps
...
https://github.com/Hamlib/Hamlib/issues/270
2020-05-30 16:59:36 -05:00
Michael Black W9MDB
353066a232
Fix rigctl/rigctld split ops/queries
...
Add vfo_fixup function. We should be able to do all vfo corrections in rig.c instead of backends. So we're migrating that way....
https://github.com/Hamlib/Hamlib/issues/269
2020-05-30 09:34:13 -05:00
Michael Black W9MDB
4af80d44c7
Add cache setting in another rig_get_freq return location
2020-05-27 23:40:14 -05:00
Michael Black W9MDB
9898ea9522
Fix ms timer reference in debug in misc.c
2020-05-27 23:38:29 -05:00
Michael Black W9MDB
677ccac4bc
astyle files
2020-05-27 12:23:08 -05:00
Michael Black W9MDB
87a83ffbb1
rigctld now works with rigctl in vfo mode
...
https://github.com/Hamlib/Hamlib/issues/259
set_vfo_opt can now dynamically change vfo mode on rigctld
So this example now works...does some non-vfo stuff then switches to vfo mode
rigctl -m 2 F 14074000 V VFOB F 14076000 V VFOA f V VFOB f set_vfo_opt 1 f VFOA
rigctl commands v,V and S have been changed to not require VFO arguments
New API function rig_set_vfo_opt -- only implemented for Net rigctl as it doesn't apply to any other rigs
2020-05-27 12:21:41 -05:00
Bill Somerville
c78b98d36b
Revert "Add debug to serial.c"
...
This reverts commit be439ea394
.
Remove debugging code that breaks the intended functionality. How did
this change pass even the most basic of tests?
2020-05-27 11:22:46 +01:00
Michael Black W9MDB
be439ea394
Add debug to serial.c
2020-05-25 15:31:58 -05:00
Michael Black W9MDB
4f3ad4f3da
Add debug for RTS PTT
2020-05-25 14:35:49 -05:00
Michael Black W9MDB
a8fdcc146a
Add a littld debug to rig.c
2020-05-25 09:10:40 -05:00
Michael Black W9MDB
89cd5c2c99
on rig_get_vfo ask for the real split mode
2020-05-25 07:38:03 -05:00
Michael Black W9MDB
1add89bd71
Add rules for setting VFO_RX and VFO_TX for different rig types
...
https://github.com/Hamlib/Hamlib/issues/261
2020-05-24 23:42:35 -05:00
Michael Black W9MDB
a77a57ff38
Disallow requesting a vfo that the rig doesn't have.
...
This could be changed to automatically selecting a valid VFO so
VFOA=Main or Main=VFOA for example but not sure if we want to do this.
This is already being done for the IC-9700 for example since satmode
only has Main/Sub where non-satmode has MainA/MainB/SubA/SubB
So the question is do we emulate VFOA/B and Main/Sub for all rigs?
2020-05-21 15:51:41 +02:00
Michael Black W9MDB
9320bfb6ea
Fix main/sub frequency saved values
2020-05-18 17:53:49 -05:00
Michael Black W9MDB
dc389d7908
Change rig.c to utilize caps function
2020-05-16 21:33:52 +02:00
Michael Black W9MDB
d540def11b
Change return type of elapsed_ms
2020-05-16 21:33:14 +02:00
Michael Black W9MDB
8e2eba0a6d
Fix elapsed_ms INVALIDATE
2020-05-16 21:32:34 +02:00
Michael Black W9MDB
545081c8d4
Fix rigctl/rigctld "V VFOA" protocol error
...
4.0 rigctld now works with 3.3 rigctl client and 4.0 rigctl client
https://github.com/Hamlib/Hamlib/issues/246
2020-05-15 14:17:59 -05:00
Michael Black W9MDB
baf0ee7169
Add debug to rig.c
2020-05-13 17:40:36 -05:00
Michael Black W9MDB
28ce6d0b54
Fix ptt cache -- not specific to IC910 but was noticed during debugging this problem
...
https://github.com/Hamlib/Hamlib/issues/237
2020-05-12 13:19:33 -04:00
Michael Black W9MDB
3b2225e489
Fix IC-910 split mode operation with gpredict
...
https://github.com/Hamlib/Hamlib/issues/237
2020-05-11 19:00:52 -04:00
Michael Black W9MDB
1a4e61b2dd
Fix several strerror that should be rigerror
2020-05-09 11:52:27 -05:00
Michael Black W9MDB
8e744a4ad7
Do not ask for freq in rig_set_vfo unless we can set the VFO succesfully
2020-05-09 10:22:46 -05:00
Michael Black W9MDB
3fecc5d91e
Only update cache.vfo when RIG_OK is returned
2020-05-08 11:24:33 -05:00
mdblack98
f8321a36f4
Fix cppcheck warnings and fill out unused RIG_LEVEL items
2020-05-05 23:33:40 -05:00
mdblack98
0d5547db35
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2020-05-05 10:04:42 -05:00
mdblack98
d3ebdc5737
Update cache only when retcode=RIG_OK
2020-05-05 09:59:55 -05:00
mdblack98
d5d2650c2e
Update cache only when retcode=RIG_OK
2020-05-05 09:59:28 -05:00
mdblack98
3794bc5a0a
Fix cppcheck warnings
2020-05-05 09:38:36 -05:00
mdblack98
bf1a05084d
astyle files
2020-05-03 17:24:42 -05:00
mdblack98
d75272ddac
Fix caching math and clean up cachetest.c
...
https://github.com/Hamlib/Hamlib/issues/228
2020-05-02 23:10:55 -05:00
mdblack98
b244fe234c
Fix caching math...helps when you get the units right...nanoseconds...not microseconds
...
https://github.com/Hamlib/Hamlib/issues/228
2020-05-02 17:32:37 -05:00
mdblack98
baa3787bc5
Add ELAPSED_INVALIDATE for caching use
...
Change rig_get_vfo to use ELAPSED_INVALIDATE
Change elapsed_ms code to make a little more sense
https://github.com/Hamlib/Hamlib/issues/231
2020-05-02 11:19:44 -05:00
mdblack98
54fd75ffe8
Reduce verbosity on rig_strvfo
2020-05-02 07:57:16 -05:00
mdblack98
4dd1b03d56
Add some debug to rig.c
2020-05-02 07:25:17 -05:00
mdblack98
c4430b7cb9
Fix split caching
2020-05-01 16:58:22 -05:00
mdblack98
d5d6c55439
Fix JTDSK compilation warnings
...
https://github.com/Hamlib/Hamlib/issues/233
2020-05-01 14:33:35 -05:00
mdblack98
9e710156e3
Add ability for rigctld client to turn vfo mode on/off with (,)
...
https://github.com/Hamlib/Hamlib/issues/232
Add caching of some limited rig information
Can be adjusted or turned off with rig_cache_set_timeout_ms or in rigctl with \set_cache_timeout
https://github.com/Hamlib/Hamlib/issues/228
2020-05-01 12:03:54 -05:00
mdblack98
20cc059600
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2020-04-26 16:51:34 -05:00
mdblack98
eb7829bd06
Add caching for the Yaesu IF command
...
It should speed up the WSJT-X/JTDX sequence of v,f,m,t by a fair bit removing two unnecessary IF commands that should get cached
2020-04-26 15:44:38 -05:00
Michael Black
ce882b9be7
merge udpate
2020-04-26 14:58:30 -05:00
mdblack98
5eb5b6f3d8
https://github.com/Hamlib/Hamlib/issues/227
...
Added read_only flag everywhere
2020-04-26 14:37:03 -05:00
Michael Black
2d0c157b09
Improve logic slightly in rig.c
2020-04-25 11:18:45 -05:00
c vw
f6e3570e37
Allow device addresses of the form ":19000" to switch from serial to TCP
...
(not only aaa.bbb.ccc.ddd.port)
2020-04-25 17:44:07 +02:00
mdblack98
75d9beaac2
Increase NET_BUFFER_SIZE for network.c
2020-04-22 12:26:08 -05:00
mdblack98
d8fc515460
astyle iofunc.
2020-04-22 09:54:18 -05:00
mdblack98
ded8b6873d
Add debug to read_string
2020-04-22 09:53:37 -05:00
Michael Black
0267c1b7c9
astyle all files
2020-04-10 09:13:35 -05:00
Michael Black
106a68bbc9
Documentation updates
2020-04-09 23:35:22 -05:00
Michael Black
f1f0d7f129
Fix some of the documentation
2020-04-09 17:56:19 -05:00
Michael Black
46cb356f11
Fix numerous gcc v10 warnings
2020-04-04 22:49:27 -05:00
Michael Black
b04d49eca5
reduce some debub verbosity
2020-04-03 15:22:07 -05:00
Michael Black
1998c6302e
Fix idx_builtin macros to cover 63 levels
2020-04-03 09:36:59 -05:00
Michael Black
4f3ff0fc08
Fix compile error on last patch
2020-04-03 08:27:52 -05:00
Michael Black
67d09427d3
Add experimental network serial mode for network-based serial interfaces
2020-04-03 08:02:31 -05:00
Michael Black
9ad4f2638a
Remove some verbosity from rig_strscan
2020-03-31 16:10:43 -05:00
Michael Black
b83ecd9a5c
Reduce verbosity for rig_strvfop
2020-03-31 15:40:54 -05:00
Michael Black
8fd5e16363
astyle files
2020-03-26 11:11:46 -05:00
Michael Black
9e89c4455a
Add VFO & ANT definitions to rigs that were missing them
2020-03-25 23:07:42 -05:00
Michael Black
48a584cca4
Fix vfo_str[] to terminate correctly
2020-03-25 16:33:33 -05:00
Michael Black
1025af9590
Change LVL_VOX to LVL_VOXDELAY in idx_builtin.h
2020-03-24 12:33:04 -05:00
Michael Black
86159408a4
Add CtrlHandler to neverused.c
2020-03-24 10:01:47 -05:00
Michael Black
ab77eea8b6
Fix cppcheck warnings in misc.c
2020-03-24 09:59:18 -05:00
Michael Black
872d9b1f68
Add range_list2 to rig.c for setting available VFOs and modes
2020-03-23 16:22:54 -05:00
Michael Black
bda5feb1bd
More cppcheck changes
2020-03-23 10:13:02 -05:00
Michael Black
8eb09c2a38
More cppcheck fixes
2020-03-23 07:52:01 -05:00
Michael Black
43d16846ea
Update idx_builtin to 64-bit indexes and fix cppcheck warning
2020-03-23 07:51:43 -05:00
Michael Black
c489f97624
More cppcheck changes
2020-03-20 07:51:32 -05:00
Michael Black
6d9c81cf6a
A couple minor edit changes
2020-03-17 22:54:29 -05:00
Michael Black
b54d6a6205
Add a couple functions to neverused
2020-03-16 11:32:16 -05:00
Michael Black
7fb932b894
Remove debug from serial.c
2020-03-15 22:40:40 -05:00
Michael Black
35fffc4f38
astyle files
2020-03-15 15:32:46 -05:00
Michael Black
ed4b77726a
Add VFO None for available VFOS
2020-03-15 09:52:47 -05:00
Michael Black
4e606a054f
Add some debug for timing in serial.c
2020-03-15 09:52:05 -05:00
Michael Black
c3120638f6
Increase RIGLSTHASHSZ to 2X maximum rig#
2020-03-12 16:39:52 -05:00
Michael Black
30e4f472f5
Fix HASHSZ in register.c and make a hash collision fatal
2020-03-12 09:07:48 -05:00
Michael Black
98e1316f11
Fix -L printout for rotctl south_zero
2020-03-10 17:00:44 -05:00
Michael Black
f46067977a
Fix rotctl set_conf
2020-03-10 08:43:42 -05:00
Michael Black
82f47afed0
clean up compiler warning
2020-03-08 08:42:11 -05:00
Michael Black
8ef027c676
Fixes the default initialization of ranges by defaulting to range_list1.
...
Another step in migration of rigs to separate model numbers for variations in models
We default to using range_list1 now and eventually there will only be 1 range_list per model
We have enough room in the model numbers now to expand...so for example we will have
5 models for the IC-9700
IC-9700 USA
IC-9700 EUR
IC-9700 ITR
IC-9700 TPE
IC-9700 KOR
2020-03-06 08:49:21 -06:00
Michael Black
c5b4a18cf5
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-03-05 08:44:38 -06:00
Michael Black
d856248178
Add RIG_MODEL macro and change all rigs to support it
2020-03-05 08:44:18 -06:00
Michael Black W9MDB
4b4eeae35c
Fix clang warning on unitialized var in mem.c
2020-03-03 22:15:12 -06:00
Michael Black
8b462a0242
Add set_twiddle and get_twiddle functions
...
Add -W switch to rigctld to set twiddle timeout..don't need switch for rigctl since it can set from there with \set_twiddle
2020-02-24 09:34:02 -06:00
Michael Black
bceba85205
Temporarily disable twiddling detection in order to debug other stuff
...
Need to make this a switch
2020-02-24 00:03:42 -06:00
Michael Black
74b7900a52
Add get_freq to get_vfo to track freq for internal use
...
Move twiddling detection before set_vfo in set_freq
2020-02-23 23:20:33 -06:00
Michael Black
ff8ddf018c
astyle all C files
2020-02-23 11:26:09 -06:00
Michael Black
414b557b71
Add SCREENSAVER off to rig_open
2020-02-23 10:50:26 -06:00
Michael Black
f4c1143959
Add SCREENSAVER parm...implemented for 9700 for now
2020-02-23 09:48:21 -06:00
Michael Black
81ea1efba2
Need to update rig->state.current_freq when twiddling
2020-02-23 08:45:25 -06:00
Michael Black
95986b9685
Add detection of VFO twiddling
...
In the case of gpredict there are times when one has to adjust the
VFO to dial in a frequency while gpredict is tracking.
We now detect this situation and have a 3-second delay every time
VFO twiddling is detected. set_freq and set_vfo calls will be
ignored during this delay.
May make this a settable value if needed.
2020-02-23 08:28:19 -06:00
Michael Black
e315f5e3ac
Added skeleton for new get_ant function that will return ant_tx and ant_rx if known
...
Every rig will need to be reviewed to fill these in as appropriate
2020-02-18 23:10:14 -06:00
Michael Black
c40ff7fce6
Re-enable -u modes and vfo lists using *_range_list1 entries for the moment
...
This logic needs to be overhauled as Icom (and probably others) are putting out
rigs with no way to tell what model you have from CAT control.
So we may end up having to explicitly list all rig models which is more user friendly anyways
and will work with WSJT-X and other user-space programs.
So, e.g., IC-9700 would be listed as 5 models: IC-9700-USA, IC_9700-EUR, IC_9700-ITR, IC-9700-TPE, IC-9700-KOR
2020-02-17 08:46:01 -06:00
Michael Black
d634f84ed0
Remove verbose debug
2020-02-17 08:44:50 -06:00
Michael Black
01f83804d0
Add new 5-range frequency logic
2020-02-17 06:46:03 -06:00
Michael Black
8089e2c9d2
Remove region logic from rig.c
2020-02-17 06:43:41 -06:00
Malcolm Herring
e3cef196f7
add g/set_ext_func to API
2020-02-11 09:48:13 +00:00
Michael Black
fdef21f068
Merge pull request #193 from mdblack98/master
...
2020-02-05 Patches
2020-02-05 23:24:48 -06:00
Dawid Szymanski
c6e06bfb01
ICOM Voice Keyer implemented.
2020-02-06 01:00:34 +01:00
Michael Black
7e8938ae65
Changed y command to now use mandatory antenna argument
...
Put a looplimit on icom_get_ant_count trying to get autodetect to work
Changes to icom_get_ant_count to try and get this working
Added dummy antenna # args to rigs that don't care i.e. only have 1 antenna
2020-02-02 08:38:10 -06:00
Michael Black
6edc9e003b
Change port for ampctl to 4531 to match other code
2020-01-27 22:57:40 -06:00
Michael Black
87ff07d625
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2020-01-27 17:12:03 -06:00
Bill Somerville
e1e6969e9e
Simplify closing of device files
...
By treating PTT/DCD devices differently from rig control devices.
2020-01-26 19:06:27 +00:00
Bill Somerville
be0f371bde
Remove duplication across GPIO and GPION handling of PTT and DCD
2020-01-26 14:46:21 +00:00
Bill Somerville
6573a283a8
Fixed erroneous messages in rig_close with GPIO(N) PTT or DCD types
2020-01-26 12:50:07 +00:00
Bill Somerville
5edceddcea
Update i/o functions to support GPIO(N) port closure
2020-01-26 12:33:05 +00:00
Michael Black
bece609aca
Remove noisy debug from misc.c -- showed up rigctld -l for some odd reason
2020-01-24 12:17:16 -06:00
Michael Black
3ea6aceb2e
Fix rig dependency in src/Makefile.am
2020-01-23 22:47:13 -06:00
Michael Black
f143d8abd9
Fix cppcheck warnings
2020-01-23 17:20:41 -06:00
Michael Black
5903cda8c6
Fix DLL warning on debug.c
2020-01-22 17:04:25 -06:00
Michael Black
d853c36fb3
Change get_ant to add another option for icom rigs (and others if needed)
2020-01-21 17:53:12 -06:00
Michael Black
3631bb2bc8
export dump_hex for DLL linkage
2020-01-20 16:59:40 -06:00
Michael Black
fcbb386fcd
Update comment on rig_mem_count
2020-01-19 11:14:51 -06:00
Michael Black
702535c218
Restore rig_mem_count used by rig.swg
2020-01-18 14:05:28 -06:00
Michael Black
8d6e2fc781
Directory migration to new layout
2020-01-17 09:22:44 -06:00
Michael Black
7c7ecef678
cppcheck v1.9 clean bill of health now
...
cppcheck.sh script added with some exceptions for some code notices
neverused.c added to resolve "never used" messages
2020-01-15 23:03:12 -06:00
Michael Black
9de3984af9
Fix cppcheck warning in parallel.c
2020-01-15 22:40:23 -06:00
Michael Black
07b7f31a52
Remove commenct in microham.c
2020-01-15 22:20:22 -06:00
Michael Black
e50f552e0f
Fix mingw32 build
2020-01-15 15:57:01 -06:00
Michael Black
a1ec13fc14
Add C4FM mode for Yaesu FT-991
2020-01-15 08:15:29 -06:00
Michael Black
297bf9aa6b
Fix cppcheck warnings
2020-01-14 23:36:01 -06:00
Michael Black
360e3061d9
Fix up some cppcheck warnings in microham.c
2020-01-14 14:20:31 -06:00
Michael Black
dc92ae7843
Fix cppcheck warnings
2020-01-13 15:12:56 -06:00
Michael Black
272803c64c
Add uh_wkey_close to microham.h
2020-01-13 07:27:41 -06:00
Michael Black
be79b195b4
Fix cppcheck warning in parallel.c
2020-01-12 22:36:10 -06:00
Nate Bargmann
69e9469da3
Add sleep.h to src/Makefile.am
2020-01-10 20:05:22 -06:00
Michael Black
b7e8f01701
Fix mingw32 DLL linkage of hl_sleep
2020-01-10 15:58:16 -06:00
Michael Black
5ae03f0eed
Possible fix for mingw Win32 dll linking of nanosleep
2020-01-08 22:50:37 -06:00
Michael Black
7ee3a702f5
Replace all usleep with hl_usleep
...
Several places where usleep max value could be overflowed
New hl_usleep can take values > 1000000
2020-01-07 23:18:56 -06:00
Michael Black
f2f56558e7
Enclose sleep replacement in HAVE_NANOSLEEP
2020-01-07 17:33:37 -06:00
Michael Black
836e5f5c17
Move time.h include to sleep.c
2020-01-06 07:25:38 -06:00
Michael Black
70115f7efd
Replace sleep macros with hamlib custom functions
2020-01-05 15:37:33 -06:00
Michael Black
d7e9bfd35c
Fix mingw warning on parallel.c
2019-12-30 22:24:19 -06:00
Michael Black
6fe29ad942
Fix cppcheck warnings in rig.c
2019-12-24 15:47:06 -06:00
Michael Black
72e934b67e
Fix mingw32 compilation of usb_port.c
2019-12-24 15:35:37 -06:00
Michael Black
ed339b1c2b
Add sleep and usleep macros so all sleeps use nanosleep
2019-12-22 11:17:22 -06:00
Michael Black
ef5d2b7838
Fix cppcheck warnings in rig.c
2019-12-19 10:57:17 -06:00
Michael Black
1715bcf422
Fix compilation error on parallel.c
2019-12-19 09:55:57 -06:00
Michael Black
eb19298003
Fix cppcheck warning in register.h
2019-12-19 09:40:14 -06:00
Michael Black
8baeb4d5cf
Fix cppcheck warnings in cm108.c
2019-12-19 08:48:02 -06:00
Michael Black
c71bb35ab1
Fix cppcheck warnings in parallel.c
2019-12-19 08:47:40 -06:00
Michael Black
8ff9a682cc
Add set_powerstat to icom.c and debug msg to rig.c
2019-12-16 10:51:36 -06:00
Michael Black
e91df87a8f
Fix hex_dump..was printing negative values
2019-12-12 10:14:42 -06:00
Michael Black
5e44f6637e
Fix mingw compile error on rig_strrmodes
2019-12-12 09:47:24 -06:00
Michael Black
b3c6b9d707
Add rig_strrmodes function and fix flrig to print mode list correctly
2019-12-12 09:13:30 -06:00
Michael Black
011efe0452
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2019-12-11 07:47:24 -06:00
Nate Bargmann
f1d0340b8d
Merge branch 'ampctl_mans'
2019-12-11 07:17:44 -06:00
Nate Bargmann
2c884a970a
Change ampctld default TCP port to 4531
2019-12-11 06:28:17 -06:00
Michael Black
8f205c2237
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2019-12-10 07:23:24 -06:00
Michael Black
fb73e5abd7
Fix some cppcheck warnings
...
Fix declarations after statements
Remove some !rig checks...we either don't need them or need them everywhere with a new error code
If you pass a NULL rig you get what you deserve :-)
2019-12-09 17:12:13 -06:00
Malcolm Herring
60bf986776
Merge remote-tracking branch 'Hamlib/master'
2019-12-09 05:34:44 +00:00
Malcolm Herring
5f6e0641ad
Prepare for D-STAR implementation
...
Add 3 new rigs: ID-31, ID-51 & ID-4100
Update other D-STAR rigs: IC-R30, IC-R8600 & IC-7100
2019-12-09 05:33:20 +00:00
Michael Black
8a3df9735e
Fix cppcheck warnings for ampctl_parse.c and redef amp_set_powerstat
2019-12-08 23:13:33 -06:00
Michael Black
bc94558fe3
Fix cppcheck warnings in usb_port.c
2019-12-08 22:48:02 -06:00
Michael Black
ddfa154694
Fix cppcheck warnings in rotator.c
2019-12-08 22:47:51 -06:00
Michael Black
6c0f101900
Fix cppcheck warnings in rig.c
2019-12-08 22:45:29 -06:00
Michael Black
dddf63ca16
Fix cppcheck warnings in rig.c
2019-12-08 22:37:56 -06:00
Michael Black
03b39da00b
Fix cppcheck warnings in parallel.c
2019-12-08 22:35:50 -06:00
Michael Black
9aa920a873
Fix cppcheck warnings in parallel.c
2019-12-08 22:35:33 -06:00
Michael Black
8f5ac2d68c
Fix cppcheck warnings in misc.c
2019-12-08 22:29:48 -06:00
Michael Black
c90b1dd7c6
Fix cppcheck warnings in microham.c
2019-12-08 22:27:44 -06:00
Michael Black
6ba8f88e2f
Fix cppcheck warnings in network.c
2019-12-08 17:09:08 -06:00
Michael Black
7020aba16d
Fix cppcheck warnings in mem.c
2019-12-08 17:04:08 -06:00
Michael Black
5be9dfe161
Fix cppcheck warnings in locator.c
2019-12-08 16:58:18 -06:00
Michael Black
1011ea16e4
Fix cppcheck warnings in iofunc.c
2019-12-08 16:56:14 -06:00
Michael Black
0ec255366f
Fix gpio file descriptor leak in gpio.c
2019-12-08 16:54:15 -06:00
Michael Black
55e36895bf
Fix cppcheck warnings in extamp.c
2019-12-08 16:36:45 -06:00
Michael Black
314fe20f39
Fix cppcheck warnings in ext.c
2019-12-08 16:35:55 -06:00
Michael Black
67c3b56ccd
Fix cppcheck warnings in event.c
2019-12-08 16:32:13 -06:00
Michael Black
531782d339
Fix cppcheck warnings in debug.c
2019-12-08 16:30:33 -06:00
Michael Black
910d799494
Fix cppcheck warnings in cm108.c
2019-12-08 16:29:39 -06:00
Michael Black
91678ef573
Fix cppcheck warnings in amplifier.c
2019-12-08 16:27:46 -06:00
Michael Black
8e5dc87ffd
Fix cppcheck warnings in amp_conf.c
2019-12-08 16:06:58 -06:00
Michael Black
09aecd5ce9
Fix uninitialize waqrning in parallel.c
2019-12-06 10:20:38 -06:00
Malcolm Herring
b12a3e31b3
Fix Icom DCS SQL funnctions
...
Copied get/set_dcs_code functions to get/set_dcs_sql
Re-mapped all receivers DCS functiosn to sql.
2019-12-05 08:01:59 +00:00
Michael Black
12494c92d5
Add MainA, MainB, SubA, and SubB vfo choices for icom rigs with SATMODE
...
Clean up debug statements in icom.c
2019-12-02 07:50:05 -06:00
Michael Black
dc3f33bc11
Change %z to %d with casts for portability
2019-11-30 13:05:21 -06:00
Michael Black
6bf3b00c4f
astyle all files
2019-11-30 10:19:08 -06:00
Michael Black
72087f1b10
Change all __FUNCTION__ to __func__
2019-11-30 10:16:28 -06:00
Michael Black
2f4d62709e
Added a dummy snprintf to rig_debug to allow gcc to check format strings
...
This found tons of errors in rig_debug statements
So this patch cleans up all the files that were producing warnings or errors
This should fix a few segfaults when running with debug turned on
2019-11-30 10:04:31 -06:00
Michael Black
0c72d75b57
Add south_zero option to token.h
2019-11-23 23:10:21 -06:00
Michael Black
fa2293be50
Add south_zero option to rotator.c
2019-11-23 23:09:59 -06:00
Michael Black
cda5aa1b37
Add south_zero optiont to rot_conf.c
2019-11-23 23:08:27 -06:00
Michael Black
dc3ae60e1c
silence some debug in misc.c
2019-11-19 11:32:39 -06:00
Michael Black
fab30e07c1
Add some debug for flush
2019-09-09 12:49:11 -05:00
Michael Black
73c1ecd165
Change freq & chan struct start/end to avoid colliding with LUA SWIG start/end
2019-08-17 23:20:48 -05:00
Michael Black
08df457ab2
Restore else clause in network.c -- mistakenly removed
2019-07-31 23:13:35 -05:00
Michael Black
0f404dea20
Remove unneeded debug in network_flush
2019-07-31 12:37:06 -05:00
Michael Black
cf2a551524
Fixup some amplifier code
2019-06-26 06:39:42 -05:00
Michael Black
b23734fb5b
Fix rig.h for merge
2019-06-12 16:13:56 -05:00
Michael Black
7e9c566944
Add first cut at amplifier control
2019-06-12 15:52:35 -05:00
Johan Ström
af7bb1a0fc
Backup serial options on open, restore on close
...
Before altering the serial port settings, make a copy of the settings
and track it by the fd. On serial port close, restore the original
settings for that port.
On Mac OS the Prolific PL2032 kernel driver locks up if closing without
first restoring the options. When this happens, further usage of the port
is impossible until computer is rebooted, which cannot even be done
without a hard power-off.
With this fix, a clean close make sure we can re-open the port again.
2019-06-09 23:22:18 +02:00
Mikael Nousiainen
45a8c5c575
More fixes to many Icom HF rig backends: tuner function, VFO tune op, rig-specific AGC levels, basic set of filters where missing, get/set split, get/set powerstat, make get/set RIT/XIT commands shared functions, add new level for Noise Blanker level, fix RIG_MODE_PKTAM and add missing PKT modes for many rigs, add dual-watch function. Add RIT/XIT functions for TS-480 and TS-890.
2019-06-01 09:51:17 +03:00
Mikael Nousiainen
3dbbe02b78
Add new levels: RFPOWER_METER, COMP_METER, VD_METER and ID_METER, supported at least by most of recent Icom rigs. Add level NOTCHF_RAW for manual notch frequency without specified unit for Icom rigs. Add level MONITOR_GAIN. Add functions DUAL_WATCH and DIVERSITY, supported now by K3/K3S. Fix VOXDELAY level commands for many Icom rigs. Add MONITOR_GAIN level for Icom rigs. Fix and add many K3 commands and add specific rig models for K3S, KX2 and KX3 -- they are very similar to K3, but have slight differences. Extend dump_caps output for rigctl: add complete details of ext levels and frequency ranges. Tests have been performed on IC-7000, IC-756ProIII, IC-7300, IC-7600 and K3.
2019-05-30 09:37:49 +03:00
Michael Black
25736acd4b
Fix CM108 ptt_bitnum for pttport
2019-05-27 23:18:43 -05:00
Michael Black
8dae7db02c
astyle debug.c
2019-05-22 08:52:50 -05:00
Michael Black
ba712ce904
Fix compiler warning in debug.c
2019-05-22 08:52:14 -05:00
Michael Black
37f87c9b62
astyle parallel.c
2019-05-21 12:45:09 -05:00
Michael Black
151a7059c5
Fix compile warnings in parallel.c
2019-05-21 12:42:39 -05:00
Michael Black
9570d6c669
Add flush to serial open
2019-04-02 08:49:56 -05:00
c vw
9d927d3370
typo, also include NUM_UHTYPES
2019-02-22 10:23:30 +01:00
c vw
00ff1b2832
Included MicroKeyer-III
2019-02-22 10:21:40 +01:00
Michael Black
eb9e59211a
network.c astyle applied
2019-02-07 11:46:52 -06:00
Michael Black
48c8247a86
Fix network_flush as it was not actually flushing before
...
This was causing an infinite loop and WSJT-X to lock up using flex6xxx backend
2019-02-07 11:44:33 -06:00
Michael Black
2fa14476f6
Reduce verbosity of rig_strvfo
2019-02-05 09:44:19 -06:00
Michael Black
63570dd791
Improve error handling in network_flush when disconnect happens
2019-02-05 09:40:46 -06:00
Michael Black
8f93173462
Reduce verbosity of rig_strrmode and read_string
2019-02-05 09:31:54 -06:00
Michael Black
8b695bcc03
Add BC2 and NB2 functions for newer kenwoods
...
Change RIG_SETTING_MAX for 64-bit compatibility
2019-01-01 12:33:22 -06:00
Michael Black
772b1ba2c1
Fix rig_idx2settings for 64-bit sprintf_list functions
2018-12-31 15:39:49 -06:00
Malcolm Herring
2ccf99da04
icr30 updates
2018-12-26 08:25:38 +00:00
Malcolm Herring
1747595f10
ICR6 new functions
2018-12-24 11:00:12 +00:00
Michael Black
ce3f6806d0
Fix RIG_MODE structure in src/msic.c
2018-12-23 17:37:27 -05:00
Michael Black
64b35ccbee
Add PRXll macro for 64-bit use
2018-12-21 16:46:48 -05:00
Malcolm Herring
31cc85bf57
Add IC-R30
2018-12-21 07:07:41 +00:00
Ekki Plicht (DF4OR)
4e8ba3d6f3
Patch for Icom DCS code handling
...
* Change magic numbers in icom_set|get_ctcss|dcs_sql|code functions to
constants defined in src/tones.h
* fix a minor bug in icom_get_dcs_code (now ignoring polarity instead of
reporting invalid DCS code when sending reverse pol. DCS code)
* introduce DCS codes to IC-R8600 rig backend
73,
Ekki, DF4OR
2018-12-19 18:09:14 -06:00
Robert Benedict
3724ce87ee
New iOptron rotator backend
...
I have an potential initial release of a backend for iOptron alt-az mounts.
I have tested it and it appears to work well both from the command line and
driven by Gpredict with my iEQ45Pro. I ran the source through astyle and I
think that it's OK. Compiling and testing was done under Unbuntu 18.
Bob KD8CGH
2018-12-13 15:23:46 -06:00
C-Elegans
d8f010cfa3
Add ability to have rigctld display transverter frequency
...
Use -C lo_freq=xxxxx to have rigctld add x to your vfo frequency
internally
2018-11-07 11:49:06 -05:00
Nate Bargmann
1ecadcc594
Quell various defined but not used warnings from MinGW
...
Enclose various variable and function definitions in CPP macro blocks to quell
warnings when cross-compiling for Microsoft Windows using MinGW.
2018-10-27 20:49:20 -05:00
Nate Bargmann
ac540c82cc
Quell gcc 8.2.0 warning of possible truncation
...
On Debian Buster gcc ((Debian 8.2.0-8) 8.2.0) was throwing the following
warning:
CC network.lo
../../hamlib/src/network.c: In function ‘network_open’:
../../hamlib/src/network.c:245:46: warning: ‘%s’ directive output may be truncated writing up to 511 bytes into a region of size 139 [-Wformat-truncation=]
snprintf(msg,sizeof(msg),"connect to %s failed, (trying next interface)",rp->pathname);
^~
../../hamlib/src/network.c:245:9: note: ‘snprintf’ output between 44 and 555 bytes into a destination of size 150
snprintf(msg,sizeof(msg),"connect to %s failed, (trying next interface)",rp->pathname);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Raising the size of the msg buffer to 1024 quelled the warning.
2018-10-25 16:58:51 -05:00
Michael Black W9MDB
aadd458b99
Ensure read_string value is terminated
2018-10-25 08:37:59 -05:00
phl0
b2b20af07e
Ass support for CM108AH chipsets
2018-09-08 21:57:25 +02:00
HB9EIK
bde028485a
Update build system for ELAD backend
2018-08-21 06:07:09 -05:00
Nate Bargmann
ac83428f7b
Merge branch 'master' of https://github.com/JeroenVreeken/Hamlib
2018-08-05 21:11:40 -05:00
andz
75228aa974
Added Meade LX200 Protocol to Rotors
...
* Added new rotor module (18) for Meade telescope rotors
* Implemented all needed rotor functions
* Added README.md
* Tested with DS-2000 Rotor with Autostar 494 and 506 serial cable
* Tested on Linux (Debian) with rotctl and gpredict
2018-07-17 08:57:05 -05:00
Jeroen Vreeken
0057b2f8b1
GPIO working after debugging
2018-06-30 16:09:56 +02:00
Jeroen Vreeken
9c7ce6eacb
Merge branch 'master' of github.com:Hamlib/Hamlib
2018-05-06 00:12:23 +02:00
Michael Black W9MDB
1e883d0195
Fix compile warnings for src
2018-04-22 18:38:16 -05:00
Michael Black W9MDB
2dae3ae8fe
Reverse bad patch for Android
2018-04-15 16:10:27 -05:00
Michael Black W9MDB
6c369109e6
Add debug time stamps via -Z and --debug-time-stamps
2018-04-15 15:06:52 -05:00
Michael Black W9MDB
841acdf011
Improve network connect error message
2018-04-14 10:46:13 -05:00
Jeroen Vreeken
bfa948ebc5
Add GPIO and GPION options for DCD.
...
Also bump abi version since the config params struct needed resizing.
2018-03-29 23:55:25 +02:00
Mikael Nousiainen
3cdbad1064
TM-D710: Rewrite the whole backend, since most of it was not working anyway. TM-D710 protocol is significantly different from TM-D700 or the TH handheld ones. Most features work, but the control protocol is quite limited: for example, it is not possible to change the selected frequency band of a VFO. Additionally, selecting MEM VFO uses the previously selected band (VFOA/VFOB), since there are no separate MEM VFO definitions for A/B bands. Added FMN mode to string constants, so that it can be used with the set_mode command.
2018-03-15 09:33:01 +02:00
Dieter Röver
1a272f5b0e
Fix bug in vfo_comp calculation in Hamlib
...
I tried to control my "FUNcube Dongle Pro" SDR with Hamlib. At first it
worked fine, but when I tried to correct the frequency divergence with
the vfo_comp parameter, I found a bug in the software.
Example:
$ ./rigctl -m 2513 -C vfo_comp=0.01
Rig command: F 100000000
Rig command: f
Frequency: 102010000
The correction must toke place when setting the frequency and when it
is read back. But one time the correction must work in on direction,
the other time quite opposite.
I found the code in the file rig.c and could see, that both times the
same calculation is used.
The simplest way to correct this is to go to the “rig_get_freq(“
subroutine and change it in the line 1188 from “+=” to “-=” , even that
is mathematically not correct.
Result:
$ ./rigctl -m 2513 -C vfo_comp=0.01
Rig command: F 100000000
Rig command: f
Frequency: 99990000
$ ./rigctl -m 2513 -C vfo_comp=0.000022
Rig command: F 100000000
Rig command: f
Frequency: 99999999
You can see, that the result is quite good for small divergences of
some ppm, but there is still an error for bigger divergences. So I
changed the line 1188 to the form I hope it is the mathematically
correct one:
*freq = (freq_t)(*freq/(1.0+(double)rig->state.vfo_comp));
Result:
$ ./rigctl -m 2513 -C vfo_comp=0.01
Rig command: F 100000000
Rig command: f
Frequency: 100000000
$ ./rigctl -m 2513 -C vfo_comp=0.000022
Rig command: F 100000000
Rig command: f
Frequency: 100000000
Now the result looks good for small and for bigger divergences.
Best regards
Dieter Röver (DK6OV)
2018-02-23 12:34:28 -06:00
Max Lock
5b0a2d851d
Addition of support for CM108B PTT
2018-02-19 06:42:08 -06:00
Nate Bargmann
ab3e6bb5a5
Formatted src/ to final coding guidelines
2017-10-04 21:32:08 -05:00
c vw
028732bdfd
Changes to make microHam support compile under MinGW
2017-09-21 17:55:21 +02:00
Jaroslav Skarvada
9693cce0b3
Fix serial_port DCD squelch
...
Hi,
I had trouble with CTS serial port squelch (on microHAM USB Interface III).
It seems there is a bug in the hamlib code and I think the similar thing
should be done as has been done for the pttport, i.e. if the dcdport is
the same as the rigport, do not reopen it. Otherwise the serial port will
be reset to its default and it will key the radio PTT forever (because
the RTS line is reset on the port reopen). Patch attached
73! Jaroslav, OK2JRQ
2017-09-10 21:04:55 -05:00
c vw
d008ca6e5d
Microham support. Use "uh-rig" for rig_pathname to talk to the
...
microHam device for CAT. If you want hardware PTT via the microham
device, use DTR method and ptt_pathname "uh-ptt".
2017-09-10 19:56:59 -05:00
Bill Somerville
80a4097aba
Add best guess transmit status to rig state structure
...
This flag can be used by back ends that need to take special action
while the rig is transmitting e.g. the FT-747GX and similar that do
not process CAT commands while transmitting.
The flag is also used as a default answer to rig_get_ptt if nothing
better is available.
Deal with inaccurate CAT query for Rx/Tx on the Yaesu FT-847
This rig doesn't set the Rx/Tx status flag when PTT is asserted via
the PTT pin on the rear PACKET socket so we need to override which we
can do if we known we have asserted PTT via rig_set_ptt().
Adjust style and fix set PTT defects
Fix a warning from a declaration of a deleted function definition
2017-08-09 21:54:50 -05:00
Nate Bargmann
f76b354588
Reformatted src directory
2017-08-09 06:14:31 -05:00
Michael Black W9MDB
21a6909a9a
Add Barrett 2050 backend
2017-07-04 12:50:23 -05:00
c vw
fc6d87addf
Do not set DTR/RTS on dedicated PTT port if it is already closed.
2017-05-29 09:37:32 +02:00
Bill Somerville
62fb76019f
Fix a state machine defect with repeated PTT reset calls
...
When the PTT serial port is not the control port the intention is to
free the port when PTT is reset so that other applications can share
it. This logic was faulty with attempts to call port functions on an
unopened port when repeatedly calling the rig_set_ptt API.
Thanks to Christoph van Wullen, DL1YCF, for finding and analyzing this
defect.
2017-02-27 13:02:04 +00:00
Jeroen Vreeken
70127b6b9c
Add Dorji DRA818 modules (VHF and UHF variants)
...
Also works with NiceRF SA818 modules
2017-02-22 12:14:50 +01:00
Jae Stutzman
dfd969acd3
Use Windows ioctlsocket to avoid buffer overrun
2017-01-26 19:42:00 -06:00
Jae Stutzman
230430c4e9
Clears potential garbage data in read buffer prior to command being sent
2017-01-25 20:45:24 -06:00