Wykres commitów

5643 Commity (5802ccdefe76d6317d7f4e83a25c22287819099e)

Autor SHA1 Wiadomość Data
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
Nate Bargmann a279ab1bba
Do not link libpython >= 3.8
Per issue https://github.com/Hamlib/Hamlib/issues/253 when building
Python binding for version 3.8 or later, set PYTHON_LIBS="".
2020-05-24 12:06:44 -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
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