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
f569f81f76
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-05-26 12:44:38 -05:00
Michael Black W9MDB
796d71dddf
Change vfo_mode to vfo_opt to distinguish it from rig mode
2020-05-26 12:01:44 -05:00
Michael Black W9MDB
07f1417881
Change vfo_mode to vfo_opt to distinguish it from rig mode
2020-05-26 11:59:50 -05:00
Michael Black W9MDB
943fd91198
Rewrite of TARGETABLE_MODE operations for Yaeus rigs
...
Should fix the FT-DX101D operations
Should also fix several functions for the other Yaesu VFO mode capable rigs
Added a spreadsheet to keep track of capabilities of these rigs
https://github.com/Hamlib/Hamlib/issues/260
2020-05-26 11:55:54 -05:00
Michael Black W9MDB
f97946057d
Update newcat.h version
2020-05-26 11:50:16 -05:00
Michael Black W9MDB
3bf5382cf2
FT-5000 does have TARGETABLE_MODE
2020-05-26 11:42:31 -05:00
Michael Black W9MDB
8d9ae01cf0
FT-1200 does not have TARGETABLE_MODE
2020-05-26 09:44:13 -05:00
Michael Black
0b025e9c59
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-05-26 09:30:35 -05:00
Michael Black W9MDB
dbc8f4d24b
Merge branch 'get-ptt-error' of git://git.code.sf.net/u/bsomervi/hamlib
2020-05-26 08:10:09 -05:00
Bill Somerville
2a3bb20672
Repair a regression with the dummy get PTT functionality
2020-05-26 13:02:34 +01:00
Michael Black
5614d27730
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-05-25 15:32:10 -05:00
Michael Black W9MDB
be439ea394
Add debug to serial.c
2020-05-25 15:31:58 -05:00
Michael Black
6f77465fd9
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-05-25 14:36:01 -05:00
Michael Black W9MDB
4f3ad4f3da
Add debug for RTS PTT
2020-05-25 14:35:49 -05:00
Michael Black
3f599ef686
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-05-25 14:09:13 -05:00
Michael Black W9MDB
281022447c
Update some more items in icom.c where appropriate
2020-05-25 09:11:32 -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
630bc84a35
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-05-23 10:59:40 -05:00
Michael Black W9MDB
48692b4bc9
Adding version control file for utilities
2020-05-23 10:59:29 -05:00
Michael Black
535a3b701d
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-05-23 10:58:53 -05:00
Michael Black W9MDB
fb68d9f561
Add better version info to utilities
2020-05-23 10:58:25 -05:00
Michael Black W9MDB
3d4d2dfe83
Add alpha version of Elecraft K4
2020-05-23 10:39:01 -05:00
Michael Black W9MDB
02ec0d9bd1
Fix FT1000MP status return length -- is 5 now rather than 6
...
https://github.com/Hamlib/Hamlib/issues/258
2020-05-22 14:26:21 -05:00
Michael Black W9MDB
07948a598e
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-22 12:07:05 -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