Wykres commitów

5545 Commity (73c93ef93eaae76cc8ce8eb79e231f3599259d1b)

Autor SHA1 Wiadomość Data
Nate Bargmann 73c93ef93e
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-27 10:54:44 -05:00
Bill Somerville 4d385bc937
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 10:54:44 -05:00
Nate Bargmann ae658c0789
Remove generated file from repository
tests/hamlibdatetime.h is a generated file and its content will change
locally so to avoid confusion do not keep an older copy in the
repository.
2020-05-27 10:54:43 -05:00
Nate Bargmann 6c2435e52d
Ensure hamlibdatetime.h works with VPATH builds 2020-05-27 10:54:43 -05:00
Nate Bargmann eb02124761
Rename datebuilt.h to hamlibdatetime.h in tests/Makefile.am
The name conflict caused 'make dist' to fail.
2020-05-27 10:54:43 -05:00
Michael Black W9MDB aacc1a4378
remove sleep from dummy set_ptt 2020-05-27 10:54:42 -05:00
Michael Black W9MDB b5c53b3665
Change vfo_mode to vfo_opt to distinguish it from rig mode 2020-05-27 10:54:42 -05:00
Michael Black W9MDB 86434084ab
Change vfo_mode to vfo_opt to distinguish it from rig mode 2020-05-27 10:54:42 -05:00
Michael Black W9MDB 1179641ca5
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-27 10:54:41 -05:00
Michael Black W9MDB e72ae661d7
Update newcat.h version 2020-05-27 10:54:41 -05:00
Michael Black W9MDB b41e5468a9
FT-5000 does have TARGETABLE_MODE 2020-05-27 10:54:40 -05:00
Michael Black W9MDB 5f8897ee20
FT-1200 does not have TARGETABLE_MODE 2020-05-27 10:54:40 -05:00
Bill Somerville 1a836d4d7c
Repair a regression with the dummy get PTT functionality 2020-05-27 10:54:40 -05:00
Michael Black W9MDB 72066a4ebe
Add debug to serial.c 2020-05-27 10:54:39 -05:00
Michael Black W9MDB 732992830a
Add debug for RTS PTT 2020-05-27 10:54:39 -05:00
Michael Black W9MDB dd514e695e
Update some more items in icom.c where appropriate 2020-05-27 10:54:39 -05:00
Michael Black W9MDB 353d7d50d1
Add a littld debug to rig.c 2020-05-27 10:54:38 -05:00
Michael Black W9MDB 7508f6497b
on rig_get_vfo ask for the real split mode 2020-05-27 10:54:38 -05:00
Michael Black W9MDB de7cf6576f
Add rules for setting VFO_RX and VFO_TX for different rig types
https://github.com/Hamlib/Hamlib/issues/261
2020-05-27 10:54:37 -05:00
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