Michael Black W9MDB
bbbb3e6be6
Adding version control file for utilities
2020-05-27 10:54:37 -05:00
Michael Black W9MDB
8e9cad1e0f
Add better version info to utilities
2020-05-27 10:54:37 -05:00
Michael Black W9MDB
7104977953
Add alpha version of Elecraft K4
2020-05-27 10:54:36 -05:00
Michael Black W9MDB
8812529169
Fix FT1000MP status return length -- is 5 now rather than 6
...
https://github.com/Hamlib/Hamlib/issues/258
2020-05-27 10:54:36 -05:00
Michael Black W9MDB
468c93e5bb
Change FT-1000MP rigs to only use 5-byte status command
...
Contrary to the manual the MARK-V was not recognizing 00 00 00 01 FA
We do not need the extra bytes for anything apparently
The 0xFA is only referenced in get_vfo
https://github.com/Hamlib/Hamlib/issues/258
2020-05-27 10:54:36 -05:00
Nate Bargmann
d2bc23b676
Remove bashisms from shell scripts
...
Replace backticks in bootstrap with POSIX subshell substitution.
Restructure cppcheck.sh to help readability and remove bashisms.
2020-05-27 10:54:35 -05:00
Michael Black
c34e139706
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-05-21 10:28:17 -05:00
Michael Black W9MDB
0cd1bb198b
Revert rig_debug to use 16384 buffer to avoid compilation warnings
2020-05-21 10:27:51 -05:00
Michael Black
e12ac07739
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-05-21 09:21:29 -05:00
Michael Black W9MDB
180a2aa840
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-05-21 09:16:29 -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
e197a9ce94
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-05-20 22:27:10 -05:00
Michael Black W9MDB
d0d2e368a8
Fix dcs/ctcss functions for FT-991
2020-05-20 22:26:58 -05:00
Michael Black
054d91c485
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-05-20 17:09:38 -05:00
Michael Black W9MDB
4f02ef1ee8
Fix URL in README
...
https://github.com/Hamlib/Hamlib/issues/247
2020-05-20 17:08:21 -05:00
Michael Black
a2aff6a641
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-05-20 09:43:03 -05:00
Michael Black W9MDB
ffa0674dcb
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-05-20 09:42:27 -05:00
Michael Black W9MDB
823f97cf12
Some rigctld clients like Log4OM don't like the extra VFO argument being returned from the "f" command so we are removing it for now
...
https://github.com/Hamlib/Hamlib/issues/255Z
2020-05-20 09:39:43 -05:00
Michael Black
e20ce3fcc6
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-05-19 23:48:06 -05:00
Michael Black W9MDB
9c902dd03b
IC-9700 in satmode requesting "S 1 Sub" will now return RIG_OK without
...
taking any action
Since satmode is Sub split anyways this makes sense
https://github.com/Hamlib/Hamlib/issues/254
2020-05-20 06:42:06 +02:00
Michael Black
fa14c7e9f0
Merge pull request #252 from bkubesh/master
...
Add IC-M803 to icmarine
2020-05-19 08:52:30 -05:00
Blaine Kubesh
1eb369765c
Update icm803.c
2020-05-18 21:41:08 -04:00
Blaine Kubesh
9029604a24
undo author changes
2020-05-18 21:37:42 -04:00
Blaine Kubesh
bc21ad04b6
Update AUTHORS
2020-05-18 19:02:39 -04:00
Michael Black W9MDB
9320bfb6ea
Fix main/sub frequency saved values
2020-05-18 17:53:49 -05:00
Blaine Kubesh
041431f38f
Update icm803.c
2020-05-18 18:48:24 -04:00
Blaine Kubesh
283db06c41
Update ic-m803 remote-id to 20
2020-05-18 18:42:23 -04:00
Michael Black W9MDB
5a631b2f54
Fix icom detection of split mode setting vfos
...
https://github.com/Hamlib/Hamlib/issues/250
2020-05-18 00:39:08 +02:00
Michael Black W9MDB
2e3678d1a7
Fix main/sub frequency saved values
2020-05-17 17:27:28 -05:00
Michael Black W9MDB
71bd84d5e5
Fix gs232b get_pos error along with all other no_reply commands
...
https://github.com/Hamlib/Hamlib/issues/251
2020-05-17 14:11:29 -05:00
Michael Black W9MDB
ba703787d9
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-05-16 15:22:48 -05:00
Michael Black W9MDB
1af1650716
Fix IC_9700 type rigs when client asks for Sub VFO but split or satmode
...
is not in use
https://github.com/Hamlib/Hamlib/issues/250
2020-05-16 21:34:26 +02: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
87b25d0c43
If icom rig is asked for VFOA/B but only has Main/Sub
...
then we map VFOA=Main VFOB=Sub
https://github.com/Hamlib/Hamlib/issues/250
2020-05-16 08:31:34 -05:00
Michael Black W9MDB
906a369e00
Change icom behavior for IC-9700 type rig with Main/A/B && Sub A/B setup
...
If Sub is asked for but neither split nor satmode is on it will get changed
to VFOB instead which should avoid doing a VFO swap
https://github.com/Hamlib/Hamlib/issues/250
2020-05-16 07:55:59 -05:00
Blaine Kubesh
696e079db9
added Icom803 to icmarine
2020-05-15 20:32:39 -04:00
Blaine Kubesh
8d376121d6
added Icom803 to icmarine
2020-05-15 20:27:44 -04:00
Blaine Kubesh
91f985ddeb
added Icom803 to icmarine
2020-05-15 20:23:41 -04: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
b6824cdcb1
Change TS440 model name to TS440S
2020-05-14 23:36:35 -05:00
Michael Black W9MDB
156db580f8
IC-910 (and hopefully IC-9700) now working with gpredict in both simplex non-satmode and full duplex satmode
...
As of 20200514 switching to satmode will automically switch rig to satmode
But switching back to simple requires manually going back to split mode until gpredict provide the correct split mode request of "S 1 VFOB" or "S 1 VFOA"
https://github.com/Hamlib/Hamlib/issues/237
2020-05-14 12:15:37 -04:00
Michael Black W9MDB
9c4dfbc34c
Fix IC910 satellite mode operations
...
https://github.com/Hamlib/Hamlib/issues/237
2020-05-14 10:21:47 -04:00
Michael Black
e52b3e762d
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-05-13 17:47:32 -05:00
Michael Black W9MDB
ee5af14b13
Restore backwards compatibility of rigctld
...
Need to figure out how to make "F" command with VFO backwards compatible probably by dynamic detection of newer rigctld
https://github.com/Hamlib/Hamlib/issues/246
2020-05-13 17:44:17 -05:00
Michael Black W9MDB
baf0ee7169
Add debug to rig.c
2020-05-13 17:40:36 -05:00
Michael Black
089edc7882
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-05-13 07:23:19 -05:00
Michael Black W9MDB
0354f8b738
Ensure ptt defaults to 0 for rigctl
2020-05-13 07:22:46 -05:00
Michael Black
15787643ae
merge fix
2020-05-12 12:30:34 -05:00