Wykres commitów

4108 Commity (c6f9e07711fcc27496250e94ae2992acfed2be8e)

Autor SHA1 Wiadomość Data
Michael Black c6f9e07711 cache timeout when swapping vfos on ft817 and ft897 2019-03-29 11:52:42 -05:00
Michael Black fbdc494c5b Change powerstat to wait for get_freq as this is generic to all 2019-03-27 14:25:46 -05:00
Michael Black aa055a23be Add wait for set_powerstat in icom.c 2019-03-26 15:46:24 -05:00
Michael Black e17c013a15 Bump version for kenwood.c 2019-03-26 07:24:31 -05:00
Michael Black 40519ef2d8 Fix set_powerstat wait loop 2019-03-25 15:47:15 -05:00
Michael Black 03b4c0912e Have kenwood set_powerstat ON wait for get_powerstat 2019-03-23 22:32:33 -05:00
Michael Black 4a65bddb7e Add set/get powerstat for ic785x.c 2019-03-21 09:28:59 -05:00
Michael Black f3d1d3c6ae Update TS590 version and make it STABLE 2019-03-15 07:36:54 -05:00
Michael Black 1152c506da astyle ts590.c 2019-03-15 06:55:38 -05:00
Michael Black b6b6ffc04e Fix ts590 RIG_LEVEL_AF 2019-03-15 06:54:44 -05:00
Michael Black fc29251509 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2019-03-01 07:34:16 -06:00
Michael Black 1688d103c9 astyle for netrigctl.c 2019-03-01 07:32:05 -06:00
Michael Black 51fa6f57ba Relax chk_vfo requirement for backward compatibility 2019-03-01 07:30:02 -06:00
Bill Somerville b8825f6acd Change frequency setting for the FT-747GX to something more basic
This rig has  25Hz resolution but accepts 10Hz steps  in the frequency
set CAT command. The rig adjusts internally and only reports back 25Hz
steps. The prior implementation ended up incrementing the frequency in
undesirable  unwanted 10Hz  steps, this  simply rounds  to 10Hz  steps
before sending to the rig.
2019-02-24 23:14:32 +00:00
c vw 9d927d3370 typo, also include NUM_UHTYPES 2019-02-22 10:23:30 +01:00
c vw 00ff1b2832 Included MicroKeyer-III 2019-02-22 10:21:40 +01:00
Michael Black 5f43509d82 astyle format of rigctlcom.c 2019-02-13 15:23:27 -06:00
Michael Black 585e79bdf2 Add ability for rigctlcom to work with Ham Radio Deluxe 2019-02-13 15:22:54 -06:00
root 296ef58598 Add export definition for netrigctl_get_mode for DLL building 2019-02-08 07:28:50 -06:00
Michael Black eb9e59211a network.c astyle applied 2019-02-07 11:46:52 -06:00
Michael Black 48c8247a86 Fix network_flush as it was not actually flushing before
This was causing an infinite loop and WSJT-X to lock up using flex6xxx backend
2019-02-07 11:44:33 -06:00
Michael Black 2f3618e585 Fix memset in kenwood.c 2019-02-06 17:00:11 -06:00
Michael Black 41580890a9 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2019-02-06 07:06:22 -06:00
Michael Black ad8a01f18d netrigctl can now do vfo mode -- has automatic detection of rigctld vfo mode
rigctl automatically detects vfo mode of rigctld
rigctli and rigctld recommend vfo mode if not selected
2019-02-05 12:05:51 -06:00
Michael Black 2fa14476f6 Reduce verbosity of rig_strvfo 2019-02-05 09:44:19 -06:00
Michael Black 63570dd791 Improve error handling in network_flush when disconnect happens 2019-02-05 09:40:46 -06:00
Michael Black 8f93173462 Reduce verbosity of rig_strrmode and read_string 2019-02-05 09:31:54 -06:00
Michael Black a55a664401 Ensure buf is zeroed in kenwood_safe_transaction to avoid return random data 2019-02-05 08:39:51 -06:00
Michael Black 2f86dde55a Reduce verbosity in FLRig 2019-02-05 08:08:21 -06:00
Bill Somerville e2154874ad Remove unnecessary delays from TS-990 and TS-2000 back ends 2019-02-04 17:54:48 +00:00
Michael Black 64184842e9 Add rigctlcom to gitignore 2019-02-04 10:32:56 -06:00
Nate Bargmann ae3f39311b Merge branch 'icr8600' of https://github.com/malcolmh/Hamlib into malcolmh-icr8600 2019-01-29 14:18:18 -06:00
Michael Black 040bb2afea Add FT847UNI for early serial number units that are one-way comm 2019-01-28 15:53:28 -06:00
Malcolm Herring c209be4985 Update contributors 2019-01-25 16:00:02 +00:00
Michael Black 3b707f57fb Add rigctlcom to install scripts 2019-01-24 12:05:39 -06:00
Nate Bargmann f5cc44c01c Merge branch 'master' of https://github.com/denzs/Hamlib into denzs-master 2019-01-23 15:37:30 -06:00
Sebastian Denz 9688c000ad fix buffer lengths to avoid gcc8 warnings 2019-01-23 20:47:47 +01:00
Nate Bargmann bead4adcb5 Merge branch 'master' of https://github.com/denzs/Hamlib into denzs-master 2019-01-21 18:51:07 -06:00
Michael Black 3937de0452 Fix segfault in rigctlcom with no args and improve usage 2019-01-21 08:10:43 -06:00
Michael Black 3ae9e00fba Add TUNER on/off fnction for Yaesu rigs 2019-01-20 19:35:25 -06:00
Michael Black ccd3ca48c6 New utility to allow non-hamlib-aware programs to use hamlib rigs via COM ports
Virtual com ports providing a TS-2000 Emulator
Example connecting N1MM or such to FLRig via COM5/COM6 virtual COM pair
rigctlcom -m 4 -R COM5 -S 115200
N1MM connects to COM6 TS-2000 115200 8N1
2019-01-20 19:33:22 -06:00
Michael Black d4f95010dc merge master 2019-01-14 09:36:35 -06:00
Nate Bargmann eaafd4e4b4 Merge branch 'master' of https://github.com/mdblack98/Hamlib into mdblack98-master 2019-01-10 18:01:51 -06:00
Malcolm Herring d9a4885794 Icom R8600 to Alpha
All standard functions have been configured and tested.
2019-01-10 15:35:53 +00:00
Malcolm Herring be436051d8 Automatically detect CI-V echo state
Some Icom rigs use USB for the CI-V connection. This can be set to echo or not. This mod permits a check of the echo state on start-up & flags the frame handling accordingly.

A new member of the icom_priv_caps is defined to flag that this check should be done. A new icom_rig_open function performs this check & sets a flag in priv_data which frame.c then uses to process the input accordingly.
2019-01-09 09:33:04 +00:00
Michael Black 4e8d180b15 Fix kenwood BC BC2 return 2019-01-08 08:58:32 -06:00
Michael Black d0ccacd65c Fix kenwoood BC BC2 returns 2019-01-06 15:05:57 -06:00
Michael Black 0316376b45 All kenwoods to have 3-char commands for functions and return whatever value the rig returns instead of 0/1
Changes to add more ts890 capabilities, e.g. NB2, BC2
2019-01-01 12:38:10 -06:00
Michael Black 8b695bcc03 Add BC2 and NB2 functions for newer kenwoods
Change RIG_SETTING_MAX for 64-bit compatibility
2019-01-01 12:33:22 -06:00
Michael Black 681404e6b7 Add PKT modes to ts590.c 2019-01-01 11:59:05 -06:00