Wykres commitów

11525 Commity (4e4c82e83ca492aa51a208c1a577a2f45523be39)

Autor SHA1 Wiadomość Data
Mike Black W9MDB e55c7dd840 Change IC910 to use IC9700 set_vfo routine 2024-10-04 15:38:24 -05:00
Mike Black W9MDB db854ab8e0 Add initializer-overrides to Makefile 2024-10-04 15:36:50 -05:00
Mike Black W9MDB 07e490eada Add set_ts and get_ts to IC707
https://github.com/Hamlib/Hamlib/issues/1617
2024-10-03 22:23:46 -05:00
Mike Black W9MDB f33aa9a712 Fix IC707 tuning steps and memory items
Add MEM_SPLIT
2024-10-01 22:31:16 -05:00
Mike Black W9MDB 141ca8bf3f Fix r8500 tuning steps 2024-10-01 22:30:06 -05:00
Mike Black W9MDB 64d39f58ef Fix segfault in powerminmax for kenwood 2024-10-01 11:50:01 -05:00
Mike Black W9MDB a6fe6b5475 More sleep.c cleanup 2024-09-28 22:50:25 -05:00
Mike Black W9MDB 548745d1f0 Clean up sleep.c 2024-09-28 22:48:11 -05:00
Mike Black W9MDB 7bde413c52 New hl_usleep routine to fix power on/on slowness and a little faster performance to boot.
Times < 3ms use busy-wait for accuracy -- can't find any wait state to minimize CPU usage for those small times.
https://github.com/Hamlib/Hamlib/issues/1601
https://github.com/Hamlib/Hamlib/issues/1604
2024-09-27 22:57:58 -05:00
Mike Black W9MDB 0b12c5cfff Fix power_min/max segfault 2024-09-25 22:35:16 -05:00
Mike Black W9MDB 23e373b99d Speed up FT991 power on -- more rigs can added when identified
https://github.com/Hamlib/Hamlib/issues/1601
2024-09-22 10:41:45 -05:00
Mike Black W9MDB f63b60a866 Ensure satmode flag is set in icom.c 2024-09-22 10:31:04 -05:00
Mike Black W9MDB 4613f7d933 Reduce WARN to VERBOSE in network.c 2024-09-22 09:52:49 -05:00
Mike Black W9MDB e24617a4fe Add get/set clock for QRPLabs QMX 2024-09-22 09:46:53 -05:00
Mike Black W9MDB 56eda7a76c Do not start multicast routines -- defer to 4.7 when client software may be available
Was causing some problems during auto_power_on
2024-09-21 22:44:34 -05:00
Mike Black W9MDB 96bd1367fb Add get_mode to FT736 2024-09-21 22:35:41 -05:00
Mike Black W9MDB b0afbd22e6 Update NEWS 2024-09-21 17:50:21 -05:00
Michael Black 55f83b1647
Merge pull request #1615 from MarcFontaine/master
Add support for the Rhode&Schwarz XK852 transceiver.
2024-09-21 17:49:10 -05:00
Mike Black W9MDB 73cdd0b214 Fix gs232.c for a clean run on AF6SA WRC -- hopefully that firmware will get fixed to provide CR/LF like it should 2024-09-21 17:48:08 -05:00
MarcFontaine 4efdf1dffd
Add support for the Rhode&Schwarz XK852 transceiver.
Working:
* Set and get frequency
* Set and get mode
* Set and get RFPOWER level
* PTT On/Off

Setting the transmission power level:

