Michael Black W9MDB
4599322ea5
Add PowerSDR rig
2020-05-28 11:29:42 -05:00
Michael Black W9MDB
986ca4896d
Removed unsed var in rigctl_parse.c
2020-05-28 11:26:41 -05:00
Michael Black W9MDB
19263cb249
Add last commit info to rigctld.c
2020-05-28 11:14:48 -05:00
Bill Somerville
9b1e0aa07d
Fix regression with slow responses from SmartSDR causing errors
...
This has been verified as a fix using SmartSDR v1.10.16 combined with
a FlexRadio 6500.
2020-05-28 13:57:57 +01:00
Michael Black W9MDB
b8e315a526
Fix up rigctl_parse set_vfo_opt
...
https://github.com/Hamlib/Hamlib/issues/259
2020-05-27 23:44:18 -05:00
Michael Black W9MDB
443bc142a7
Streamline vfo_opt detectionin rigctl.c
2020-05-27 23:43:29 -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
Nate Bargmann
e3e5b5f33c
Merge branch 'remove_bashisms'
2020-05-27 10:56:40 -05:00
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
Nate Bargmann
9516bbe8b8
Merge branch 'master' of github.com:N0NB/Hamlib
2020-05-27 07:59:28 -05:00
Nate Bargmann
0539427577
Merge branch 'master' of github.com:Hamlib/Hamlib
2020-05-27 07:58:10 -05:00
Nate Bargmann
598cec94b4
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 07:54:41 -05:00
Nate Bargmann
2de3f95bcd
Ensure hamlibdatetime.h works with VPATH builds
2020-05-27 07:54:09 -05:00
Nate Bargmann
4395f540eb
Rename datebuilt.h to hamlibdatetime.h in tests/Makefile.am
...
The name conflict caused 'make dist' to fail.
2020-05-27 07:04:36 -05:00
Michael Black
d8b2857821
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-05-27 06:56:56 -05:00
Michael Black W9MDB
17c4f4ed1f
Merge branch 'serial-ptt-error' of git://git.code.sf.net/u/bsomervi/hamlib
2020-05-27 06:56:01 -05:00
Michael Black
a9e94b112e
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-05-27 06:38:44 -05:00
Michael Black W9MDB
d2f63c41e6
remove sleep from dummy set_ptt
2020-05-27 06:37:51 -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
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