Re: [Hamlib-developer] [Hamlib/Hamlib] 0ba199: Make TS890S behave like TS990S for mode on VFOB
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: George B. <geo...@gm...> - 2024-04-12 09:23:23
|
This commit breaks TS-890S operation. The TS-990 code path calls kenwood_get_vfo_main_sub(), which is TS-990 specific - it uses the "CB" command which does not exist on the TS-890S. So kenwood_get_mode() fails, and thing go downhill fast. It also does not handle correctly the somewhat bizarre function of the 890 OM command - vfo B does not always mean P1 = 1. On 4/9/24 6:15 PM, Michael Black via Hamlib-developer wrote: > Branch: refs/heads/master > Home: https://github.com/Hamlib/Hamlib > Commit: 0ba199448bf49b32b776cfdeb4ae140f3ac532d9 > https://github.com/Hamlib/Hamlib/commit/0ba199448bf49b32b776cfdeb4ae140f3ac532d9 > Author: Mike Black W9MDB <mdb...@ya...> > Date: 2024-04-09 (Tue, 09 Apr 2024) > > Changed paths: > M rigs/kenwood/kenwood.c > M rigs/kenwood/kenwood.h > > Log Message: > ----------- > Make TS890S behave like TS990S for mode on VFOB > > > > To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications > > > _______________________________________________ > Hamlib-developer mailing list > Ham...@li... > https://lists.sourceforge.net/lists/listinfo/hamlib-developer |