Rig command: L RFPOWER 0.0 => Receive only
Rig command: L RFPOWER 0.05 => TX low power
Rig command: L RFPOWER 0.15 => TX mid power
Rig command: L RFPOWER 0.55 => TX high power
2024-09-22 00:05:44 +02:00
Mike Black W9MDB 4b05884fd7 Fix gs232.c to allow C2 reponse to time out as long as we still get 10 chars it's good
This fixes usage tieh AF6SA WRC Wifi Rotator Controller
2024-09-21 15:20:38 -05:00
Michael Black 88bb2e63c2
Merge pull request #1614 from GeoBaltz/fix19
Fix TS-890S set_ant/get_ant
2024-09-21 11:12:14 -05:00
George Baltz N3GB c4f7cf35f9 Replace raw write() calls with macro
So they can be aggregated for multiple commands in one message
2024-09-21 06:07:50 -04:00
George Baltz N3GB c37fb872cd Still more tweaks to simts890.c
Remove some bogus commands
Add meters and antenna control
2024-09-20 16:22:27 -04:00
George Baltz N3GB 1d45224e8a Fix command lengths for TS-890S set/get_antenna.
Still doesn't report RX/TX antenna rerouting.
2024-09-20 15:21:08 -04:00
Mike Black W9MDB 48398dd3d4 Some fixes for QRPLabs rigs 2024-09-19 10:12:38 -05:00
Mike Black W9MDB 5fd100f06e Fix simic910.c 2024-09-19 09:46:34 -05:00
Mike Black W9MDB 31b625df2b Fix winsock2 warning 2024-09-18 08:01:17 -05:00
Mike Black W9MDB 2a47377243 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2024-09-15 23:59:16 -05:00
Mike Black W9MDB 76a1a589c9 Fix icom_power2mW to use the rig's max_power for the band/mode 2024-09-15 23:58:46 -05:00
Mike Black W9MDB 9236b778ae Allow split off with ft891 2024-09-15 22:14:51 -05:00
Michael Black 76c3cd15bb
Merge pull request #1612 from GeoBaltz/fix18
Add kenwood_set_clock
2024-09-15 15:38:16 -05:00
George Baltz N3GB d81726e724 Implement kenwood_set_clock
Add warning to man page about NTP use and aux clock display.
2024-09-15 15:47:43 -04:00
George Baltz N3GB 496d8fde31 Fix negative fractional UTC offsets
Bizarro utc_offset encoding does not play well with arithmetic.
2024-09-15 10:46:39 -04:00
George Baltz N3GB 8a6a500ccd Tweaks to simts890.c
Don't include trailing null byte in responses
Zero fill response data
Filter a few commands - not complete coverage yet

Still no simulated clock.
2024-09-14 14:11:49 -04:00
Mike Black W9MDB fc849732c0 Clean up some debug warnings 2024-09-13 11:33:18 -05:00
Mike Black W9MDB 99d008a664 Allow jupiter to do retries -- and also check freq after setting it
https://github.com/Hamlib/Hamlib/issues/1607
2024-09-13 07:23:09 -05:00
Mike Black W9MDB 711089f252 Turn off multicast by default -- need to set multicast_data_addr to 224.0.0.1 or such to enable
Also disable multicast_cmd_addr by default
2024-09-13 07:03:35 -05:00
Mike Black W9MDB 2b3000c21d Suppress warnings when include winsock2 that windows.h must be included first 2024-09-12 17:52:46 -05:00
Mike Black W9MDB c58d46cfbe Fix the other TS570 model too 2024-09-12 09:07:23 -05:00
Mike Black W9MDB 0eca80281f Fix TS570 to use hardware flow control -- been wrong for 23 years 2024-09-12 08:57:58 -05:00
Mike Black W9MDB e09dd84bc2 Fix compile warning 2024-09-12 06:47:53 -05:00
Mike Black W9MDB b9b4d44f4f Fix ft3000.c 2024-09-11 10:21:49 -05:00
Mike Black W9MDB 6d0b4a7fce Fix compile warnings in ftdx10.c for MacOS 2024-09-11 09:36:49 -05:00
Mike Black W9MDB 1ffd767f88 Fix compile warnings in ft3000.c for MacOS 2024-09-11 09:35:58 -05:00
Mike Black W9MDB 92a35118cb Fix compile warnings in ftdx101mp.c for MacOS 2024-09-11 09:34:34 -05:00
Mike Black W9MDB 0f4066bcdf Fix compile warnings in ftdx101.c for MacOS 2024-09-11 09:33:17 -05:00
Mike Black W9MDB f10ff6a61b Fix compile warnings in ft891.c for MacOS 2024-09-11 09:29:50 -05:00
Mike Black W9MDB 14615c5bb5 Fix compile warning in ft1200.c for MacOS 2024-09-11 09:28:36 -05:00
Mike Black W9MDB 276b891fd6 Fix compile warnings in ft5000.c for MacOS 2024-09-11 09:27:29 -05:00