Wykres commitów

  • 0e5d2cfc48 Fix tx_vfo default in rig.c Mike Black W9MDB 2024-01-15 07:33:21 -0600
  • 4d568c782e Speed up rig_band_changed actions for FT991 and perhaps others Putting the AC001; command immediately after FA freq change make the band change end state occur immediately Mike Black W9MDB 2024-01-15 07:28:22 -0600
  • eb7634abfb Merge upstream changes and fix conflicts Mikael Nousiainen 2024-01-15 09:24:17 +0200
  • d6689145a0 Make rig_band_changed HAMLIB_API Mike Black W9MDB 2024-01-14 23:06:41 -0600
  • 34ccdcc5a5
    Merge pull request #1476 from GeoBaltz/rp2 Michael Black 2024-01-14 22:24:48 -0600
  • f15679f575 Update example.c Avoid using raw rigport, in two different ways. Fix variable name. George Baltz N3GB 2024-01-14 16:50:06 -0500
  • 7f67363687 Need more parens to work in expressions. George Baltz N3GB 2024-01-14 15:08:18 -0500
  • 64f69421de Pointerize all the ports in src/rig.c George Baltz N3GB 2024-01-13 20:55:27 -0500
  • aa9c3b39ba Convert more files in src/ George Baltz N3GB 2024-01-13 11:36:57 -0500
  • fddddf1f6f Port conf.c to use access macros George Baltz N3GB 2024-01-12 11:40:23 -0500
  • 2c85a96309 Add function to get rotator port address(es) George Baltz N3GB 2024-01-09 20:06:48 -0500
  • b0d1eb297f Function to get amplifier port address Convert src/amplifier.c to new MACROs/access method. George Baltz N3GB 2024-01-08 15:48:30 -0500
  • cd1f4d3929 Implement function to get structure address George Baltz N3GB 2024-01-07 15:11:23 -0500
  • e178a984ca Add cache to the MACRO/porting list George Baltz N3GB 2024-01-06 10:55:49 -0500
  • 0b67958751 Add x25cmdfails and x26cmdfails to ic7700.c Mike Black W9MDB 2024-01-14 14:35:55 -0600
  • 4b03abbdac Remove static from band_changed.c Mike Black W9MDB 2024-01-14 08:47:10 -0600
  • 11b5da8782 Fix RIG_MODEL in tmd710.c Mike Black W9MDB 2024-01-13 17:38:23 -0600
  • 190747430f Add 4100.c Mike Black W9MDB 2024-01-13 11:49:57 -0600
  • f8fd79442d Add Barrett 4100 Mike Black W9MDB 2024-01-13 11:47:13 -0600
  • 34f953ba0b Change debug statements to use spaces() function Mike Black W9MDB 2024-01-13 08:27:37 -0600
  • 9b817f325d Add --skipinit to rigctl.c -- can speed up single command-line invocations by quite a bit Mike Black W9MDB 2024-01-13 08:26:44 -0600
  • dc0fd2955d Add simtmc710 to Makefile.am Mike Black W9MDB 2024-01-13 08:25:57 -0600
  • 89876895de Remove Error message from simxiegug90.c Mike Black W9MDB 2024-01-13 08:25:24 -0600
  • 79c496800e Add simtmd710 Mike Black W9MDB 2024-01-13 08:24:39 -0600
  • a6951c8e14 Change debug indentation to use "*" to make more visible Mike Black W9MDB 2024-01-13 08:23:01 -0600
  • 2646f0fd3a
    Merge pull request #1455 from GeoBaltz/rp Michael Black 2024-01-13 08:09:34 -0600
  • 8280748ace Fix KY message length Add "AC" recognition with "AC;" validation Mike Black W9MDB 2024-01-13 06:36:59 -0600
  • 32ed2c4d91 Add debug for stopbits in serial_setup Mike Black W9MDB 2024-01-11 08:12:07 -0600
  • ac054e9f75 Fix error check in rig_bandselect Mike Black W9MDB 2024-01-11 07:15:19 -0600
  • 05fb4389f7 Fix segfault in rig_bandselect Mike Black W9MDB 2024-01-11 07:03:16 -0600
  • e25fab7d2f Add band_changed to rig.c Mike Black W9MDB 2024-01-10 11:25:44 -0600
  • ddb0a64272 Reduce debug level for band changing Mike Black W9MDB 2024-01-10 09:48:01 -0600
  • 47062cf812 Fix mingw compile warning on ts590.c Mike Black W9MDB 2024-01-10 09:45:40 -0600
  • 7002ca9f09 Add band_change.c to Makefile.am Mike Black W9MDB 2024-01-10 08:32:35 -0600
  • a7d2a5e32b Seperate rig_band_changed into it's own file included from rig.c Mike Black W9MDB 2024-01-10 08:21:18 -0600
  • 2709fb8ab9 Add rig_band_changed function for customization of rig actions on each band This takes user action to customize during build right now. Mike Black W9MDB 2024-01-10 07:28:17 -0600
  • e610d3b691 astyle rig.c Mike Black W9MDB 2024-01-10 06:38:37 -0600
  • cb74453f06 Fix Doppler detection false alarm for WSJT-X's 55 Hz test Mike Black W9MDB 2024-01-10 06:37:46 -0600
  • 5e59a555d8 Fix TS590 get/set_mode for bandwiths for all and FM mode which doesn't map well for this https://github.com/Hamlib/Hamlib/issues/1472 Mike Black W9MDB 2024-01-09 12:49:44 -0600
  • df78960ff1 Revert "Change FTDX10 handshake to None instead of Hardware" Mike Black W9MDB 2024-01-08 12:06:20 -0600
  • 21c14da270 Add DL2MAN (tr)uSDX rig Copy of TS480 for starters and needs refinement Mike Black W9MDB 2024-01-07 22:38:52 -0600
  • e9e43e23da Remove readonly references to caps structure since it is R/W now Mike Black W9MDB 2024-01-07 11:55:20 -0600
  • eab660500e Suppress UDP packet error when errno==0 https://github.com/Hamlib/Hamlib/issues/1461 Mike Black W9MDB 2024-01-06 16:12:48 -0600
  • 2eefb14137 Fix LVL granulatiry in ts590.c again Mike Black W9MDB 2024-01-05 16:34:03 -0600
  • 890d1a69aa Fix granularity in ts590.c Mike Black W9MDB 2024-01-05 16:26:45 -0600
  • 47f92eb5f7 Improved Kenwood USB_AF and USB_AF_INPUT level to make it more symmetrical Values can now be enter in signal digits .1 .2 .3 .4 .5 .6 .7 .8, .9 and higher is max value Mike Black W9MDB 2024-01-04 12:25:38 -0600
  • 051e671bfa Merge upstream changes and fix conflicts. Use snprintf() in most sprintflst.c functions to avoid buffer overflows. Mikael Nousiainen 2024-01-04 10:43:15 +0200
  • 2358cba6a4 Fix issues with Dummy rig VFOs. Fix Yaesu ST split command. Mikael Nousiainen 2024-01-04 10:13:43 +0200
  • 5980eb3cc7
    Merge pull request #1470 from GeoBaltz/fix7 Michael Black 2024-01-03 22:10:06 -0600
  • bb1590ed9c More typos/copy/paste errors in rigs/icom George Baltz N3GB 2024-01-03 21:13:42 -0500
  • 64d606c1c4 Fix copy/paste errors in xiegu.c George Baltz N3GB 2024-01-03 21:00:36 -0500
  • 921def7c5f Show Xeigu Radio ID during g90_open https://github.com/Hamlib/Hamlib/issues/909 Mike Black W9MDB 2024-01-03 16:56:10 -0600
  • 9877387c55 Force split off for Yaesu rigs with 60m_exception since split cannot operate in memory mode Mike Black W9MDB 2023-12-30 08:18:44 -0600
  • bd746387f9 Fix set_ant and get_ant for rigctl -m 2 dump_caps https://github.com/Hamlib/Hamlib/issues/1466 Mike Black W9MDB 2023-12-29 15:59:34 -0600
  • 65bd022a2c Fix BAND_SELECT segfault on dumpcaps https://github.com/Hamlib/Hamlib/issues/1467 Mike Black W9MDB 2023-12-29 15:41:05 -0600
  • c019467987 Ignore set_split for Yaesu 60M exception rigs Cannot do split in memory modey Mike Black W9MDB 2023-12-28 12:11:31 -0600
  • 19c4b01e5a Merge branch 'master' of https://github.com/Hamlib/Hamlib Mike Black W9MDB 2023-12-28 11:52:24 -0600
  • 5492572176 Add FTDX10 to 860M exception Mike Black W9MDB 2023-12-28 11:51:56 -0600
  • 0c1f66710a
    Merge pull request #1464 from zcsahok/minor_man_fix Michael Black 2023-12-28 06:37:23 -0600
  • 5d0cbba91e Minor man page fix zcsahok 2023-12-28 12:18:02 +0000
  • a4fa021848 Update kenwood.c for THETIS Mike Black W9MDB 2023-12-27 11:58:40 -0600
  • bc2f2ce5c7 Enable set_ptt for IC703 Mike Black W9MDB 2023-12-27 10:25:48 -0600
  • da478d6e74 Add THETIS to flex.c Mike Black W9MDB 2023-12-26 22:46:38 -0600
  • 02a6c80800 Fix RIG_IS_THETIS in kenwood.c to match RIG_IS_POWERSDR Mike Black W9MDB 2023-12-26 22:36:55 -0600
  • 08ba518b71 Change network.s to allow MacOS compilation for is_networked https://github.com/Hamlib/Hamlib/issues/1463 Mike Black W9MDB 2023-12-26 06:40:11 -0600
  • 32f37d390f Allow mulitcast receiver to continue after error==0 https://github.com/Hamlib/Hamlib/issues/1418 Mike Black W9MDB 2023-12-25 16:13:43 -0600
  • 3ba1bc2c19 Get the right variable name for checking the 169.x.x.x address https://github.com/Hamlib/Hamlib/issues/1461 Mike Black W9MDB 2023-12-24 22:26:04 -0600
  • b2850ff7a8 Fix warning message on duplicate IP addresses to only when trying to use https://github.com/Hamlib/Hamlib/issues/1461 Mike Black W9MDB 2023-12-24 16:25:43 -0600
  • 675ed1c85a Fix 169.x.x.x network detection https://github.com/Hamlib/Hamlib/issues/1461 Mike Black W9MDB 2023-12-24 16:18:48 -0600
  • a1b56bc315 Prevent multicast from trying to use 169.x.x.x network https://github.com/Hamlib/Hamlib/issues/1461 Mike Black W9MDB 2023-12-24 14:52:37 -0600
  • 8c8c20c256 Make multicast bind the IPV4 address if available https://github.com/Hamlib/Hamlib/issues/1461 Mike Black W9MDB 2023-12-24 11:39:30 -0600
  • 37c0f07ecb Add some debug for https://github.com/Hamlib/Hamlib/issues/1461 Mike Black W9MDB 2023-12-23 00:01:56 -0600
  • bca0a6ee47 Make FLRig name simpler for rig list Mike Black W9MDB 2023-12-22 16:00:40 -0600
  • c3d489cca3 Update Thetis entry for correct display in WSJT-X Mike Black W9MDB 2023-12-22 09:15:22 -0600
  • 70c35791ce Add rig entry for Thetis Mike Black W9MDB 2023-12-22 07:51:48 -0600
  • cc81d7ecca
    Merge pull request #1458 from DJ3CE/power_ic705905 Michael Black 2023-12-21 08:39:12 -0600
  • 7542f4cc71 Merge branch 'master' of https://github.com/Hamlib/Hamlib Mike Black W9MDB 2023-12-21 08:17:19 -0600
  • 633da3d7c6 Update NEWS Mike Black W9MDB 2023-12-21 08:17:08 -0600
  • 25596f4c79
    Merge pull request #1459 from dgbalharrie/master Michael Black 2023-12-21 08:14:44 -0600
  • 9ac55a9baa Add notes on voice memory for rigs Mike Black W9MDB 2023-12-21 08:13:41 -0600
  • 74062c6aba
    Merge branch 'master' into master Michael Black 2023-12-21 07:53:27 -0600
  • a5c273efe9 Patch power reading of IC-705/-905 DJ3CE 2023-12-21 01:18:18 +0100
  • 3061d5e208 Add number of CW and Voice memories to supporting Icom, Yaesu, Kenwood and Elecraft Radios. Added added .chanlist to TS890S davidg 2023-12-20 21:26:57 +0000
  • 8dff750285 Define different (disambiguated) names for external use. George Baltz N3GB 2023-12-20 14:49:35 -0500
  • ea7ce78c65 Balance RETURNFUNC in id5100.c Mike Black W9MDB 2023-12-19 22:42:08 -0600
  • 9af715d244 Convert the remaining files in rigs/kenwood/ George Baltz N3GB 2023-12-19 11:43:58 -0500
  • b38014832f More Kenwood rigs ported to new access macros. George Baltz N3GB 2023-12-19 10:50:27 -0500
  • 9c7a21282c Add basic support for transparent access to port structures. George Baltz N3GB 2023-12-19 10:35:52 -0500
  • 576ed8266a Ignore scanfc Invalid argument for rotctld https://github.com/Hamlib/Hamlib/issues/1391 Mike Black W9MDB 2023-12-19 16:23:03 -0600
  • 1cc08d2f00 Merge upstream and fix conflicts Mikael Nousiainen 2023-12-19 18:03:12 +0200
  • 7334da6d89 Split AZ/EL request into two transactions for easycomm.c Mike Black W9MDB 2023-12-19 09:29:31 -0600
  • 3a414c3221 Allow split passband width changes without changing the mode Mikael Nousiainen 2023-12-19 10:16:27 +0200
  • 935cebed6e Remove some debug and fix debug indendation Mike Black W9MDB 2023-12-18 16:44:57 -0600
  • 93b61d2c5e Fix dummy rig bugs. Improve FTDX101/FTDX10 ST split command logic. Mikael Nousiainen 2023-12-19 00:08:35 +0200
  • af5ea58350 Add -# --skip_init option to rigctl Mike Black W9MDB 2023-12-18 15:26:46 -0600
  • 48b6b4910c Allow compilation for systems without pthreads https://github.com/Hamlib/Hamlib/issues/1373 Mike Black W9MDB 2023-12-18 11:56:41 -0600
  • 21cbd77047 Add retries in easycomm.c Mike Black W9MDB 2023-12-18 09:11:19 -0600
  • a3676e0e3b Improve error output in easycom.c to show message Mike Black W9MDB 2023-12-18 09:05:15 -0600
  • 3a6073d401 astyle files Mike Black W9MDB 2023-12-18 08:25:15 -0600
  • 98edf92240 Update rig.h documentation a bit Mike Black W9MDB 2023-12-18 07:53:55 -0600