Wykres commitów

9299 Commity (2a30396d70dda90ae8e2218bf761b0ffc7ee5e8d)

Autor SHA1 Wiadomość Data
Mike Black W9MDB 2a3fb3bb08 For FT990 add caching of VFO_OP data
And add rig_flush before sending commands
https://github.com/Hamlib/Hamlib/issues/1050
2022-06-08 09:12:23 -05:00
Mike Black W9MDB dc89d085d0 Fix Elad FDM-Duo split command -- was using TB but needs to be SP 2022-06-08 08:40:14 -05:00
Mike Black W9MDB 24c18938c2 Only call rig_get_vfo in icom_set_vfo if get_vfo is enabled 2022-06-07 22:50:59 -05:00
Mike Black W9MDB e0d39b3dcb Change IC7800 mode definitions to allow for PKTUSB and PKTLSB
https://github.com/Hamlib/Hamlib/issues/1057
2022-06-07 17:40:38 -05:00
Mike Black W9MDB cca8d2b4ed For the FT-990 we can read VFOA frequency once.
https://github.com/Hamlib/Hamlib/issues/1050
2022-06-07 12:19:09 -05:00
Mike Black W9MDB 479c43afa1 Update cache for yaesu rigs when bypassing rig_* functions
Update cache for FT991
Add polling for freq and mode in rig_open to prime those values
https://github.com/Hamlib/Hamlib/issues/1056
https://github.com/Hamlib/Hamlib/issues/1050
2022-06-07 11:50:25 -05:00
Mike Black W9MDB ce99f4c75d Allow rig_set_split_mode to skip setting if mode already set
https://github.com/Hamlib/Hamlib/issues/1056
2022-06-07 08:33:18 -05:00
Mike Black W9MDB 3b8f52d03d Forgot to export lock_mode 2022-06-06 22:58:55 -05:00
Mike Black W9MDB ad2f5047e0 Fix rig_set_lock_mode and rig_get_lock_mode
https://github.com/Hamlib/Hamlib/issues/1044
2022-06-06 22:54:10 -05:00
Mike Black W9MDB c17bcaa343 Fix TT599 set bandwidth to return control to bandwidth knob
https://github.com/Hamlib/Hamlib/issues/1055
2022-06-06 15:51:08 -05:00
Mike Black W9MDB 0373846f8b Fix ITU1 40M bandplan
https://github.com/Hamlib/Hamlib/issues/1054
2022-06-06 10:16:37 -05:00
Mike Black W9MDB fda25c3bc3 Fix one strerror misplacement in network.c
https://github.com/Hamlib/Hamlib/issues/652
2022-06-06 09:22:17 -05:00
Mike Black W9MDB 5d8f2e80f3 Update deprecation status of debugmsgsave2/3 2022-06-06 08:50:29 -05:00
Mike Black W9MDB 43765cd111 Reduce debug a bit 2022-06-06 08:16:45 -05:00
Mike Black W9MDB e84502b443 Add rig_error2 for single-line debug message output 2022-06-04 08:53:44 -05:00
Mike Black W9MDB fb86c8cf55 Have rig_open return intelligent error message when USB device is requested 2022-06-04 08:13:19 -05:00
Mike Black W9MDB 0f25083d57 Clean up rigctl.c debug output 2022-06-04 08:12:08 -05:00
Mike Black W9MDB 6f5040904e Update README.betatester 2022-06-03 22:34:26 -05:00
Mike Black W9MDB 4360188643 Chanage ID-5100 to XONXOFF flow control
https://github.com/Hamlib/Hamlib/issues/1053
2022-06-03 22:13:00 -05:00
Mike Black W9MDB d12ca22916 Add PTT check in set_freq since rig cannot set freq while transmitting
VOX mode was a problem so this ptt check should fix it.
https://github.com/Hamlib/Hamlib/issues/1052
2022-06-03 08:11:32 -05:00
Mike Black W9MDB b99e8988e0 Update NEWS 2022-06-03 07:42:42 -05:00
Mike Black W9MDB 447fa2cb5c Update NEWS 2022-06-03 07:42:00 -05:00
Mike Black W9MDB 8652741301 Add FT990UNI model for older FT990 ROM rigs that have to read all 1492 bytes
For this model get_freq will return the cached value
So Hamlib will not follow manual frequency changes on the rig
https://github.com/Hamlib/Hamlib/issues/1050
2022-06-03 07:40:11 -05:00
Mike Black W9MDB a468f0dee8 Allow Kenwood AI command for FA/FB async operation
https://github.com/Hamlib/Hamlib/issues/1049
2022-06-02 23:21:51 -05:00
Mike Black W9MDB f555eceff9 Got set_lock_mode and get_lock_mode working now
https://github.com/Hamlib/Hamlib/issues/1044
2022-06-02 15:55:56 -05:00
Mike Black W9MDB 739f699067 Fix compile of simft991.c 2022-06-02 12:16:53 -05:00
Mike Black W9MDB ce1d863a69 Fix split detection in ft991
https://github.com/Hamlib/Hamlib/issues/1046
2022-06-01 17:20:14 -05:00
Mike Black W9MDB 860e280f85 In rig_set_split_mode force vfo to vfo_a when tx_vfo==vfo_b
https://github.com/Hamlib/Hamlib/issues/1046
2022-06-01 16:47:39 -05:00
Mike Black W9MDB 763836881f Reverse selected vfo logic for 0x25 command when in split and ptt is on for Icom rigs
https://github.com/Hamlib/Hamlib/issues/1048
2022-06-01 12:29:12 -05:00
Mike Black W9MDB 0acb549153 Remove FT-991 from bandstack detection on band change -- does not behave well
https://github.com/Hamlib/Hamlib/issues/1046
2022-06-01 12:12:46 -05:00
Mike Black W9MDB d40d55f50c Add rig_send_raw function. term char must be provided. e.g. 0xfd for Icom or ';' for many others
Function will not return values on rigs that have binary protocols but inconsistent end-of-reponse terminators
https://github.com/Hamlib/Hamlib/issues/968
2022-06-01 11:42:54 -05:00
Mike Black W9MDB 66b69f60a9 Remove redundant BS command in newcat.c
https://github.com/Hamlib/Hamlib/issues/1046
2022-06-01 10:36:33 -05:00
Mike Black W9MDB 1c1d3394eb Merge branch 'master' of https://github.com/Hamlib/Hamlib 2022-05-31 07:50:31 -05:00
Mike Black W9MDB 644a72a40d Fix bandplan.h 2022-05-31 07:50:16 -05:00
Mike Black W9MDB 19c0193859 Update bandplan to include generic frequencies and EHF/THF bands 2022-05-31 07:47:13 -05:00
Michael Black 76405a1a9a
Merge pull request #1045 from PianetaRadio/master
Dummy rotator max_az = 450
2022-05-31 06:56:28 -05:00
PianetaRadio a9eeb70f21
Dummy rotator max_az = 450 2022-05-31 12:38:30 +02:00
Mike Black W9MDB ab0e3f3d2b Update rigctl and rigctld man pages to add set_lock_mode and get_lock_mode 2022-05-30 22:26:38 -05:00
Mike Black W9MDB 2cfc02a10c Update rigctl.1 man page to add stop_morse and wait_morse 2022-05-30 07:45:47 -05:00
Mike Black W9MDB 01ddc88608 Update rigctld.1 man page 2022-05-29 23:04:50 -05:00
Mike Black W9MDB 901cea8944 Add wait_morse to rigs that had send_morse but missing wait_morse
wait_morse only works on full break-in
https://github.com/Hamlib/Hamlib/issues/1043
2022-05-29 22:53:30 -05:00
Mike Black W9MDB f19d354ede Astyle files 2022-05-29 12:06:44 -05:00
Mike Black W9MDB fc26aa545f Fix get_separator rigctl output 2022-05-29 12:06:03 -05:00
Mike Black W9MDB ae67384daf https://github.com/Hamlib/Hamlib/issues/1044 2022-05-29 12:00:03 -05:00
Mike Black W9MDB 3eab223a47 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2022-05-28 15:22:02 -05:00
Mike Black W9MDB 83508b5e38 Add send_morse to TS-890S
https://github.com/Hamlib/Hamlib/issues/1043
2022-05-28 15:21:51 -05:00
Mike Black W9MDB 5400b6d1ee Add send_morse to TS-890S 2022-05-28 15:21:22 -05:00
Mike Black W9MDB b50fe3b7b2 Improved debug msg in sprintflst.c 2022-05-28 15:21:10 -05:00
Michael Black 56260bb416
Merge pull request #1042 from PianetaRadio/master
Rotator GS23 Azimuth
2022-05-27 09:51:17 -05:00
PianetaRadio 3f5bf2bb23
GS23 Azimuth 2022-05-27 09:18:13 +02:00