Wykres commitów

5612 Commity (5df9f81beffcdb6e6f5678374e49e237b60aa345)

Autor SHA1 Wiadomość Data
Michael Black W9MDB 5df9f81bef Fix RIG_VFO_NONE problem in icom.c
https://github.com/Hamlib/Hamlib/issues/270
2020-05-30 16:59:18 -05:00
Michael Black W9MDB ff4882f1cd Remove debug from rigctld.c 2020-05-30 11:13:40 -05:00
Michael Black W9MDB 176e0dadcf Update NEWS 2020-05-30 09:39:09 -05:00
Michael Black W9MDB 353066a232 Fix rigctl/rigctld split ops/queries
Add vfo_fixup function.  We should be able to do all vfo corrections in rig.c instead of backends.  So we're migrating that way....
https://github.com/Hamlib/Hamlib/issues/269
2020-05-30 09:34:13 -05:00
Nate Bargmann 9bafc86fec
Rename tests/hamlibdatetime.h
Rename tests/hamlibdatetime.h to tests/hamlibdatetime.h.in which is
tracked and ignore tests/hamlibdatetime.h which is not tracked and will
be generated or copied depending on whether the top source directory is
a Git working tree or not.
2020-05-30 09:18:19 -05:00
Nate Bargmann b534f1b36e
Generated hamlibdatetime.h time string is now in UTC 2020-05-30 08:03:44 -05:00
Nate Bargmann 83bfd4aabb
Restore tests/hamlibdatetime.h as a placeholder 2020-05-30 07:40:12 -05:00
Michael Black W9MDB b1f04aed62 Change fprintf to rig_debug in rigctl.c 2020-05-29 07:56:24 -05:00
Michael Black W9MDB ad4033dbfc reduce debug level in rigctl_parse.c 2020-05-29 07:54:30 -05:00
Michael Black W9MDB 67db7b58b8 Undo last meade.c commit 2020-05-29 07:23:18 -05:00
Michael Black 889d80ab82 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-05-28 23:55:44 -05:00
Michael Black W9MDB 813d99cf8b Fix elevation command for meade.c
https://github.com/Hamlib/Hamlib/issues/267
2020-05-28 23:53:25 -05:00
Michael Black 24ced80569 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-05-28 16:55:26 -05:00
Michael Black W9MDB b1f97c69d3 Fix comment in flex6xxx.c 2020-05-28 16:55:16 -05:00
Michael Black 2477f45ac9 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-05-28 16:06:25 -05:00
Michael Black W9MDB 0d4b277179 Adding PowerSDR rig
https://github.com/Hamlib/Hamlib/issues/265
2020-05-28 16:05:18 -05:00
Michael Black 6fd493bc2f Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-05-28 12:05:48 -05:00
Michael Black W9MDB e214bfe486 Fix netrotctl.c to flush network/serial before every transaction
https://github.com/Hamlib/Hamlib/issues/259
2020-05-28 12:03:18 -05:00
Michael Black c21bc22bfc Merge branch 'kenwood-read-retries' of git://git.code.sf.net/u/bsomervi/hamlib 2020-05-28 11:31:19 -05:00
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