Wykres commitów

5333 Commity (5eb5b6f3d8c543332e31c43d128fadbcb5604a5c)

Autor SHA1 Wiadomość Data
mdblack98 5eb5b6f3d8 https://github.com/Hamlib/Hamlib/issues/227
Added read_only flag everywhere
2020-04-26 14:37:03 -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
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
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
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
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
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
mdblack98 9bf214fee3 Add debug to rigctl_parse.c chasing down Flex problem 2020-04-23 10:25:47 -05:00
mdblack98 90fc72f316 Add debug to kenwood.c chasing down Flex problem 2020-04-23 10:00:12 -05:00
mdblack98 c52f325168 Add more debug to kenwood.c 2020-04-22 14:51:34 -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
mdblack98 b75a29f795 Fix braces in rigctld.c 2020-04-22 12:37:56 -05:00
mdblack98 75d9beaac2 Increase NET_BUFFER_SIZE for network.c 2020-04-22 12:26:08 -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
mdblack98 dc29c94a76 Allow netrigctl 1 retry 2020-04-22 10:03:26 -05:00
mdblack98 d8fc515460 astyle iofunc. 2020-04-22 09:54:18 -05:00
mdblack98 ded8b6873d Add debug to read_string 2020-04-22 09:53:37 -05:00
mdblack98 ee562ddd03 Add some sleeps to the dummy emulator for more realistic behavior 2020-04-22 09:03:14 -05:00
mdblack98 cae85c6dbe Improve debugstatement in rigctl_parse.c 2020-04-21 12:52:40 -05:00
mdblack98 cefa092350 Change rigctld main loop to continue on EOF 2020-04-21 11:31:22 -05:00
mdblack98 1aef1c6285 Let rigctl_parse return when EOF is detected 2020-04-21 10:34:42 -05:00
Michael Black W9MDB 8e1f6c9fc1 Fix debug statement and allow read_string error to retry in flrig.c 2020-04-21 07:56:00 -05:00
Michael Black W9MDB ff79dc800c Adding debug to chase down Flex problem disconnect on profile change 2020-04-21 07:51:47 -05:00
Michael Black W9MDB 9cc3bd46f6 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-20 17:27:21 -05:00
Michael Black W9MDB 9b040dc0d8 Add debug to rigctld...chasing down Flex bug 2020-04-20 17:26:57 -05:00
Michael Black a66f6069e1 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-19 12:09:02 -05:00
Michael Black e4aa3a28aa Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-19 12:08:39 -05:00
Michael Black 32082a14d6 Add debug to rigctl_parse.c chasing down Flex bug 2020-04-19 12:08:08 -05:00
root 64c2bc27b3 Update build-win32 and build-win64 to allow for different version of linkers 2020-04-18 22:44:02 -05:00
Michael Black 6f38127d27 Working on build-w32 and build-w64 scripts 2020-04-18 11:48:24 -05:00
Michael Black 01a6ac4efc speed up build-w32 and build-w64 2020-04-18 10:13:44 -05:00
Michael Black da06f7c4d5 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-18 09:39:59 -05:00
Michael Black fcc8702f13 Fix spelling error in build-w32.sh 2020-04-18 09:25:56 -05:00
Michael Black 34b19cf36c Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-18 09:04:48 -05:00
Michael Black 69a9aa40e1 Fix build-w64.sh to show libhamlib-4 2020-04-18 09:04:31 -05:00
Michael Black 4a2abc7254 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-18 09:02:05 -05:00
Michael Black b21025acec Fix build-w32.sh to show libhamlib-4 2020-04-18 08:53:28 -05:00
Michael Black 104251597e Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-17 23:12:51 -05:00
Michael Black 8ebecaca51 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-17 23:12:24 -05:00
Michael Black 16f1ae8037 Update baud rate for TS480 2020-04-17 23:12:04 -05:00
Michael Black 8bd1d0c467 Update baud rate for TS480 2020-04-17 23:07:45 -05:00
Michael Black 65839a253e Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-15 12:29:08 -05:00
Michael Black 774cb9d25c More testing on Flex problem allow rigctld to continue executing 2020-04-15 12:28:42 -05:00
Michael Black a7c7c6f1e3 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-04-15 11:55:35 -05:00
Michael Black 819be74317 Testing continuation of rigctld when nothing to scan 2020-04-15 11:55:07 -05:00