Mike Black W9MDB
c01e55b09b
Change icom_scan to use vfo argument to set vfo -- default VFO_CURR to just switching to vfo mode
...
https://github.com/Hamlib/Hamlib/issues/1619#issuecomment-2402159608
2024-10-09 08:35:59 -05:00
Mike Black W9MDB
2a7d5387ee
Change icom_scan VFO to just switch to VFO mode instead of VFOA
...
https://github.com/Hamlib/Hamlib/issues/1619#issuecomment-2402159608
2024-10-09 08:30:55 -05:00
Mike Black W9MDB
882d22a50c
Add help to N command in rigctl
2024-10-07 12:19:03 -05:00
Mike Black W9MDB
96fc685567
Update rigctl.1
2024-10-07 09:19:04 -05:00
Mike Black W9MDB
baf2897e76
Add SCAN_VFO to icom.c and fix ic707.c to support correct scan modes
2024-10-07 08:11:31 -05:00
Mike Black W9MDB
ba62edc51b
Fix simic7300
2024-10-07 07:52:48 -05:00
Mike Black W9MDB
53a3d86353
Fix async detection in icom.c
2024-10-05 14:48:09 -05:00
Mike Black W9MDB
e5c8117cea
Add STOP and VFO to IC707 scan operations
...
https://github.com/Hamlib/Hamlib/issues/1619
2024-10-04 16:28:32 -05:00
Mike Black W9MDB
4afe039147
Improve conf.c debug output
2024-10-04 16:24:25 -05:00
Mike Black W9MDB
c1130737fa
Remove get_freq from ft757gx.c -- at least some of them apparently can't read freq
2024-10-04 15:44:40 -05:00
Mike Black W9MDB
6a9cec677a
Have multicast wait until rig is powered on
2024-10-04 15:43:29 -05:00
Mike Black W9MDB
0548fea7c1
Fix spelling error in misc.c
2024-10-04 15:40:56 -05:00
Mike Black W9MDB
aa9d227d64
Add device_class strings to cm108
2024-10-04 15:39:17 -05:00
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