Wykres commitów

150 Commity (d7b332c3f7d28573aec2a234d3c40ee6b7f000a0)

Autor SHA1 Wiadomość Data
Daniele Forsi d7b332c3f7 Fix spelling errors
Fixed using the following command:
codespell --write-changes --summary --skip=*.m4 --ignore-words-list="develope,get's,quitt,setts,som,ue,vektor"
codespell --write-changes --summary --skip=aclocal.m4,lib --ignore-words-list="develope,get's,quitt,setts,som,ue,vektor"

Codespell home page: https://github.com/codespell-project/codespell
2020-07-24 09:02:48 +02:00
Michael Black W9MDB c7eec2c788 Add comment to flex6xxx.c 2020-07-19 17:24:04 -05:00
Michael Black W9MDB 614ffe8dab PowerSDR rig now recognizes 10 modes 0-11 but not SPEC or DRM yet
Bandwidth returns now accurately reflect bandwith on Thetis (tested)
Setting bandwidth for PKTUSB/PKTLSB uses 150Hz for lo and hi=width
For example PKTUSB/6000 will set lo=150 and hi=6000
https://github.com/Hamlib/Hamlib/issues/344
2020-07-18 22:56:42 -05:00
c vw c708513d08 corr 2020-07-17 12:25:02 +02:00
c vw d0bff25bb9 Corrections 2020-07-17 12:22:21 +02:00
Michael Black W9MDB ba72dc74b2 Upgrade some rigs to STABLE 2020-07-16 11:06:39 -05:00
Michael Black W9MDB a3428370f8 Promote K3 to STABLE 2020-07-16 07:39:50 -05:00
Michael Black W9MDB 51cf5d7beb Promote ts870s and ts690 to STABLE 2020-07-16 07:16:21 -05:00
Michael Black W9MDB 17112c308e Fix kenwood_get_rit to utilize the +/- sign
https://github.com/Hamlib/Hamlib/issues/342
2020-07-14 11:26:14 -05:00
Michael Black W9MDB f986be28a8 Fix kenwood RD command to use abs value instead of negative sign
https://github.com/Hamlib/Hamlib/issues/341
2020-07-12 11:29:31 -05:00
Michael Black W9MDB 5e801fd2b5 astyle files 2020-07-07 11:39:26 -05:00
Michael Black W9MDB 4177dde4e0 For all kenwoods remove the ID; check of the RX; command
TS-480 is not returning RX0; as the manual says
May want to consider validating PTT instead
https://github.com/Hamlib/Hamlib/issues/338
2020-07-07 11:36:50 -05:00
Michael Black W9MDB a19169a6b0 Update kenwood_transaction to improve cache invalidation 2020-07-07 07:10:22 -05:00
Bill Somerville 281febec62
New power on option rather than power on/off
Also fixes incorrect token name usage in token definition
2020-07-04 23:23:39 +01:00
Bill Somerville 3f40029720
Add missing config parameters for rig power on/off and screen-saver
Defaults set to by compatible with prior released versions to avoid
regressive behaviour.
2020-07-04 19:42:37 +01:00
Bill Somerville 3d852c433e
Less ambiguous variable name and repair merge issue in prior commit 2020-07-04 15:27:07 +01:00
Bill Somerville 06d130371c
Updates to the TH-D7A/E back end
Allow for these rigs echo of successful set commands, no command
verification is requires nor necessary with TH style rigs.

Change rig_open to not use teh IF command with TH style rigs as it is
not supported and breaks communications for the next command.

Send the correct command to disable auto-information mode on TH style
rigs.

Ensure the correct command terminator is sent with all commands to TH
style rigs.

Fix an issue with MEM mode selection in the TH-D7.

