Michael Black W9MDB
a3c4eb9ee0
Fix cppcheck warnings
2020-06-21 22:31:31 -05:00
Michael Black W9MDB
e092a4a0a4
rigctld -T ::1 now works with rigctl -r ::1
...
More IPV6 testing needed on Windows and MacOS
Still not binding to link local addresses to be addressed next
https://github.com/Hamlib/Hamlib/issues/29
2020-06-21 17:47:04 -05:00
Michael Black W9MDB
379caace7c
update comm_state when port_close is called
2020-06-21 16:15:00 -05:00
Michael Black W9MDB
d95bcccc94
Add newer Set 2 RIT command to appropriate kenwood rigs
2020-06-21 15:44:01 -05:00
Michael Black W9MDB
3cb79b3bca
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2020-06-21 14:47:52 -05:00
Michael Black W9MDB
35001b12c0
astyle icom.c
2020-06-21 14:47:38 -05:00
Michael Black W9MDB
9dc12e8b63
astyle kenwood.c
2020-06-21 14:47:22 -05:00
Michael Black W9MDB
c2ee1ecb02
astyle files
2020-06-21 14:46:50 -05:00
Michael Black W9MDB
83521b2694
Fix kenwood set_rit for negative values
2020-06-21 14:43:33 -05:00
Michael Black W9MDB
fe8decf475
Fix kenwood get_xit to correct status bit
2020-06-21 14:32:07 -05:00
Michael Black
e6b62e4f3e
Merge pull request #324 from hiteki/hiteki_323
...
get_dcd responds without crashing #323
2020-06-21 12:59:29 -05:00
hiteki
63357389d6
get_dcd responds without crashing #323
2020-06-21 19:10:21 +02:00
Michael Black
8ff077d7a9
Merge pull request #322 from hiteki/hiteki_321
...
uniden_get_mode report WFM mode correctly #321
2020-06-21 11:13:42 -05:00
hiteki
abe2697f4e
uniden_get_mode report WFM mode correctly #321
2020-06-21 18:09:18 +02:00
Michael Black
d61d1c13e1
Merge pull request #320 from hiteki/hiteki_319
...
Correctly compare response strings #319
2020-06-21 09:26:11 -05:00
hiteki
68e6dd0e21
Correctly compare response strings #319
2020-06-21 16:09:45 +02:00
Michael Black W9MDB
9c87990a76
Update uniden BACKEND date
2020-06-21 06:44:40 -05:00
Michael Black
d5ff0f2478
Merge pull request #318 from hiteki/hiteki_317
...
Uniden bc780xlt channel ranges is 1..500 #317
2020-06-21 06:41:58 -05:00
Michael Black
bcb6add4d2
Merge pull request #316 from hiteki/hiteki_315
...
uniden_get_channel correctly parses rig's response #315
2020-06-21 06:41:42 -05:00
hiteki
93992efe42
Uniden bc780xlt channel ranges is 1..500 #317
2020-06-21 12:27:59 +02:00
hiteki
0bd366b05b
uniden_get_channel correctly parses rig's response #315
2020-06-21 12:06:40 +02:00
Michael Black W9MDB
2ef8131023
Remove DATA_USB from ft1000mp.c
2020-06-20 17:04:14 -05:00
Michael Black W9MDB
031b101781
Promote bc780.c to stable
2020-06-20 16:12:48 -05:00
Michael Black W9MDB
e5a61a5a14
Change ft1000mp.c back to TARGETABLE_FREQ
2020-06-20 16:03:07 -05:00
Michael Black
805b4aa269
Merge pull request #314 from hiteki/hiteki_313
...
uniden_get_freq_2 to use SG<cr> instead of RF<cr> for bc780xlt #313
2020-06-20 15:51:22 -05:00
tb
b2f1b1880a
uniden_get_freq_2 to use SG<cr> instead of RF<cr> for bc780xlt #313
...
- RF<cr> responds NG on bc780xlt
- SG<cr> responds with the gain + the current frequency
- SG<cr> is valid in manual mode, scan mode and search mode
2020-06-20 20:38:46 +02:00
Michael Black W9MDB
5a28ef9a20
Update ic703 to beta
2020-06-20 06:54:28 -05:00
Michael Black W9MDB
3b3c2abb00
On a 2nd rig_open call it would fail since port was still open.
...
We now force close the port during rig_open.
This should prevent the invalid configuration error WSJT-X sees on rig_open
2020-06-19 23:26:59 -05:00
Michael Black W9MDB
bbc67d598e
Change ft1000mp.c to TARGETABLE_PURE to avoid VFO swap on set_split
2020-06-19 22:40:07 -05:00
Michael Black W9MDB
9033eb733a
Add RIT to get_func for kenwood.c
2020-06-19 17:46:14 -05:00
Michael Black W9MDB
92b7fc32ba
Add get_split_vfo to ft1000mp.c and promote to stable
2020-06-19 17:19:02 -05:00
Michael Black W9MDB
542e227f85
Remove retries for rigctl.c rig_open as they were never used and didn't work
2020-06-19 06:55:56 -05:00
Michael Black W9MDB
0ec3d475b5
Fix ft100mp set_split_vfo function
2020-06-18 22:33:50 -05:00
Michael Black W9MDB
a516e18ece
Adjust timeout values for netrigctl.c for 5 seconds total instead of 7.5 seconds
...
https://github.com/Hamlib/Hamlib/issues/308
2020-06-18 17:09:50 -05:00
Michael Black W9MDB
ec15323293
Adjust time values in ft1000mp.c based on testing with user
...
https://github.com/Hamlib/Hamlib/issues/308
2020-06-18 17:08:12 -05:00
Michael Black W9MDB
c66044f89b
Add set_split_vfo to ft1000mp.c
2020-06-18 16:48:28 -05:00
Michael Black W9MDB
44a61ac9d9
Add debug for retry for ft1000mp
...
https://github.com/Hamlib/Hamlib/issues/308
2020-06-18 11:09:15 -05:00
Michael Black W9MDB
95e869d087
Fix ft1000mp to use rig->state retry value instead of caps
...
https://github.com/Hamlib/Hamlib/issues/308
2020-06-18 10:54:21 -05:00
Michael Black W9MDB
90609a4bfc
Move ft100mp get_vfo from init to open
2020-06-17 22:29:32 -05:00
Michael Black
5d890fd173
Merge pull request #312 from w8wjb/alinco-dxsr8
...
Adding support for Alinco DX-SR8
2020-06-17 22:23:17 -05:00
Weston Bustraan
7520a3a702
DX-SR8 echos back the command sent to it. Need to read past that to get to the next line containing the value
2020-06-17 19:59:53 -04:00
Weston Bustraan
5a65ae4692
Initial implementation for Alinco DX-SR8T
2020-06-17 17:13:20 -04:00
Michael Black W9MDB
e6a5e4ca31
Only update kenwood.c IF cache when RIG_OK
2020-06-17 10:47:50 -05:00
Michael Black W9MDB
325754c580
Fix FLRig get_mode function
...
https://github.com/Hamlib/Hamlib/issues/310
2020-06-17 10:37:57 -05:00
Michael Black W9MDB
786c1ae925
Change gs232b parsing to mandate at least AZ= and make EL= optional
...
This covers the 12PR1A rotor which claims gs232b compatibility
The 12PR1A also claims gs232a compability which is wrong as the AZ= EL= format is gs232b
https://github.com/Hamlib/Hamlib/issues/309
Simplify gs232a parsing but mandate both arguments in +0xxx+0xxx format
2020-06-17 07:22:11 -05:00
Michael Black W9MDB
7dedf007a1
Add 1 retry to FT1000MP
...
https://github.com/Hamlib/Hamlib/issues/308
2020-06-16 23:16:55 -05:00
Weston Bustraan
7e3ed7074a
Moved Alinco DX-77-specific functions out of alinco.c and into dx77.c. The protocol used by the DX-77 is different than the DX-SR* line
2020-06-16 16:46:53 -04:00
Michael Black W9MDB
81be0ad3e8
Remove VFO_CURR checks from ft817.c
...
https://github.com/Hamlib/Hamlib/issues/305
2020-06-16 08:23:55 -05:00
Michael Black W9MDB
281dba1b8a
Remove unneeded code in gs232b.c that was causing errors on Yaesu G1000
...
https://github.com/Hamlib/Hamlib/issues/272
2020-06-15 22:57:22 -05:00
Michael Black W9MDB
779cd69287
Fix kenwood AG command to use vfo+level format instead of just level
...
Some rigs say 0 is the default and need to find out if 1 causes an error
If it does we need to have rig exceptions -- hopefully it's ignored
https://github.com/Hamlib/Hamlib/issues/304
2020-06-15 09:45:58 -05:00