Wykres commitów

5467 Commity (5756383bc11d612eb9da262cd3364bf00328f6d7)

Autor SHA1 Wiadomość Data
mdblack98 909ece7627 Improve cache behavior for yaesu and kenwood
https://github.com/Hamlib/Hamlib/issues/226
2020-04-27 10:00:07 -05:00
Michael Black df8b6a75be Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-27 09:42:45 -05:00
mdblack98 600a674891 Add cache invalidation for kenwood and yaesu
Reset all kenwood/yaesu backend versions to 0 since main backend is new
https://github.com/Hamlib/Hamlib/issues/226
2020-04-27 09:41:33 -05:00
Michael Black 612d05107f Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-26 22:30:57 -05:00
mdblack98 d6825cffbd Fix newcat.c cache check
Add cache for kenwood IF cmd
https://github.com/Hamlib/Hamlib/issues/226
2020-04-26 22:30:09 -05:00
Michael Black c2c34b0a64 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-26 17:02:28 -05:00
mdblack98 7af1d2e459 Fix bad commit of newcat.h 2020-04-26 17:01:45 -05:00
mdblack98 20cc059600 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2020-04-26 16:51:34 -05:00
Michael Black 0c035aa825 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-26 15:46:12 -05:00
mdblack98 eb7829bd06 Add caching for the Yaesu IF command
It should speed up the WSJT-X/JTDX sequence of v,f,m,t by a fair bit removing two unnecessary IF commands that should get cached
2020-04-26 15:44:38 -05:00
Michael Black ce882b9be7 merge udpate 2020-04-26 14:58:30 -05:00
mdblack98 5eb5b6f3d8 https://github.com/Hamlib/Hamlib/issues/227
Added read_only flag everywhere
2020-04-26 14:37:03 -05:00
Michael Black 9b8cc476e3 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-26 11:37:31 -05:00
mdblack98 fd8e33d727 Change ts950 write_delay to 0 -- tested with CT1AXS and his 950SDX
https://github.com/Hamlib/Hamlib/issues/226
2020-04-26 11:35:14 -05:00
Michael Black aff8489591 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-26 08:51:46 -05:00
mdblack98 acc468fcfd Fix channel reading for civ_731 icom rigs
I assume this is true on all such rigs that they return 5 bytes
Writing and reading a channel should confirm it by returning the correct freq
https://github.com/Hamlib/Hamlib/issues/217
2020-04-26 08:45:16 -05:00
mdblack98 7dcb0ae88e astyle updates 2020-04-25 11:28:38 -05:00
Michael Black 2d0c157b09 Improve logic slightly in rig.c 2020-04-25 11:18:45 -05:00
Michael Black ee0b3c6eb7 Update version to pihpsdr.c and make it STABLE 2020-04-25 11:17:58 -05:00
Michael Black 1396913de4
Merge pull request #224 from dl1ycf/master
Make "pihpsdr" RIG_PORT_SERIAL by default, and fall back to TCP in rig_open if pathname of the form ":19090"
2020-04-25 11:15:31 -05:00
c vw af015d4467 Changed it to "serial" to allow for *both* serial and TCP connection.
If "pathname" is a legal TCP address, it will fall back to TCP
(see code in rig_open).
2020-04-25 18:07:29 +02:00
c vw f6e3570e37 Allow device addresses of the form ":19000" to switch from serial to TCP
(not only aaa.bbb.ccc.ddd.port)
2020-04-25 17:44:07 +02:00
Michael Black 0365450269 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-24 15:46:14 -05:00
mdblack98 f5c09a7907 Remove unused in gs232.c 2020-04-24 15:45:40 -05:00
mdblack98 a2465033de https://github.com/Hamlib/Hamlib/issues/223
Do the same fix for gs232 to honor null data returns
2020-04-24 14:18:09 -05:00
mdblack98 fc3c2d5c2a https://github.com/Hamlib/Hamlib/issues/223
Fix gs232a/b null data requests now do not expect a reply
2020-04-24 14:16:33 -05:00
Michael Black 30dd2d538e Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-24 14:04:10 -05:00
mdblack98 7a075ae9fd https://github.com/Hamlib/Hamlib/issues/222
Fix order of calls in icom_get_split_vfos
Need to set split before getting vfos
2020-04-23 22:50:34 -05:00
mdblack98 ce2502e2f6 Change rigctl_parse.c debug to only use printable chars 2020-04-23 17:35:50 -05:00
Michael Black b70cae1943 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-23 16:23:39 -05:00
mdblack98 a9a604758d https://github.com/Hamlib/Hamlib/issues/222
Fix icom_get_split_vfo filling in rx_vfo and tx_vfo
icom_get_split_vfo: vfo=currVFO rx_vfo=None tx_vfo=None split=0
2020-04-23 15:35:29 -05:00
Michael Black 7324209b68 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-23 11:41:06 -05:00
mdblack98 8c061acb13 Fixes https://github.com/Hamlib/Hamlib/issues/221
Flex users need to change polling rate to 3 seconds
WSJT-X is timing out based on the polling rate and was disconnecting from hamlibPlus the retries in flex6xxx were inadequate to allow for the slow profile change
2020-04-23 11:38:51 -05:00
Michael Black 3f433348b3 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-23 10:36:08 -05:00
mdblack98 9bf214fee3 Add debug to rigctl_parse.c chasing down Flex problem 2020-04-23 10:25:47 -05:00
Michael Black f8f09d09fa Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-23 10:00:57 -05:00
mdblack98 90fc72f316 Add debug to kenwood.c chasing down Flex problem 2020-04-23 10:00:12 -05:00
Michael Black 9622f36cdf Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-22 14:51:51 -05:00
mdblack98 c52f325168 Add more debug to kenwood.c 2020-04-22 14:51:34 -05:00
Michael Black da26ff74d8 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-22 14:41:31 -05:00
mdblack98 d2e2fec9f3 Add debug to kenwood.c chasing down Flex problem 2020-04-22 14:39:39 -05:00
mdblack98 a444e6eb20 Add one more retry to netrigctl.c 2020-04-22 14:36:27 -05:00
Michael Black 51a0e1b016 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-22 12:38:10 -05:00
mdblack98 b75a29f795 Fix braces in rigctld.c 2020-04-22 12:37:56 -05:00
Michael Black 70df440b0a Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-22 12:26:28 -05:00
mdblack98 75d9beaac2 Increase NET_BUFFER_SIZE for network.c 2020-04-22 12:26:08 -05:00
Michael Black e987e49028 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-22 12:24:41 -05:00
mdblack98 3feaddfd73 Still working on Flex problem...
Adding debug to figure out why vfo_mode doesn't work with rigctl/rigctld
2020-04-22 11:47:56 -05:00
Michael Black c26ef833fa Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-22 11:29:39 -05:00
mdblack98 dc29c94a76 Allow netrigctl 1 retry 2020-04-22 10:03:26 -05:00