Use the correct DCD detection command for the TH-D7.
2020-07-04 13:00:31 +01:00
Michael Black W9MDB bd1085af20 Change timeout length on kenwood startup when com not responding to approx 10 seconds
https://github.com/Hamlib/Hamlib/issues/311
2020-06-24 23:34:13 -05:00
Michael Black W9MDB b6a960d48e All conversions to rig_flush now done
https://github.com/Hamlib/Hamlib/issues/307
2020-06-23 09:01:46 -05:00
Michael Black W9MDB d95bcccc94 Add newer Set 2 RIT command to appropriate kenwood rigs 2020-06-21 15:44:01 -05:00
Michael Black W9MDB 9dc12e8b63 astyle kenwood.c 2020-06-21 14:47:22 -05:00
Michael Black W9MDB 83521b2694 Fix kenwood set_rit for negative values 2020-06-21 14:43:33 -05:00
Michael Black W9MDB fe8decf475 Fix kenwood get_xit to correct status bit 2020-06-21 14:32:07 -05:00
Michael Black W9MDB 9033eb733a Add RIT to get_func for kenwood.c 2020-06-19 17:46:14 -05:00
Michael Black W9MDB e6a5e4ca31 Only update kenwood.c IF cache when RIG_OK 2020-06-17 10:47:50 -05:00
Michael Black W9MDB 779cd69287 Fix kenwood AG command to use vfo+level format instead of just level
Some rigs say 0 is the default and need to find out if 1 causes an error
If it does we need to have rig exceptions -- hopefully it's ignored
https://github.com/Hamlib/Hamlib/issues/304
2020-06-15 09:45:58 -05:00
Michael Black W9MDB 362fa77cfd Move poweron set outside of check to ensure only once whether started power off or on
https://github.com/Hamlib/Hamlib/issues/297
2020-06-14 17:20:31 -05:00
Michael Black W9MDB 8fd58e211d Rigs will only power up once if needed
https://github.com/Hamlib/Hamlib/issues/297
2020-06-14 17:14:24 -05:00
Michael Black W9MDB c5557ce3b1 Replace priv->curr_vfo in xg3.c with rig->state.current_vfo 2020-06-13 16:02:14 -05:00
Michael Black W9MDB c1b9f254ab Increase timeout for pihpsdr.c due to changes in rigpi software 2020-06-11 23:50:00 -05:00
Michael Black W9MDB f71c12da94 astyle files 2020-06-09 22:37:03 -05:00
Michael Black W9MDB 17109382b0 Fix kenwood setting of priv->tx_vfo based on IF response split indication
When not transmitting tx_vfo is still VFO_B
https://github.com/Hamlib/Hamlib/issues/272
2020-06-01 12:09:24 -05:00
Michael Black 24ced80569 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-05-28 16:55:26 -05:00
Michael Black W9MDB b1f97c69d3 Fix comment in flex6xxx.c 2020-05-28 16:55:16 -05:00
Michael Black 2477f45ac9 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-05-28 16:06:25 -05:00
Michael Black W9MDB 0d4b277179 Adding PowerSDR rig
https://github.com/Hamlib/Hamlib/issues/265
2020-05-28 16:05:18 -05:00
Michael Black c21bc22bfc Merge branch 'kenwood-read-retries' of git://git.code.sf.net/u/bsomervi/hamlib 2020-05-28 11:31:19 -05:00
Michael Black W9MDB 4599322ea5 Add PowerSDR rig 2020-05-28 11:29:42 -05:00
Bill Somerville 9b1e0aa07d
Fix regression with slow responses from SmartSDR causing errors
This has been verified as a fix using SmartSDR v1.10.16 combined with
a FlexRadio 6500.
2020-05-28 13:57:57 +01:00
Michael Black W9MDB 3d4d2dfe83 Add alpha version of Elecraft K4 2020-05-23 10:39:01 -05:00
Michael Black W9MDB b6824cdcb1 Change TS440 model name to TS440S 2020-05-14 23:36:35 -05:00
Michael Black W9MDB 2813f0ef63 astyle files 2020-05-11 22:39:10 -05:00
Michael Black W9MDB 1a4e61b2dd Fix several strerror that should be rigerror 2020-05-09 11:52:27 -05:00
Michael Black W9MDB 320b25525d Fix get_powerstat in kenwood.c to reset err to RIG_OK
https://github.com/Hamlib/Hamlib/issues/242
2020-05-08 15:44:14 -05:00
mdblack98 8ad431a344 Change #warn on get_channel to RIG_ENIMPL errors
This needs to be validated on the rigs to see the individual behavior
It only gives an error when read_only=0, read_only=1 does not give any error
We want the behavior of actually setting the rig display to be based on this flag
https://github.com/Hamlib/Hamlib/issues/227
2020-05-06 08:06:14 -05:00
mdblack98 bf1a05084d astyle files 2020-05-03 17:24:42 -05:00
mdblack98 1aed5e9266 Add PS; check to kenwood power up logic
https://github.com/Hamlib/Hamlib/issues/231
2020-05-01 17:41:27 -05:00
mdblack98 d1677a71d3 Move kenwood get_id before firmware check and only when first get-id fails
https://github.com/Hamlib/Hamlib/issues/230
2020-05-01 14:44:05 -05:00
mdblack98 ab424f4a82 Change the sleep for kenwood retry to 50ms instead of using rig timeout.
Some rigs have very long timeouts > 500ms and  retries need to be faster.
Rig timeouts are not relevant to a retry.
If rigs need more retries we can address that in the backends
https://github.com/Hamlib/Hamlib/issues/226
2020-04-29 08:21:48 -05:00
mdblack98 4b071f90ae Fix kenwood cache IF len -- have to remove terminator
https://github.com/Hamlib/Hamlib/issues/226
2020-04-29 08:13:23 -05:00