Michael Black W9MDB
|
02a0f1303c
|
Remove VFO from netrigctl.c get_vfo command
|
2021-02-07 23:28:16 -06:00 |
Michael Black W9MDB
|
0e4bbf85d7
|
Add RIG_LEVEL_RFPOWERMETER_WATTS to ic7610.c
https://github.com/Hamlib/Hamlib/issues/533
|
2021-02-07 22:44:50 -06:00 |
Michael Black W9MDB
|
3a25f54f74
|
Fix rot_dummy.c -- now behaves with gpredict tracking
https://github.com/Hamlib/Hamlib/issues/531
|
2021-02-07 12:19:52 -06:00 |
Michael Black W9MDB
|
ed25ac943d
|
Disable rotctl emulation -- override by setting simulating=1 in rot_dummy.c
https://github.com/Hamlib/Hamlib/issues/531
|
2021-02-07 12:05:52 -06:00 |
Nate Bargmann
|
6052bb798e
|
Add ft980.h to Makefile.am
The use of 'make distcheck' would have caught this error.
|
2021-02-07 06:54:19 -06:00 |
Michael Black W9MDB
|
66b3e368d6
|
Bump FT980 to beta
|
2021-02-06 16:45:54 -06:00 |
Michael Black
|
4f3c4219a1
|
Merge pull request #529 from N8TW/ft980_backend
FT-980 Backend Added Feature: Targetable VFO
|
2021-02-06 16:44:58 -06:00 |
N8TW
|
14cc93e352
|
Added Features: targetable VFO
Other: added debug statements, foundation-work for new featues,
"modernized" a bit (but still needs additional effort).
|
2021-02-06 16:55:05 -05:00 |
Michael Black W9MDB
|
bc5cad06b7
|
Bump version in pihpsdr.c
|
2021-02-06 08:23:23 -06:00 |
DL1YCF
|
865c28c4ca
|
Merge branch 'master' of https://github.com/Hamlib/Hamlib
|
2021-02-06 10:42:14 +01:00 |
Michael Black W9MDB
|
9c3a12c6f0
|
Fix netrigctl.c parsing of CHKVFO response
|
2021-02-05 17:33:59 -06:00 |
c vw
|
b5c96e0cde
|
fixed analysis of "PC" command output.
|
2021-02-05 21:57:06 +01:00 |
Michael Black W9MDB
|
e589e078a1
|
Add 3 second sleep in icom powerstat to allow the rig to wake up
https://github.com/Hamlib/Hamlib/issues/525
|
2021-02-03 12:54:30 -06:00 |
Michael Black W9MDB
|
76f3099aef
|
Remove 500ms from icom/frame.c -- should not be needed
Reduce icom echo check to just 2 tries
Improves power up sequencing by about 7 seconds
https://github.com/Hamlib/Hamlib/issues/525
|
2021-02-03 11:45:57 -06:00 |
Michael Black W9MDB
|
bd4c8c2e04
|
Add 0W reference for FTDX101D power meter
https://github.com/Hamlib/Hamlib/issues/524
|
2021-02-01 17:45:42 -06:00 |
Michael Black W9MDB
|
d20635dfe6
|
Fix compiler warning in newcat.c
|
2021-01-30 11:05:34 -06:00 |
Michael Black W9MDB
|
cd7811f3ed
|
Fix icom_get_mode for rigs with 1-byte mode_len
https://github.com/Hamlib/Hamlib/issues/522
|
2021-01-29 16:32:16 -06:00 |
Michael Black W9MDB
|
4b41c0dbfc
|
Let flrig use 5 second timeout from rig instead of overriding it
|
2021-01-28 12:24:22 -06:00 |
Michael Black W9MDB
|
e38c69602b
|
astyle k3.c
|
2021-01-25 11:20:28 -06:00 |
Michael Black W9MDB
|
9322479117
|
Fix kx3/kx2 RFPOWER_METER_WATTS and buffer size
|
2021-01-25 11:19:32 -06:00 |
Nate Bargmann
|
11be167354
|
Correct typo causing compilation failure
|
2021-01-25 07:13:26 -06:00 |
Michael Black W9MDB
|
fda709c7af
|
Change FTDX101 to 2 stop bits
|
2021-01-24 22:43:07 -06:00 |
Michael Black W9MDB
|
b5c60e50fb
|
Fix newcat.c compile error
|
2021-01-24 16:01:19 -06:00 |
Michael Black W9MDB
|
d75a23d156
|
Fix ftdx101d set_freq behavior depending on split mode and VFO requested
|
2021-01-24 12:52:44 -06:00 |
Michael Black W9MDB
|
7e6adc6d2a
|
Prevent ftdx101d from setting frequency on the non-tx vfo when in split mode
|
2021-01-24 12:31:42 -06:00 |
Michael Black W9MDB
|
2be172ac4e
|
Improve robustness of rigctld
Now retries opening indefinitely
Improved client side too
Error message should now show timeout if rig disappears
|
2021-01-24 10:51:19 -06:00 |
Michael Black W9MDB
|
c20125a264
|
In newcat.c prevent FT-2000 and FTDX1200 from sending BS commands on 60M but
let them send 60M FA/FB commands
|
2021-01-23 18:01:26 -06:00 |
Michael Black W9MDB
|
e2475ac190
|
Disable 60m check for FT450 and FTDX5000 to see if they behave now on 60M
|
2021-01-23 09:32:09 -06:00 |
Michael Black W9MDB
|
7181589c4c
|
Change ftdx3000/5000 to reject setting freq while transmitting and cover VFOA and VFOB
More rigs will probably be added to this list
https://github.com/Hamlib/Hamlib/issues/513
|
2021-01-22 15:09:10 -06:00 |
Michael Black W9MDB
|
e7b6e61ed0
|
astyle files prepping for 4.1 release
|
2021-01-22 10:41:30 -06:00 |
Michael Black W9MDB
|
e1c21605f4
|
Restrict FTDX3000 and FTDX5000 to not set_freq on VFO while PTT_ON
|
2021-01-22 08:57:53 -06:00 |
Michael Black W9MDB
|
de3205e2b8
|
Reduce debug level in newcat.c
|
2021-01-22 08:30:01 -06:00 |
Michael Black W9MDB
|
0005733f9a
|
Finish implementing RETURNFUNC in newcat.c
|
2021-01-22 07:50:44 -06:00 |
Michael Black W9MDB
|
63b3bfcaa4
|
In newcat.c try to handle the case were AI is on and we need to turn it off
|
2021-01-21 23:45:02 -06:00 |
Michael Black W9MDB
|
c930609379
|
Update debug in newcat.c to add some more info
|
2021-01-21 23:11:20 -06:00 |
Michael Black W9MDB
|
04bb1b3e79
|
Add some debug for special_60m in newcat.c
FTDX3000 was not being detected correctly
|
2021-01-21 23:09:04 -06:00 |
Michael Black W9MDB
|
b030d73144
|
Have FTDX3000 ignore BS02 command
Allow FTDX3000 to set 60M frequencies
|
2021-01-21 22:59:34 -06:00 |
Michael Black W9MDB
|
9a870577d0
|
Fix FTDX3000 SH commands
|
2021-01-21 22:42:19 -06:00 |
Michael Black W9MDB
|
b56a577ebb
|
Fix FTDX10 FT command
|
2021-01-21 22:39:43 -06:00 |
Michael Black W9MDB
|
bf52ea58d7
|
Fix FTDX10 SH commands
|
2021-01-21 22:36:24 -06:00 |
Michael Black W9MDB
|
4df4820ad9
|
Move Yaesu special_60m handling to cover any newcat_get_freq request
get_freq with 60M freq will not attempt freq change on certain rigs as they have to use MEM mode to select 60m. But RIG_OK will be returned.
|
2021-01-21 06:45:50 -06:00 |
Michael Black W9MDB
|
20d5bc0b9e
|
Fix double ;; in FT450 exception handling
Add FT450 to special 60m exceptions
|
2021-01-21 06:37:26 -06:00 |
Michael Black W9MDB
|
599974bcea
|
Fix compilation error in icom.c
|
2021-01-20 22:54:37 -06:00 |
Michael Black W9MDB
|
140ccbefd4
|
Prevent FT450 from doing VFOB actions while transmitting
|
2021-01-20 17:43:06 -06:00 |
Michael Black W9MDB
|
c93da3c5d4
|
Fix FT450 FB command to swap VFOs
|
2021-01-20 17:27:41 -06:00 |
Michael Black W9MDB
|
5a9daf5f0e
|
Fix ic703 and ic705 RIG_LEVEL_RFPOWER_METER_WATTS to scale to 10W instead of 100W
|
2021-01-20 15:07:59 -06:00 |
Michael Black W9MDB
|
f81c9158a8
|
Update newcat.h version
|
2021-01-20 15:06:14 -06:00 |
Michael Black W9MDB
|
5fec08b262
|
Add disable_yaesu_bandselect option
|
2021-01-20 11:34:30 -06:00 |
Michael Black W9MDB
|
0ad3c94e9b
|
Fix ft1000mp.c retry since retries are done in read_block now
|
2021-01-20 07:51:01 -06:00 |
Michael Black W9MDB
|
81cc189f57
|
Update trxmanager model name
|
2021-01-20 07:20:46 -06:00 |