Re: Forecasting beginning in the future

2024-03-22 Thread Bob Wilson
Also, "balance" gives a different answer than "register" in that example.On Mar 22, 2024, at 3:29 PM, Bob Wilson  wrote:I'm having the same issue.Example file:~ Monthly from 2024/02/15    Expenses:Rent      $500.00    AssetsCommand:$ ledger -f test.dat --forecast "d<[2025]" register Expenses:Rent24-Apr-01 Forecast transaction         Expenses:Rent                             $500.00          $500.0024-May-01 Forecast transaction         Expenses:Rent                             $500.00         $1000.0024-Jun-01 Forecast transaction         Expenses:Rent                             $500.00         $1500.0024-Jul-01 Forecast transaction         Expenses:Rent                             $500.00         $2000.0024-Aug-01 Forecast transaction         Expenses:Rent                             $500.00         $2500.0024-Sep-01 Forecast transaction         Expenses:Rent                             $500.00         $3000.0024-Oct-01 Forecast transaction         Expenses:Rent                             $500.00         $3500.0024-Nov-01 Forecast transaction         Expenses:Rent                             $500.00         $4000.0024-Dec-01 Forecast transaction         Expenses:Rent                             $500.00         $4500.00Update example file:~ Monthly from 2024/04/15    Expenses:Rent      $500.00    AssetsSame command gives empty output.The other thing I'm noticing is the periodic expressions don't respect exact dates. If my rent is due on the 15th, and my period _expression_ denotes that, I'd expect the forecasted transactions to be on the 15th.ledger --version:Ledger 3.3.2-20230330, the command-line accounting toolwithout support for gpg encrypted journals and without Python supportCopyright (c) 2003-2023, John Wiegley.  All rights reserved.This program is made available under the terms of the BSD Public License.See LICENSE file included with the distribution for details and disclaimer.On Sunday, September 13, 2020 at 7:01:12 PM UTC-7 Alan Bram wrote:Here's a demo of what I mean. Reading from "sample.dat" produces no output; compare to "another.dat." (Data files attached.)% ledger --versionLedger 3.2.1-20200518, the command-line accounting toolCopyright (c) 2003-2019, John Wiegley.  All rights reserved.This program is made available under the terms of the BSD Public License.See LICENSE file included with the distribution for details and disclaimer.% ledger -f sample.dat --forecast "d<[2022]" reg cash% ledger -f another.dat --forecast "d<[2022]" reg cash2020/10/01 Forecast transaction        Assets:Cash                             $-500.00         $-500.002020/11/01 Forecast transaction        Assets:Cash                             $-500.00        $-1000.002020/12/01 Forecast transaction        Assets:Cash                             $-500.00        $-1500.002021/01/01 Forecast transaction        Assets:Cash                             $-500.00        $-2000.002021/02/01 Forecast transaction        Assets:Cash                             $-500.00        $-2500.002021/03/01 Forecast transaction        Assets:Cash                             $-500.00        $-3000.002021/04/01 Forecast transaction        Assets:Cash                             $-500.00        $-3500.00%On Sun, Sep 13, 2020 at 5:53 PM John Wiegley <jwie...@gmail.com> wrote:>>>>> "A" == Alan  <sf.f...@gmail.com> writes:

A> Is it correct to glean from this that it doesn't work to give a "from" date
A> in a periodic transaction? I was trying to do so, but I was not able to
A> make it work.

I would definitely expect periodic transactions to accept date ranges.

    https://www.ledger-cli.org/3.0/doc/ledger3.html#Period-Expressions

John





-- 

--- 
You received this message because you are subscribed to the Google Groups "Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ledger-cli+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ledger-cli/28cce2ba-9e3d-48ae-9096-8c8e6e6f67e2n%40googlegroups.com.




-- 

--- 
You received this message because you are subscribed to the Google Groups "Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ledger-cli+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ledger-cli/3DB487AF-3F0F-4046-9C60-9D632226BBE1%40gmail.com.


Re: Forecasting beginning in the future

2024-03-22 Thread Bob Wilson

I'm having the same issue.

Example file:
~ Monthly from 2024/02/15
Expenses:Rent  $500.00
Assets

Command:
$ ledger -f test.dat --forecast "d<[2025]" register Expenses:Rent
24-Apr-01 Forecast transaction Expenses:Rent   
  $500.00  $500.00
24-May-01 Forecast transaction Expenses:Rent   
  $500.00 $1000.00
24-Jun-01 Forecast transaction Expenses:Rent   
  $500.00 $1500.00
24-Jul-01 Forecast transaction Expenses:Rent   
  $500.00 $2000.00
24-Aug-01 Forecast transaction Expenses:Rent   
  $500.00 $2500.00
24-Sep-01 Forecast transaction Expenses:Rent   
  $500.00 $3000.00
24-Oct-01 Forecast transaction Expenses:Rent   
  $500.00 $3500.00
24-Nov-01 Forecast transaction Expenses:Rent   
  $500.00 $4000.00
24-Dec-01 Forecast transaction Expenses:Rent   
  $500.00 $4500.00

Update example file:
~ Monthly from 2024/04/15
Expenses:Rent  $500.00
Assets

Same command gives empty output.

The other thing I'm noticing is the periodic expressions don't respect 
exact dates. If my rent is due on the 15th, and my period expression 
denotes that, I'd expect the forecasted transactions to be on the 15th.

ledger --version:
Ledger 3.3.2-20230330, the command-line accounting tool
without support for gpg encrypted journals and without Python support

Copyright (c) 2003-2023, John Wiegley.  All rights reserved.

This program is made available under the terms of the BSD Public License.
See LICENSE file included with the distribution for details and disclaimer.

On Sunday, September 13, 2020 at 7:01:12 PM UTC-7 Alan Bram wrote:

> Here's a demo of what I mean. Reading from "sample.dat" produces no 
> output; compare to "another.dat." (Data files attached.)
>
> % ledger --version
> Ledger 3.2.1-20200518, the command-line accounting tool
>
> Copyright (c) 2003-2019, John Wiegley.  All rights reserved.
>
> This program is made available under the terms of the BSD Public License.
> See LICENSE file included with the distribution for details and disclaimer.
> % ledger -f sample.dat --forecast "d<[2022]" reg cash
> % ledger -f another.dat --forecast "d<[2022]" reg cash
> 2020/10/01 Forecast transactionAssets:Cash
>  $-500.00 $-500.00
> 2020/11/01 Forecast transactionAssets:Cash
>  $-500.00$-1000.00
> 2020/12/01 Forecast transactionAssets:Cash
>  $-500.00$-1500.00
> 2021/01/01 Forecast transactionAssets:Cash
>  $-500.00$-2000.00
> 2021/02/01 Forecast transactionAssets:Cash
>  $-500.00$-2500.00
> 2021/03/01 Forecast transactionAssets:Cash
>  $-500.00$-3000.00
> 2021/04/01 Forecast transactionAssets:Cash
>  $-500.00$-3500.00
> %
>
> On Sun, Sep 13, 2020 at 5:53 PM John Wiegley  wrote:
>
>> > "A" == Alan   writes:
>>
>> A> Is it correct to glean from this that it doesn't work to give a "from" 
>> date
>> A> in a periodic transaction? I was trying to do so, but I was not able to
>> A> make it work.
>>
>> I would definitely expect periodic transactions to accept date ranges.
>>
>> https://www.ledger-cli.org/3.0/doc/ledger3.html#Period-Expressions
>>
>> John
>>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/28cce2ba-9e3d-48ae-9096-8c8e6e6f67e2n%40googlegroups.com.


Total posting costs and precision issues?

2023-11-20 Thread Bob Wilson
Hi folks,
   I have some stock purchases that I have specified using total costs. 
Because of not-round-numbers, I'm having trouble specifying the lot so I 
can sell it cleanly.

Here's an example:

2023/11/01 * Buy Shares
Assets:401K 6.456 FSKAX @@ $734.43
Income:Opening Balances  -$734.43

2023/11/02 * Sell Shares
Assets:401K-6.456 FSKAX {$113.7592936803} 
[2023/11/01] @ $120.00
Income:Capital Gains  -$40.29
Assets:401K   $774.72

The first transaction uses the total posting cost. To record the second 
transaction, I ran, `ledger --lots balance Assets:401K`. I copied that $113 
number verbatim as printed.

So I've sold all the shares, but now when I run `ledger --lots balance 
Assets:401K`, the result is:

 $774.72
6.456 FSKAX {$113.7592936803} [2023/11/01]
-6.456 FSKAX {$113.7592936803} [2023/11/01]  Assets:401K

So it looks like the lot I sold doesn't quite match what ledger thinks I 
owned. I anticipate the issue is that the precision used in printing is 
different than the precision used to store lots internally.

I tried selling using the total posting cost:

2023/11/02 * Sell Shares
Assets:401K-6.456 FSKAX {{$734.43}} 
[2023/11/01] @ $120.00
Income:Capital Gains  -$40.29
Assets:401K   $774.72

That works great as long as I sell whole lots. But as soon as I try to sell 
a partial lot, it doesn't work at all. (The capital gains are not 
calculated correctly.)

The best idea I have right now is to just not use total posting costs, and 
always use the per-share price. But I find total posting costs to be 
convenient for many use cases.

Any suggestions?

Thanks folks!
Bob Wilson

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/94432f4e-fa9d-42af-8b76-3f2924c12b3bn%40googlegroups.com.


Re: Printing to stdout

2023-06-10 Thread Bob Wilson
--no-pager works. Terminology in hand, the guide suggested looking at the 
LEDGER_PAGER environment variable, which is unset on my platform.

I installed via homebrew (I'm on macos 13.4). Perhaps some detail on how 
they compiled ledger is relevant?

On Friday, June 9, 2023 at 11:36:04 PM UTC-7 John Wiegley wrote:

> >>>>> "BW" == Bob Wilson  writes:
>
> BW> Previously, running a command like `ledger -f ledger.dat balance ^ 
> Assets`
> BW> would print results directly to the screen and return me to the prompt,
> BW> but now that same command prints results to some kind of temporary 
> screen
> BW> that disappears when I hit `q`. It's like the difference between `cat` 
> and
> BW> `less`. Sorry I don't know the right terminology!
>
> Can you try with the --no-pager option? I’m not sure why the default 
> behavior
> would have changed, though…
>
> John
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/162672b7-182b-48a6-b9fa-3471487b4daen%40googlegroups.com.


Printing to stdout

2023-06-09 Thread Bob Wilson
Hi folks,
   I recently upgraded to Ledger 3.3.2-20230330, from 3.2.1-20200518.

Previously, running a command like `ledger -f ledger.dat balance ^Assets` 
would print results directly to the screen and return me to the prompt, but 
now that same command prints results to some kind of temporary screen that 
disappears when I hit `q`. It's like the difference between `cat` and 
`less`. Sorry I don't know the right terminology!

As a workaround, I can pipe the command into cat, and then it prints to the 
screen. Is there a way to just print to the screen by default?

Thanks!
Bob Wilson

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/e6651f42-ea5f-4174-889c-e3724163f82bn%40googlegroups.com.


[Elecraft] N6TV Product Announcement - new "K-ON" plugin for K3, K3S, and K4

2023-05-14 Thread Bob Wilson, N6TV
Thanks to circuit design help from K9JB, and after review by Elecraft Chief
Engineer, N6KR, I'm now able to provide a new plugin module for
the Elecraft K3 and K4 that I call the "K-ON".

When connected to the rig's ACC jack directly, or via a 15-pin Y-cable or
Y-BOX , the rig will automatically power up whenever
the rig's DC power supply powers up.  This could be useful to remote
stations with Internet-accessible AC power strips.  I also find it useful
at my home station where I use a "Master Power On" switch that powers
everything up automatically, including two K4Ds.

If you already have a Y-BOX with an unused connector, the K-ON plugs right
in.  I'm also including the same circuit inside the new Y-BOX v4.0 (so the
plugin is not needed).  The "Auto On" feature of Y-BOX v4.0 can be enabled
or disabled by a shortened RCA plug, as shown in the third demo video on
the website.

For photos, demo videos, and ordering one or more K-ON plugins, please
visit the new website.

https://bit.ly/N6TV-KON

Unlike some solutions that have previously been suggested, such as
connecting a big capacitor to ACC Pin 8, connecting the K-ON plugin has no
surprise side effects.  The rig's POWER switch and PS0; commands continue
to function normally, so the rig shuts down properly while the module
remains connected, as shown in the videos.  You can still connect a
RemoteRig box in parallel with no issues either; it will still function
normally.

73,
Bob, N6TV
https://bit.ly/N6TV-KON
https://bit.ly/Y-BOX
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: Compound interest and amortization

2023-05-10 Thread Bob Wilson
Hi Viraj,
   (I recently joined the Google group and discovered your post. Hope my 
comment is still useful!)

I have a hacky way of doing this with automatic transactions. Weird 
context: I use "4x entry accounting". A typical transaction involves two 
virtual entries and two real entries, like:

2023/05/01 * Starbucks
[Funds:Food]-$5.00
[Assets:Checking]$5.00
Assets:Checking -$5.00
Expenses:Food$5.00

The idea is that in one sense, all of my money is in Funds, and has to be 
transferred to some account in order to spend it. This is my implementation 
of "envelopes" from You Need A Budget.

That context is irrelevant to your question, but explains some of the 
syntax that follows.

I'll use my 401k as an example. The money in my 401k is in a Fund (which I 
label as a Goal so I can do goal tracking). I have a bunch of entries that 
look like:

2024/01/01
[Goals:Retirement]   = $0.00
[Income:Interest:Placeholder]

2025/01/01
[Goals:Retirement]   = $0.00
[Income:Interest:Placeholder]

One transaction per year, going until my planned retirement year. These 
basically say, take all the money out of the Goal account, and relabel it 
as Income. I put a Placeholder tag on the income to avoid mixing this up 
with real interest.

Then I have an automatic transaction:
;; Retirement forecasts with interest calculations
= /Income:Interest:Placeholder/
[$account]   -1.0
[Goals:Retirement]1.0
Income:Interest:Account -0.06
Assets:Investments:Retirement0.06
[Assets:Investments:Retirement] -0.06
[Goals:Retirement]   0.06

The idea here, is that in the first tx, I moved all the money in the 
account to an Income category, so now the automated tx "knows" how much 
money is in the account. Then I put the money back in the Goal account in 
the first two lines of the automated tx. Then I take that amount and 
multiply by my predicted return, 6%. (Is that overly ambitious? Idk, put 
whatever number there you want.) Then I take that return and add it to the 
account.

As I said, it's hacky, but it works!

On Monday, February 27, 2023 at 4:32:48 AM UTC-8 Viraj Alankar wrote:

> Hello,
>
> I can't really figure out whether something like compound interest and 
> amortization is possible in forecasting.
>
> For example, let's say I have an account that earns a 5% APY interest, and 
> I'd like to forecast, where the interest is calculated after compounding.
>
> Similarly the other way, with a loan that compounds interest, to forecast 
> taking into account future payments.
>
> Thanks,
>
> Viraj.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/b772d5a8-c368-4a4f-985d-d9ca174e4355n%40googlegroups.com.


Re: [Elecraft] Y-Box connections KPA500/K3

2022-09-09 Thread Bob Wilson, N6TV
Sorry Josep, the Y-BOX is designed to connect the ACC connector of one K3
or K4 to multiple devices, such as one amplifier and one automatic antenna
switch or bandpass filter box; it cannot be used to connect two K3s in
parallel to one amplifier.  It *might* work if one K3 is completely powered
off, but why bother?  Changing bands with one K3 and one KPA500 from N1MM
is very quick; no advantage to having two K3 radios unless you configure an
SO2R station.

73,
Bob, N6TV
https://bit.ly/Y-BOX

On Fri, Sep 9, 2022 at 2:53 AM Josep via Elecraft 
wrote:

> Hi everybody,
> I have a question regarding sharing my KPA500 with my two K3’s.I have a
> Y-Box and thought about connecting the KPA500 to it (front db15 conn.), and
> from the 4 rear db15’s, split to my K3’s ACC radio 1 and 2. So when I run
> N1MM and change band, I can run the KPA500 on different bands, one at a
> time of course.! From the K3 to the KPA500, I run ~30w power. Is that
> possible or there is any other solution for that.?
> Thanks,
>
>
> 73,
> JosepEA6BFBUG #256  -  CWops #3072  -  FOC #2182 (ex 1724)
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 

Re: [Elecraft] FS - N6TV Y-Box

2022-07-11 Thread Bob Wilson, N6TV
I don't remember what Ed had connected to his Y-BOX.  Maybe just an
Elecraft amplifier and an FSK keyer like a Mortty or WinKey V3.

Unlike the K3, the K4 provides two (2) independent virtual serial ports via
the USB cable, plus a third independent legacy RS232 port, all of which now
support FSK RTTY keying directly via DTR pin, with no external keyer device
required.  So, the K3 requirement to break out the FSK pin of the ACC to do
FSK RTTY keying no longer exists with the K4, though it's still supported.
You no longer need to use external devices to get FSK RTTY keying from
MMTTY.  See the Elecraft K4 Application Note

.

The Y-BOX is still very useful with a K4, if you want to connect more than
one device to the K4 ACC connector, such as an automatic amplifier and an
automatic antenna switch / band decoder, plus a Mortty or WinKey V3 for
external FSK keying, or a RemoteRig box for Remote Power ON, or a microHAM
keying interface.

Version 3.0 of the Y-BOX now includes four pull-up resistors to 12V on the
band data lines, which is only required when connecting certain
combinations of equipment to either the K3 or K4 in parallel, such as a
KPA500 and an Antenna Genius or BCD-14 Band Decoder, due to the
opto-isolators in some non-Elecraft devices draining too much current from
the pins.  The Y-BOX also provides an option to remotely toggle an Elecraft
amplifier on or off from a K3 or K4 macro button, which is not supported by
the Elecraft AUX cable without modification (because the Elecraft KPAK3AUX
cable has no connection to Pin 8, so it provides no access to the KPA
remote PWR ON line).  The Y-BOX replaces the Elecraft AUX cables with
standard 15-pin cables and is available in various lengths.

73,
Bob, N6TV
https://bit.ly/Y-BOX


On Mon, Jul 11, 2022 at 11:37 AM  wrote:

> Why is the Y-Box no longer needed, does the K4 have multiple ACC ports for
> amp, tuner, band decoder and other station accessories?
>
> John KK9A
>
>
> Ed Schuller K6CTA wrote:
>
> Now that I have a K4, I no longer need my Y-Box. This is an original
> model..it's in excellent condition. $85 shipped.
>
> Thanks!
> 73,
> Ed K6CTA
>
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] Relocating my KPA-1500 - need cable

2022-06-03 Thread Bob Wilson, N6TV
On Thu, Jun 2, 2022, 11:24 PM  wrote:

> *Just so I’m clear on the concept, you’re suggesting taking my existing
> AUX cable from the Y-box to the amp on the desk, and adding a DB-15
> straight-through extension to it, and connecting the far end of that
> extension into the relocated KPA-1500 in the basement, yes?*
>
Yes, though it doesn't matter (electrically) which device connects with the
Elecraft AUX cable.You could plug the extension into the Y-BOX and the
AUX cable into the amp.  FYI, the correct term is DE15 (sometimes HD15 for
High Density).  No such thing as DB15 or DB9 though, they are commonly
misused.

> I can supply a 2.5' M/M cable from rig to Y-BOX if you need one.
>
> *[pjd] At the moment I have the Y-box plugged into the K3s, with one line
> going to the amp, and a second line sending band data to my Ameritron
> RCS-12 automatic antenna switch controller at the base of the tower. *
>
The controller (band decoder box) is usually located in the shack, with the
relay box outside.  That should be more reliable.

>
>
> *At the moment I have no plans to replace that, despite the fact it’s
> basically junk that doesn’t work automatically when the shack is below
> 65°F, which is the case all winter long! But I’m trying to see why I would
> need to change out the cable from the radio to the Y-box. Am I missing
> something?*
>
If it's 5 ft long, that adds to the total length between K3 and AMP and
RCS-12 controller.  If you don't need 5 ft between rig and Y-BOX, replacing
it with a 2.5 ft cable will reduce the  the total length (and loss) by a
little bit.  But it will probably won't make any difference.

73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 

Re: [Elecraft] Relocating my KPA-1500 - need cable

2022-06-02 Thread Bob Wilson, N6TV
On Thu, Jun 2, 2022 at 6:28 PM  wrote:

> Not sure what you mean by “set drive power” this is something I generally
> do manually, but would love the ability to do it automatically based on
> band segment.
>

The K3 will automatically memorize and recall the required drive level set
on each band, but not each band segment, if you set K3 *MENU:PWR SET* to *PER
BAND*.  The K3 remembers two drive levels per band, one "barefoot", and the
other "when the AMP is ON and in OPER".  So you can leave the K3 set to
100W drive, then turn on the AMP and put it in OPER mode (you'll see a
message on the K3 when you do that, if connected properly), then turn down
the PWR knob to set the drive level needed on that band when you're using
the amp.  An asterisk appears next to the power level on the K3 display, to
indicate that you are setting the "when the amp. is in OPER" power level.
The asterisk goes away when you put the amp. in STBY or OFF.  Set the drive
needed once, each band, with the amp. in OPER mode, and and you're all set;
the K3 will set the drive power to the last-used values for amp in OPER
mode, on every band.

The KPA1500 tuner is set by band *segment*, but not the drive power.

40m SSB is a problem child for me where a short Yagi means I have to cut
> back drive power above 7175 or so due to SWR.
>

The K3 will not remember that.  How high is the SWR up there?  I assume you
are using the KPA1500 ATU, but if SWR is >3:1, I don't think you can run
1500W even with the tuner engaged.


> I really want the exact same functionality that I have with the amp here
> in the shack, connected via the old Y-Box.
>

Yes, you will get that by extending the AUX cable, which must be in series
with the extension.  I would try the length you need to see if it works.
Chances are it will work fine if you use a quality cable.

I will do an accurate measurement, but I’m pretty sure it’s somewhere
> between 15 and 20 feet between the Y-box and the proposed location of the
> amp.
>

Should work fine.  I can supply a 2.5' M/M cable from rig to Y-BOX if you
need one.

On Thu, Jun 2, 2022 at 6:33 PM  wrote:

> Forgot to add in my reply that I have LAN connectivity at the proposed amp
> location, connected directly from the main switch on the other side of the
> basement.
>

Great, then you only need one 15-pin cable or one new Ethernet run, not two.

73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 

Re: [Elecraft] Relocating my KPA-1500 - need cable

2022-06-02 Thread Bob Wilson, N6TV
I would try the 25' to 30' AUX cable.  It will probably work fine.  AUXBUS
is only used for automatically setting drive power ("KPA1500 OPER"
messages) and recognizing band buttons being pressed on the amp, which you
will not be doing, plus rig frequency setting the KPA1500 tuner to the
right segment, though RF-sensing can work for that too.  If you don't use
the tuner much, or If AUXBUS gives trouble, change radio type from K4 to
BCD, and use the same long AUX cable.  If that doesn't work, a long RS-232
to 3.5mm TRS cable can be used to track K4 frequency.

A long ethernet or a WiFi to Ethernet extender will provide KPA1500 Remote
software connection capability, though you may want to set up your Router
to assign a fixed IP address to the KPA1500.  KPA1500 Firmware updates
still require a local USB cable, but you can temporarily use a WiFi-enabled
laptop for that.

73,
Bob, N6TV


On Thu, Jun 2, 2022 at 5:04 PM  wrote:

> I'm not familiar with CAN-bus. How can I easily implement this in my
> setup? End result is I want two way CAT control -- amp gets band/frequency
> data from the radio, KPA-1500 remote app gets SWR and power from the amp to
> display on the PC and control the power switch and standby/operate from the
> remote app.
>
>  - pjd
>
> -Original Message-
> From: jerry 
> Sent: Thursday, June 2, 2022 3:20 PM
> To: li...@w2irt.net
> Cc: 'Jack Brindle' ; 'Elecraft Reflector Reflector' <
> elecraft@mailman.qth.net>
> Subject: Re: [Elecraft] Relocating my KPA-1500 - need cable
>
> On 2022-06-02 11:23, li...@w2irt.net wrote:
> > I hadn't considered that! Is there a preferred way of doing this over
> > longer distances? I'm sure I'm not the only person who's needed to
> > remote the amp.
> >
> >  - pjd
>
> As a homebrew project, if you want "robust" and "just works", it's hard to
> beat CAN-bus.  A quick Google confirms that for a baud rate of 250K, it
> will work up to
> 820 feet.
>
>   - Jerry KF6VB
>
>
>
>
> >
> > -Original Message-
> > From: elecraft-boun...@mailman.qth.net
> >  On Behalf Of Jack Brindle via
> > Elecraft
> > Sent: Thursday, June 2, 2022 12:30 PM
> > To: Elecraft Reflector Reflector 
> > Subject: Re: [Elecraft] Relocating my KPA-1500 - need cable
> >
> > Using a network connection would be a very good idea. Auxbus is not
> > meant to go 20 feet, and indeed will probably fail at that distance.
> > Thus using an alternate method to get frequency info to the amplifier
> > would be a good idea.
> >
> > 73,
> > Jack, W6FB
> >
> >
> >> On Jun 2, 2022, at 10:34 AM, David Decoons  wrote:
> >>
> >> Hi Peter,
> >>
> >> Contact Bob, N6TV. He can make good quality DB 15 cables that are
> >> shielded.
> >>
> >> Let me know when you are ready and I can help. Also you can do it as
> >> we discussed on the phone via the network, running a CAT 6 cable.
> >>
> >> Call me if you have questions.
> >>
> >> 73
> >> Dave wo2x
> >>
> >> Sent from my iPad
> >>
> >>> On Jun 2, 2022, at 11:12 AM, li...@w2irt.net
> >>> 
> >>> wrote:
> >>>
> >>> I need to move my KPA-1500 into the basement, and I've got an
> >>> electrician coming to put in the new outlet next week. But the only
> >>> tricky issue now is finding the correct cable to run to the amp from
> >>> my Y-Box to provide frequency/band data, etc. I will need a cable
> >>> run of about 20 feet, which will need to run behind the wall, down
> >>> into a crawlspace, then through a concrete wall to the new rack.
> >>>
> >>> With sub-optimal eyesight and shaky hands, I'm not sure I'd by much
> >>> good making one, but if they're not available easily in the
> >>> aftermarket I guess I can give it a shot. Does anybody know where to
> >>> find a pre-made ~20ish foot long cable, or if not, (a) what pinouts
> >>> do I need, (b) where to source the correct cable to do this
> >>> properly, and (c) what connectors-I'm guessing DB15M and DB15F?
> >>>
> >>>
> >>> 
> >>>
> >>> Regards,
> >>> Peter Dougherty, W2IRT
> >>>
> >>> DXCC Card Checker/CQ-WAZ Checkpoint
> >>>
> >>> www.facebook.com/W2IRT
> >>>
> >>>
> >>>
> >>> __
> >>> Elecraft mailing list
> >>> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> >>> 
> >>> Help: http://mailman.qth.net/mmfaq.htm
> >>> 
> >>> Post: mailto:Elecraft@mailman.qth.net
> >>> 
> >>>
> >>> This list hosted by: http://www.qsl.net  Please
> >>> help support this email list: http://www.qsl.net/donate.html
> >>>  Message delivered to
> >>> rocke...@gmail.com 
> >> __
> >> Elecraft mailing list
> >> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> >> Help: http://mailman.qth.net/mmfaq.htm
> >> Post: 

Re: [Elecraft] Relocating my KPA-1500 - need cable

2022-06-02 Thread Bob Wilson, N6TV
Peter,

My records show that you purchased the original Y-BOX v1.3, which requires
an Elecraft AUX cable from Y-BOX to amp.  (The Y-BOX v2.x and v3.0 Y-BOXs
allow any DE-15 M/F non-VGA cable to be used instead of the Elecraft AUX
cable).

The easiest solution, if your electrician can snake a cable with the molded
DE15 connectors through the wall, is to insert a 25' M/F 15-pin extension
cable like this one *in series with your AMP AUX cable*.

https://cablesondemand.com/15-pin-hd-d-sub-cable-hd15/15-pin-hd15-deluxe-hd-d-sub-cable-copper-shielded-male-female-cs-dsdhd15mf0-025

This will achieve the proper electrical connections, though at 31' total
length you may be at the limit of the maximum AUX cable length that will
work reliably.

Another option is to have your Electrician wire a pair of SHIELDED
"Ethernet" CAT6 (8-wire) outlets between shack and basement, with RJ-45
jacks mounted to the wall.  Wiring two pairs of outlets at each end will
allow both Elecraft AUX *and *Ethernet connections to the amp from
upstairs, providing a good connection for the KPA1500 Remote software
running on a PC upstairs.  But, KPA1500 firmware updates (rare these days)
will still require a direct USB connection to the amp.

If using RJ-45 jacks (something Electricians regularly install), I can make
you a custom DE15M to RJ45 shielded cable to reach from Y-BOX to the wall
jack, and a second RJ45 to DE15F cable from basement wall jack to the AMP
AUX.  Only 8 pins out of the 15 will be connected, but that will be
sufficient.  I could theoretically make a USB to RJ45 cable that would
allow USB connection to the amp. for firmware updates, but the theoretical
maximum length if USB 2.0 is about 15', so that may not work well at all.

73,
Bob, N6TV
https://bit.ly/Y-BOX

On Thu, Jun 2, 2022 at 8:11 AM  wrote:

> I need to move my KPA-1500 into the basement, and I've got an electrician
> coming to put in the new outlet next week. But the only tricky issue now is
> finding the correct cable to run to the amp from my Y-Box to provide
> frequency/band data, etc. I will need a cable run of about 20 feet, which
> will need to run behind the wall, down into a crawlspace, then through a
> concrete wall to the new rack.
>
> With sub-optimal eyesight and shaky hands, I'm not sure I'd by much good
> making one, but if they're not available easily in the aftermarket I guess
> I
> can give it a shot. Does anybody know where to find a pre-made ~20ish foot
> long cable, or if not, (a) what pinouts do I need, (b) where to source the
> correct cable to do this properly, and (c) what connectors-I'm guessing
> DB15M and DB15F?
>
>
> 
>
> Regards,
> Peter Dougherty, W2IRT
>
> DXCC Card Checker/CQ-WAZ Checkpoint
>
> www.facebook.com/W2IRT
>
>
>
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] K3 auto transmit - W7RIP

2022-04-19 Thread Bob Wilson, N6TV
If you disabled Serial Enumeration and Modem Control at Startup, as shown
by screenshots in this document:

https://bit.ly/FTDItip

but the rig still keys when you connect the USB cable or turn on the PC,
then you may need to do it again, especially if the cable was moved to a
different USB port and Windows assigned a new serial port number, or a
Windows Update updated the FTDI device driver.

Also, uninstall any CyberPower Home UPS control software, which scans all
serial ports looking for a UPS, every time the PC boots, and this will also
key the rig, assuming CONFIG:PTT-KEY is set to RTS-DTR to enable
computer-generated CW and PTT keying.  If not, set it to OFF-OFF

73,
Bob, N6TV

On Mon, Apr 18, 2022, 3:51 PM Rip R  wrote:

> Thanks for the help W0VTT, AB7E, & K6MKF. I tried each advice as I received
> it and thought I had it fixed until today. I had been switching out
> antenna feeds when the rig transmitted as before. I think the changes in
> the PC (Win 10 device mgr) that Mike W0VTT suggested may be the ultimate
> solution; we'll see. Thanks again guys for taking the time to help me out
> on this. 73s Rip  W7RIP
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] When is a Key Out not a Key Out

2022-02-11 Thread Bob Wilson, N6TV
Elecraft and ACOM amplifiers have a jack labeled KEY IN, so connecting KEY
OUT to KEY IN makes the most sense.  Alpha and SPE amps call it a RELAY
jack, but most rigs and some QSK amps don't use actual T/R relays any
more.  A few amps have a jack labeled PTT (RF Kit, Juma).  If you connect a
PTT jack on a rig to the PTT jack on these amps, obviously that won't work
unless both are wired in parallel to a footswitch or PTT circuit to key
both simultaneously, but then you can't use VOX.

Yaesu rigs key amps using a jack labeled TX-GND.  Icom labels it SEND.
Kenwood rigs use a RL pin on a DIN plug labeled REMOTE.  KEY OUT makes much
more sense than any of these labels IMHO.

Any jack on a *rig* labeled PTT is an input, not an output.  I can't think
of any modern rig that has a jack labeled "PTT OUT".

73,
Bob, N6TV

On Fri, Feb 11, 2022, 6:49 AM Pete Smith N4ZR  wrote:

> Recently, I've been dealing with an issue involving the PTT out
> connection on my K-3.  Somewhere in the process, I realized that
> Elecraft's terminology is to call this port Key Out.
>
> With all due respect, this is Citizen's Band terminology, usually
> encountered in the context of statements from the late, unlamented CB
> power competitions, like "I keyed up my radio, and blew out his
> receiver." We key our radios for CW - it is not a synonym for PTT. It's
> kind of embarrassing to see it in messages about the very best amateur
> radio gear available today.
>
> --
> 73, Pete N4ZR
> Check out the new Reverse Beacon Network
> web server at .
> For spots, please use your favorite
> "retail" DX cluster.
>
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] [Elecraft-K4] WANTED: AUX Cable Keyline interrupter

2021-12-21 Thread Bob Wilson, N6TV
The Y-BOX version 2 and above also includes this feature to open the Pin 10
KEYOUT-LP line in the AUX cable, if needed.  Just remove one
internal jumper.

73,
Bob, N6TV
https://bit.ly/Y-BOX


On Tue, Dec 21, 2021 at 12:57 PM David Reed  wrote:

> Attention users of the KPAK3AUX cable set, either with a K3 or a K4 with
> either a KPA500 or KPA1500.
>
> I am looking for a replacement for my lost keyline interrupter (
> https://elecraft.com/products/kpak3aux_kpak3aux-optional-kpa500-to-k3-aux-cable-set)
> as shown in that illustration.
>
> If you have one that you are willing to part with, please email me
> directly at w5sv.d...@gmail.com with what you want for it.
>
> Thanks!
>
> --
> 73 de Dave, W5SV
>
> _._,_._,_
> --
> Groups.io Links:
>
> You receive all messages sent to this group.
>
> View/Reply Online (#7985) 
> | Reply To Group
> 
> | Reply To Sender
> 
> | Mute This Topic  | New Topic
> 
> Your Subscription  | Contact
> Group Owner  | Unsubscribe
>  [
> n...@arrl.net]
> _._,_._,_
>
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] Elecraft K-Pod manual updated -- now covers use with the K4

2021-10-31 Thread Bob Wilson, N6TV
Did you try upgrading the K-POD firmware to 1.12 to use these new features?

1.12 10/20/2021
Holding down F4 on power up selects encoder 1:1 rate.
Holding down F5 on power up selects 1:0.5 rate.

73,
Bob, N6TV

On Sat, Oct 30, 2021 at 8:26 PM Jim McDonald  wrote:

> I have tried all three settings – 100, 200, and 400.  The K-Pod tuning
> rate is half the rate of the K3/K3S.
>
>
>
> *73,  Jim N7US*
>
>
>
> *From:* Bob Wilson, N6TV 
> *Sent:* Saturday, October 30, 2021 22:22
> *To:* j...@kk9a.com
> *Cc:* Jim McDonald ; Elecraft Reflector <
> elecraft@mailman.qth.net>
> *Subject:* Re: [Elecraft] Elecraft K-Pod manual updated -- now covers use
> with the K4
>
>
>
> What is *CONFIG:VFO CTS* set to?  Did you try changing it?
>
> 73,
> Bob, N6TV
>
>
>
> On Sat, Oct 30, 2021, 8:06 PM  wrote:
>
> I was just on 40m and my K-Pod VFO is definitely 1/2 the rate of my K3S's
> VFO.
>
> John KK9A
>
> -Original Message-
> From: Jim McDonald [mailto:j...@n7us.net]
> Sent: Friday, October 29, 2021 7:19 PM
> To: Bob Wilson, N6TV; j...@kk9a.com; Elecraft Reflector
> Subject: RE: [Elecraft] Elecraft K-Pod manual updated -- now covers use
> with the K4
>
> My K-Pod tune at half the rate of the K3S at all three VFO CTS settings.
>
> If Elecraft could do it, I'd like for the K3/K3S F/W to provide the option
> for the K-Pod to tune at the same rate.
>
> 73,  Jim N7US
>
> -Original Message-
> From: elecraft-boun...@mailman.qth.net 
> On Behalf Of Bob Wilson, N6TV
> Sent: Friday, October 29, 2021 16:59
> To: j...@kk9a.com; Elecraft Reflector 
> Subject: Re: [Elecraft] Elecraft K-Pod manual updated -- now covers use
> with the K4
>
> In the K3, if you change *CONFIG:VFO CTS*, the VFO frequency moves faster
> at 400 than at 100 (counts per turn), but the K-POD always tunes at 100 or
> 200 counts per turn (can't remember which).  The K-POD ignores the VFO CTS
> setting on a K3.
>
> In the K4, the equivalent setting is *MENU:VFO Counts per Turn*, and
> *both* the VFO knob and the K-POD tuning rates are affected equally.
>
> Just spin one knob exactly one full 360° turn clockwise, then spin the
> other knob full turn counterclockwise.  If you don't end up back on the
> frequency where you started, it means the tuning rates are not the same.
>
> 73,
> Bob, N6TV
>
>
> On Fri, Oct 29, 2021 at 11:25 AM Fred  wrote:
>
> > "... except for the slow tuning."   I must be missing something.
> > My K-Pod tunes at the same rate as the K3. I have one of the K-Pod
> > buttons emulating the FINE/COARSE button on the radio ... use it all the
> time.
> > Maybe the rates I have my K3 configured for just happen to match the
> > encoder in the K-Pod?
> >
> > 73,
> >
> > Fred ["Skip"] K6DGW
> > Sparks NV DM09dn
> > Washoe County
> >
> > j...@kk9a.com wrote on 10/28/2021 8:07 PM:
> > > I really like the K-POD, except for the slow tuning. Too bad that
> > > the K3 firmware "cannot" reprogram it.
> > >
> > > John KK9A
> > >
> > >
> > > Bob Wilson, N6TV wrote:
> > >
> > > Yes, this only works with the K4.  The K3 firmware cannot reprogram
> > > the K-POD encoder to match the K3's tuning rate.
> > >
> > > 73,
> > > Bob, N6TV
> > >
> > >
>
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 

Re: [Elecraft] Elecraft K-Pod manual updated -- now covers use with the K4

2021-10-30 Thread Bob Wilson, N6TV
What is *CONFIG:VFO CTS* set to?  Did you try changing it?

73,
Bob, N6TV

On Sat, Oct 30, 2021, 8:06 PM  wrote:

> I was just on 40m and my K-Pod VFO is definitely 1/2 the rate of my K3S's
> VFO.
>
> John KK9A
>
> -Original Message-
> From: Jim McDonald [mailto:j...@n7us.net]
> Sent: Friday, October 29, 2021 7:19 PM
> To: Bob Wilson, N6TV; j...@kk9a.com; Elecraft Reflector
> Subject: RE: [Elecraft] Elecraft K-Pod manual updated -- now covers use
> with the K4
>
> My K-Pod tune at half the rate of the K3S at all three VFO CTS settings.
>
> If Elecraft could do it, I'd like for the K3/K3S F/W to provide the option
> for the K-Pod to tune at the same rate.
>
> 73,  Jim N7US
>
> -Original Message-----
> From: elecraft-boun...@mailman.qth.net 
> On Behalf Of Bob Wilson, N6TV
> Sent: Friday, October 29, 2021 16:59
> To: j...@kk9a.com; Elecraft Reflector 
> Subject: Re: [Elecraft] Elecraft K-Pod manual updated -- now covers use
> with the K4
>
> In the K3, if you change *CONFIG:VFO CTS*, the VFO frequency moves faster
> at 400 than at 100 (counts per turn), but the K-POD always tunes at 100 or
> 200 counts per turn (can't remember which).  The K-POD ignores the VFO CTS
> setting on a K3.
>
> In the K4, the equivalent setting is *MENU:VFO Counts per Turn*, and
> *both* the VFO knob and the K-POD tuning rates are affected equally.
>
> Just spin one knob exactly one full 360° turn clockwise, then spin the
> other knob full turn counterclockwise.  If you don't end up back on the
> frequency where you started, it means the tuning rates are not the same.
>
> 73,
> Bob, N6TV
>
>
> On Fri, Oct 29, 2021 at 11:25 AM Fred  wrote:
>
> > "... except for the slow tuning."   I must be missing something.
> > My K-Pod tunes at the same rate as the K3. I have one of the K-Pod
> > buttons emulating the FINE/COARSE button on the radio ... use it all the
> time.
> > Maybe the rates I have my K3 configured for just happen to match the
> > encoder in the K-Pod?
> >
> > 73,
> >
> > Fred ["Skip"] K6DGW
> > Sparks NV DM09dn
> > Washoe County
> >
> > j...@kk9a.com wrote on 10/28/2021 8:07 PM:
> > > I really like the K-POD, except for the slow tuning. Too bad that
> > > the K3 firmware "cannot" reprogram it.
> > >
> > > John KK9A
> > >
> > >
> > > Bob Wilson, N6TV wrote:
> > >
> > > Yes, this only works with the K4.  The K3 firmware cannot reprogram
> > > the K-POD encoder to match the K3's tuning rate.
> > >
> > > 73,
> > > Bob, N6TV
> > >
> > >
>
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 

Re: [Elecraft] Elecraft K-Pod manual updated -- now covers use with the K4

2021-10-29 Thread Bob Wilson, N6TV
On Fri, Oct 29, 2021 at 4:19 PM Jim McDonald  wrote:

> My K-Pod tune at half the rate of the K3S at all three VFO CTS settings.
>

Check again, because that does not match my experience if your K-POD
firmware is at 1.09 (can't test now, sold both K3s).  If CONFIG:VFO CTS is
set to 100 (or 200?), I'm pretty sure the K-POD knob tunes at the same rate
as the VFO A knob.  I don't think a power cycle is required.

If Elecraft could do it, I'd like for the K3/K3S F/W to provide the option
> for the K-Pod to tune at the same rate.
>

Yes, we asked for that years ago, but it never happened, and I don't think
it will ever happen.  There's just no room left in the K3's limited memory
to add such complex code now.

Consider upgrading from the K3 to a K4.  K-POD plugs straight in via USB
cable and works perfectly.

73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] Elecraft K-Pod manual updated -- now covers use with the K4

2021-10-29 Thread Bob Wilson, N6TV
In the K3, if you change *CONFIG:VFO CTS*, the VFO frequency moves faster
at 400 than at 100 (counts per turn), but the K-POD always tunes at 100 or
200 counts per turn (can't remember which).  The K-POD ignores the VFO CTS
setting on a K3.

In the K4, the equivalent setting is *MENU:VFO Counts per Turn*, and *both*
the VFO knob and the K-POD tuning rates are affected equally.

Just spin one knob exactly one full 360° turn clockwise, then spin the
other knob full turn counterclockwise.  If you don't end up back on the
frequency where you started, it means the tuning rates are not the same.

73,
Bob, N6TV


On Fri, Oct 29, 2021 at 11:25 AM Fred  wrote:

> "... except for the slow tuning."   I must be missing something.  My
> K-Pod tunes at the same rate as the K3. I have one of the K-Pod buttons
> emulating the FINE/COARSE button on the radio ... use it all the time.
> Maybe the rates I have my K3 configured for just happen to match the
> encoder in the K-Pod?
>
> 73,
>
> Fred ["Skip"] K6DGW
> Sparks NV DM09dn
> Washoe County
>
> j...@kk9a.com wrote on 10/28/2021 8:07 PM:
> > I really like the K-POD, except for the slow tuning. Too bad that the K3
> > firmware "cannot" reprogram it.
> >
> > John KK9A
> >
> >
> > Bob Wilson, N6TV wrote:
> >
> > Yes, this only works with the K4.  The K3 firmware cannot reprogram the
> > K-POD encoder to match the K3's tuning rate.
> >
> > 73,
> > Bob, N6TV
> >
> >
> >
>
>
>
> --
> This email has been checked for viruses by AVG.
> https://www.avg.com
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 

Re: [Elecraft] Elecraft K-Pod manual updated -- now covers use with the K4

2021-10-28 Thread Bob Wilson, N6TV
On Thu, Oct 28, 2021 at 5:33 PM Jim McDonald  wrote:

> Does the selection of encoder rates only apply to the K4?
>

Yes, this only works with the K4.  The K3 firmware cannot reprogram the
K-POD encoder to match the K3's tuning rate.

73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] Elecraft K-Pod manual updated -- now covers use with the K4

2021-10-28 Thread Bob Wilson, N6TV
On Thu, Oct 28, 2021 at 3:50 PM Rick Tavan  wrote:

> Right. The macros are stored in the radios, not in the K*Pod. You need to
> run K3 Utility at the radio site to load them into the K3.  The K4 has a
> primitive text editor for on-screen macro entry, one finger typing with no
> tactile feedback. Not fun but no computer required.
>

You do not have to tap the on-screen keyboard to enter macro text into the
K4.  The K4's built-in Macro Editor supports ten finger typing with a real
USB keyboard plugged into one of the K4's three standard USB Type A
connectors.

An external USB keyboard is currently the easiest way to enter long macro
strings into the K4.  Hopefully someday Elecraft will provide a new host
command to store macro text.  Such commands would allow PC software, or
basic batch files, to save macro text into the K4.

73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] KPA1500 cyclic macros?

2021-10-27 Thread Bob Wilson, N6TV
On Tue, Oct 26, 2021 at 8:43 PM eric norris via Elecraft <
elecraft@mailman.qth.net> wrote:

> There has been some discussion on the KX group reflector of cyclic macros
> for the KX3.
> My question is, would this work on the KPA1500?  Could a single macro be
> written for a PF key that would cycle through the various fan speeds?


I guess you're referring to this thread:
https://groups.io/g/Elecraft-KX/topic/86464063#70583

Cyclic macro technique for KX2 or KX3 was described 8 years ago in this
post:

https://groups.io/g/Elecraft-KX/message/37876

Sorry, but I don't see any way to use that technique with the KPA1500,
because holding or tapping PF keys doesn't reprogram them, and there is no
command to scroll to a specific menu item.

You can program a PF key to reprogram itself after it runs, but I see no
way for it to cycle between the five different min fan speed commands ^FC0;
.. ^FC5;

But, you can use the K3 Utility to program PF1 to set FAN SPEED MIN to 0
(used for normal operating), and PF2 to set FAN SPEED MIN to 1 (for
contesting), say.

   1. Open the KPA1500 Utility and Connect to the K4
   2. Go to the *Command Tester* tab
   3. Click the *Edit Macros* button.  Copy paste these two macros exactly
   as shown to program PF1 and PF2 to display message text and set the minimum
   fan speed:

   Macro Label   Macro Commands
   PF1=FAN0  ^PF1^DTFan Speed Min 0,^FC0;
   PF2=FAN1  ^PF2^DTFan Speed Min 1,^FC1;

   4. Click *Save*
   5. Click the *PF1=FAN0* and *PF2=FAN1* buttons *once *in the *Command
   Tester* tab to program the two PF keys
   6. Now you can just hold PF1 or PF2 to select between the two different
   minimum fan speeds

If you just want to hear what the different fan speeds sound like, tap
MENU, scroll down to FAN SPEED MIN, hold EDIT, and tap the up and down
arrows.  Speed 5 is louder than a vacuum cleaner.

73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] VGA cable to Elecraft amps

2021-09-19 Thread Bob Wilson, N6TV
That's almost right.   You cannot use a VGA cable with the Y-BOX or any
Elecraft radio because they almost always short too many pins to ground.or
to each other.

A straight 15 pin M/F (non-VGA) extension would have worked OK to extend
the Elecraft ACC cable.  I supply these with the Y-BOX.  I can also obtain
longer lengths.  The Y-BOX transforms standard 15-pin straight cables (not
VGA) to KPAK3AUX equivalent, plus some extras like powering on the amp.
from a K3 or K4 macro, or optionally opening the keying line so that an
external device like a SteppIR controller can protect itself from high
power while it is moving.  The "Key Line Interrupt"  gender changer
supplied with the KPAK3AUX cables is not needed with the Y-BOX since that's
built into the Y-BOX as a jumper option.

73,
Bob, N6TV
https://bit.ly/Y-BOX


On Sun, Sep 19, 2021 at 5:46 AM Eric Norris 
wrote:

> I must point out that N6TV's Serial and Y boxes can be configured to use
> VGA cable between K2/K3/K4 and Elecraft amps.  He does the hard work, and
> his support is fantastic.
>
> 73 Eric WD6DBM
>
> On Fri, Sep 17, 2021, 7:23 AM Jack Brindle via Elecraft <
> elecraft@mailman.qth.net> wrote:
>
>> VGA cables are incompatible with the KPA500 and KPA1500. You will need a
>> straight-through cable. BUT, you also need some pins removed. The power pin
>> of the K3 is not compatible with the power pin of the KPA500 or KPA1500,
>> and will result in the problems you have seen.
>> The cable is described in the KPA500 manual, rev E1 on page 45. I’m not
>> sure where it is in the KPA1500 manual, but I would be surprised if we
>> didn’t include the same table there.
>>
>> 73,
>> Jack, W6FB
>> Elecraft Engineering
>>
>> > On Sep 17, 2021, at 7:47 AM, Jim McCook  wrote:
>> >
>> > Now I see what's going on.  Originally I used the Elecraft cable
>> between the K3 ACC and the KPA1500 and everything was OK.  The K3 could be
>> powered down normally.  When I moved that K3 to a spare position, that
>> cable wasn't long enough, so I ordered an extension VGA cable.  This is
>> when the problem occurred.  Apparently the extension is the problem withh
>> pin 8. Will see what Elecraft Support says.  73, Jim W6YA
>> > __
>> > Elecraft mailing list
>> > Home: http://mailman.qth.net/mailman/listinfo/elecraft
>> > Help: http://mailman.qth.net/mmfaq.htm
>> > Post: mailto:Elecraft@mailman.qth.net
>> >
>> > This list hosted by: http://www.qsl.net
>> > Please help support this email list: http://www.qsl.net/donate.html
>> > Message delivered to jackbrin...@me.com
>>
>> __
>> Elecraft mailing list
>> Home: http://mailman.qth.net/mailman/listinfo/elecraft
>> Help: http://mailman.qth.net/mmfaq.htm
>> Post: mailto:Elecraft@mailman.qth.net
>>
>> This list hosted by: http://www.qsl.net
>> Please help support this email list: http://www.qsl.net/donate.html
>> Message delivered to norrislawfi...@gmail.com
>
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 

Re: [Elecraft] New K4 beta software available release 22

2021-08-29 Thread Bob Wilson, N6TV
This will happen if K4 ACC Pin 8 (PWR ON) is being held to ground by
incorrect cabling to external devices.

Disconnect any cable from K4 ACC and the rig should power on and off and
reboot itself properly.

With proper cabling, no such disconnect is required to update the K4
firmware.

73,
Bob, N6TV


On Sun, Aug 29, 2021 at 1:10 AM Ray Spreadbury via Elecraft <
elecraft@mailman.qth.net> wrote:

> Well I downloaded this new release and installed it as instructed on the
> Elecraft Website. It reported SUCCESS after each module and then the K4D
> went into a lock up with all 4 LED’s lit. After waiting 10 mins with no
> change, I restarted the K4D with the same result – blank screen with all 4
> LED’s lit.
> Any ideas what to do next please?
> 73
> Ray G3XLG
>
> Sent from Mail for Windows
>
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 

Re: [Elecraft] K4 delivery status

2021-08-16 Thread Bob Wilson, N6TV
On Mon, Aug 16, 2021 at 1:21 PM Fred Jensen  wrote:

> I haven't seen much K4 chatter here lately, I wonder how things are
> going in the shipping/delivery business. Were I to order one today, when
> could I expect to start tracking a package?
>

Skip et al,

No one can answer this question, unfortunately, because Elecraft's
suppliers can't answer Elecraft's questions.  The world-wide chip shortage
(and other factors beyond Elecraft's control) make providing reasonable
delivery estimates nearly impossible.  This applies to many products
including autos, not just the K4.

Most Elecraft K4 discussion is taking place on an independent moderated
mailing list with almost 1,000 members:
https://groups.io/g/Elecraft-K4/topics.  I cannot read this Elecraft
mailman reflector regularly because I'm spending most of my time in that
dedicated K4 group, not here.  You can search the group for answers to
common questions, such as K4 Remote support (still under development).

*K4 shipping status and delivery questions should be posted to separate
dedicated groups* that are trying to estimate Elecraft's ship rate based on
serial numbers and public reports.

https://groups.io/g/CreativeK4ShippingStatus/topics

https://groups.io/g/Elecraft-K4DeliveryInformation/topics

And of course the official Elecraft page is here:

https://elecraft.com/pages/shipping-status

Note that "Group 1 K4D June 24th" means  June 24th, *2019*.

73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] K4 Key Out spec

2021-07-07 Thread Bob Wilson, N6TV
Though not in the K4 manuals, the K4 KEY OUT jack (an RCA phono connector)
has the same specs as the K3 KEY OUT jack: capable of keying up to +200VDC
@ 5A.  The K4 uses the same MOSFET as the K3, an IRFI630 (see datasheet
).

Note that the *other* key out line, PIN 8 on the ACC connector, is rated
for 10 mA max, which is also the same as the K3.  If you want to know how
much current  your amplifier KEY IN (relay) jack requires,  short an
ammeter across the KEY IN jack, negative lead to ground.  This should key
the amplifier relay, and then you can read the current.  Usually it's way
under 10 ma.

73,
Bob, N6TV


On Sun, Jul 4, 2021 at 10:51 AM  wrote:

> Hello
>   I need  the voltage and current ratings on the K4 Key Out
> interface.   Have a home brew amp that might be exceeding the  K4
> switching device ratings.  And I don't want to let the smoke out. Hi   73
>  Bob  W1XP
>
>
> 
> Choose to be safer online.
> Opt-in to Cyber Safety with NortonLifeLock.
> Plans starting as low as $6.95 per month.*
>
> https://store.netzero.net/account/showService.do?serviceId=nz-nLifeLock_source=mktg_medium=taglines_campaign=nzlifelk_launch_content=tag695=A34454
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


[Elecraft] Case-maker Rose's OM K0PP, SK

2021-06-30 Thread Bob Wilson, N6TV
Retired case-maker Rose, N7HKW, and her OM Ken, K0PP, seemed like part of
the Elecraft family for so many years.

https://buttefuneralhome.com/obituaries/kenneth-glenn-kopp-age-83-of-anaconda-montana/?fbclid=IwAR2OvmrovnqFtcmHs2oMmg-lS8c3_YN27SilgKHGdpDz82MQpr5Lzq9d-VE

Condolences to Rose and her family.

Photo of the couple from the 2012 Visalia DX Convention available here

:

73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] A Clarification: IC-7300 vs FTDX10

2021-06-09 Thread Bob Wilson, N6TV
On Tue, Jun 8, 2021 at 4:01 PM Richard  wrote:

> Assuming you're a casual rawchewer and DXer, if you had an IC-7300 and an
> FTDX10 side by side, where would they be pretty much equal, and where would
> each outshine the other?
>
> Think in terms of using them with a KPA500 and a KAT500.


Neither the KPA500 nor the KAT500 can auto-track the frequency any Icom rig
by itself.  Instead, go for the KPA1500 with its built-in tuner, which
auto-tracks *all* Icom rigs via it's 2-wire REMOTE (CI-V) connector quite
perfectly.

The KPA500 XCVR serial port and KAT500 PC DATA port are completely
compatible with Kenwood's serial ports for auto-track, but the KPA500 XCVR
interface is NOT compatible with Yaesu rigs, because Yaesu's frequency
commands don't match the Kenwood standard properly (not enough leading
zeroes, something Elecraft may be able to handle some day with a firmware
update to both the KAT500 and KPA500).

The KPA1500, on the other hand, WILL auto-track any modern Yaesu rig via
serial port just fine.  My Serial Box  can help with
the interconnections to both using stock molded cables, so no homebrew or
expensive custom cables are needed.

Though you can wire the LINEAR connector of a Yaesu rig to a KPA500 AUX
connector, and it will auto-track band changes perfectly, the KAT500 will
not track the VFO frequency, so it's only half of what you requested.

So in sum, if you're looking at any Icom or Yaesu rig, consider the KPA1500
instead of the KPA500/KAT500 combo, or wait for new firmware to support
Yaesu's frequency format.

Icom support in the KAT500/KPA500 is not possible, only the KPA1500 has the
hardware.

Another option to consider is N4PY's Pegasus Plus
 software, which will translate Icom
and Yaesu frequency data to Kenwood format for the KPA500 and KAT500.  The
S-BOX-USB can be configured as a null-modem cable interface to connect
N4PY's software to both the KPA500 and KAT500 using a single USB port on
the PC.

73,
Bob, N6TV
https://bit.ly/S-BOX
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


[Elecraft] Warning: Windows 10 Update resets FTDI options back to defaults, keys radio

2021-06-09 Thread Bob Wilson, N6TV
I just installed a Windows 10 Update, and even before rebooting to complete
the install, I noticed that Windows had reset all my Elecraft FTDI virtual
COM port settings back to the (bad) FTDI defaults, which means your PC can
key your radio about 7 or 8 times every time Windows restarts  or the USB
cable is connected, assuming *CONFIG:PTT-KEY* is set to *RTS-DTR* in a K3,
or *MENU:Serial, USB-PC1* or* USB-PC2 DTR/RTS* is set to *CW* or *PTT* in a
K4, to support computer-generated CW and PTT.

To prevent this unwanted radio keying by Windows, while still being able to
use computer-generated CW and PTT on these COM port pins, do this for every
FTDI port:

   1. Open Windows Device Manager
   2. Expand *Ports* section
   3. Right click on Elecraft virtual COM port(s)
   4. *Properties*
   5. *Port Settings* tab
   6. *Advanced* Button
   7. Make sure *Serial Enumerator* is NOT checked
   8. Make sure *Disable Modem Ctrl At Startup* *is checked*
   9. Click *OK*

More details with screenshots in this updated presentation linked from my
QRZ.COM page :

   - Everything You Need to Know About USB and Serial Interfaces
   , updated for 2021

See slides 26, 27, and 28.

I've just updated this presentation (today) with a few new slides showing
on how to avoid the same unwanted keying issue when using legacy serial
ports like COM1: and COM2: (slides 29 to 33), and one new K4 Menu
screenshot (slide 52).

73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] Giving Up

2021-06-09 Thread Bob Wilson, N6TV
Doug,

You didn't mention what rig you are going to buy instead.  Be sure to be
aware of its limitations before you buy it.

For example, the FTdx101MP has three show-stoppers (for a CW op like me),
despite it's impressive numbers in the Sherwood table:

   - Poor QSK performance (the clicking keying relay cannot be disabled,
   same problem as the IC-7300)
   - No CW sidetone output on USB Audio CODEC-- cannot record both ends of
   your QSOs (a contest requirement in some contests)
   - Mouse wheel is not supported for fine tuning or RIT (I think).  K4
   supports this very well

As for comparing the K4 to the K3, despite the K3's "superior" numbers in
the Sherwood table, the K4 SOUNDS so much better than any K3.  The K4 audio
is just SO CLEAN compared to the K3, which makes a big difference when a
pileup calls.  That quality is not captured by any subjective measurement.
The narrow DSP filters (down to 50 Hz) also seem to work so much better in
the K4 than the narrow 250 or 200 Hz crystal filters in the K3 -- no
ringing.

73,
Bob, N6TV


On Mon, Jun 7, 2021 at 7:34 PM Doug Person  wrote:

> Sadly, I've decided to give up waiting for the K4. I'm probably far down
> the list anyway. Their are numerous reason for this decision. First,
> there is the cost. With a tuner the price is $4600 making it one of the
> most expensive transceivers on the market. I fully realize that the K4
> is feature rich and extremely well designed. I would never take anything
> away from Elecraft's engineering ability. The K3 set a new standard of
> performance that made the other manufacturers substantially up their
> game - which they did. But is the K4 going to do the same thing the K3
> did? To me, it doesn't look like it. Innovative in some, perhaps many
> ways - yes. A new trend setter? I'm not so sure. When the K3 came out it
> was very competitively priced. I'm not sure I would describe the K4 with
> the same words. It is unquestionably an expensive radio. At this point
> the price/performance just isn't there for me. I sold my very complete
> K3 station several years ago in anticipation of the K4. But now the
> waiting has left me thinking about how much I'm willing to invest and
> whether or not another brand whose transceivers are as much as $1500
> less and whose performance seems quite impressive will meet my needs.
> After literally several years of contemplation I conclude that, for me,
> the K4 is not worth the price. $3600 (with the tuner since every other
> significant radio includes one) would seem competitive and I would jump
> on it at this price. But as it is? Can't see doing it. I apologize if
> feelings are hurt or I've made anyone angry. I'm leaving the list since
> I'm no longer waiting patiently for what we once called Vaporware.
>
> Good luck to everyone on their current and future K4s.
>
> Doug -- K0DXV
>
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] Receiving with Skimmer SDR on K-3 transmit antennas

2021-06-08 Thread Bob Wilson, N6TV
I documented the procedure about 13 years ago in this presentation, linked
at the very bottom of my QRZ.COM page , which
includes the recommended Mini-Circuits 50 ohm splitter (ZFSC-2-6
).

   - Adding a Software Defined Radio (SDR) to an SO2R station
   

High power cannot exit the RF ANT OUT jack, so it's safe, but there's no
way to prevent a local skimmer from spotting you.  Skimmer won't spot your
own call, but it will usually spot busted variants.  I recommend
disconnecting your skimmer from the RBN when operating at the same site.

Local RF will usually leak into the SDR even with no antenna connected; the
SDR is very sensitive.  Probably no way to mute it completely during TX.

73,
Bob, N6TV


On Mon, Jun 7, 2021 at 6:50 PM N4ZR  wrote:

> I would like to be able to connect my SDR (an RP-16) to my transmitting
> antennas, and have it automatically muted when my K3/KPA-1500 goes to
> transmit.  The idea is to have the best possible antennas available for
> Skimming while active in contests.
>
> It seems to me that I should be able to connect a splitter between the
> RX Out and RX In ports on the K3, and use that to feed the SDR by
> pressing the RX Ant button  (at a cost of ~3.5 dB loss, of course).
> Question is, what happens when I go to transmit - is the RX Out line
> muted so that my SDR won't try to spot me? Ideally, I'd think it would
> be, but I've groped around in the K3 manual and Fred Cady's book, and
> haven't found a concrete answer - can anyone help?
>
> --
> 73, Pete N4ZR
> Check out the new Reverse Beacon Network
> web server at .
> For spots, please use your favorite
> "retail" DX cluster.
>
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] KPA 1500 Remote input 13 broken

2021-05-10 Thread Bob Wilson, N6TV
On Sun, May 9, 2021 at 3:15 PM Art Nienhouse  wrote:

> */I have been using my Icom 7610 for about two years driving my KPA1500
> amp via the Remote jack 13 on the rear.


What is "Jack 13?"  Do you mean the REMOTE (CI-V) jack on the IC-7610 (a
3.5mm phono connector), or the REM jack on the KPA1500 (RCA), which is only
used for remote power ON, and you probably should not have anything
connected to it.


> setting up the menu in the 7610
> and the 1500 all worked just like it is supposed to .
> The cable to the ATU remote on the Icom works for the ATU [TUNE]
> function its a great combination.
>
> Tap the Icom band button the amp changes bands the ATU finds a match
> from memory without any RF transmission its worked 2 years. now it
> does not it just stopped working.  I can not remember any event that
> caused it to stop seeing the CI-V data input.
>

The most common cause is to plug the Icom CI-V cable into the KPA1500 TUNE
jack (the bottom one) instead of into the XCVR SERIAL jack (the top one).

>
> I have confirmed that the Icom CI-V is working correctly so the problem
> is with the KPA 1500 remote jack not working.
>

The KPA1500 REM jack is only used to power on the amp. remotely.  It is
*not* a CI-V connection to the REMOTE jack on the IC-7610.


> What should I look for?
>

Incorrect cabling or KPA1500 RADIO menu and BAUD rate not set to match CI-V
Baud Rate in radio.

If you recently updated the IC-7610 firmware, but did not save and restore
your menu settings then everything has been reset back to Icom factory
defaults in the IC-7610.

In the IC-7610 *SET > Connectors -> CI-V* menu:

Set *CI-V USB Port* to *Unlink from [REMOTE]*
Set *CI-V Baud Rate* to *19200*  (do not use *AUTO*.  Do not confuse this
setting with *CI-V USB Baud Rate* which is a completely independent for the
USB cable)
Set *CI-V Output (for ANT)* to *ON*


In KPA1500 Menu:

Set *RADIO TYPE* to *ICOM*
Set *RADIO POLL* to *OFF*
Set *SERIAL SPEED XCVR* to *19200*


73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] Share a port for KPA500

2021-05-10 Thread Bob Wilson, N6TV
I designed the S-BOX for just this type of serial port sharing.  It passes
all serial lines straight through from PC (normally) to Radio RS232, and
taps the RXD line (Pin 2) for the KPA500, KAT500, SteppIR, etc.   This
works with POLL OFF as long as a logging program is polling the radio
properly.  It also works in series with the K3S + CBL3PY + P3.

The S-BOX can just as easily be inserted as a null modem cable + tap
between TS-890S and TS-590S (and as a Y-cable to the KPA500, with TS-890S
Pin 2 connected to KPA500 XCVR SERIAL Pin 2).

So, it should work to connect the serial connector of the TS-890S to the
TS-590S with a tap, but as you say, if Kenwood only supports that
master/slave connection at 115200 baud, as stated in the Kenwood manuals,
then neither the KPA500 or KAT500 will be able to track, since they both
max out at 38400.  FYI, the KPA1500 XCVR SERIAL connector supports all
common baud rates from 4800 to 230,400 baud, but the KPA500 does not.

73,
Bob, N6TV
https://bit.ly/S-BOX


On Mon, May 10, 2021 at 12:24 PM Andy Durbin  wrote:

> "I have a TS-890S that has a KPA500 connected to the  radio's serial
> port.   The amp follows the radio, no problem.  Very slick.
>
> I also have a TS-590SG that I can use as a second receiver  for the
> TS-890.   For this to work right, the sub RX needs to connect to the 890
> via the serial port with a null modem cable and set to a 115,200 baud rate.
>
> Is there a simple way to get the band data to the amp while the 2 radios
> are connected to  each other as described above?"
>
> Does the TS-590SG/TS-890S absolutely have to be 115,200?   The KPA500
> maximum data rate is 38,400.
>
> If the TS-590SG/TS-890S link will work at 38,400 then it may be possible
> to pick off IF, FA and FB with a Y cable.  I don't know what subset of CAT
> commands is used when a TS-590SG is used as a second receiver so it may not
> be possible even if the interface does work at 38,400.
>
> Of course other options are available if an intermediate PC or smart
> controller can be used.
>
> 73,
> Andy, k3wyc
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] KPA500-KAT500 tuning settings

2021-05-10 Thread Bob Wilson, N6TV
Andy,

Kenwood rigs have master/slave menu options designed to enable one Kenwood
rig to follow the frequency of another.  The KAT500 manual recommends
enabling these options, but I cannot confirm if they affect the frequency
reported by the FA; command.  If you have a null modem cable, can you
please connect it to the TS-590 COM port when these options are enabled,
and report what gets output when SPLIT is ON?

TS-590S:

Set *Menu 58* TRANSFER SPLIT FREQUENCY DATA TO ANOTHER TRANSCEIVER to *ON*
Set *Menu 59* COPY SPLIT FREQUENCY DATA TO VFO to *ON*


TS-590SG:

Set *Menu 64* TRANSFER SPLIT FREQUENCY DATA TO ANOTHER TRANSCEIVER to *ON*
Set *Menu 65* COPY SPLIT FREQUENCY DATA TO VFO to *ON*


TS-890S:


Set *Menu 7-04* Quick Data Transfer to *A (TX/RX)*

Set *Menu 7-05 *Overwrite Location (Quick Data Transfer) to *VFO*


TS-990S:

Set *Menu 7-02* Quick Data Transfer to *ON*

Set *Menu 7-03 *Overwrite Location (Quick Data Transfer) to *VFO*


73,
Bob, N6TV


On Mon, May 10, 2021 at 9:48 AM Andy Durbin  wrote:

> "You can only connect a  maximum of three antennas to a KAT500."
>
> Any time you use a KAT500 with multiple antennas connected, and you also
> use a KPA500, you run the risk that the band change RF blip will fault the
> tuner, or the amplifier, or both.   This happens because the RF pulse gets
> to the amplifier before the antenna is changed.  This problem is not seen
> if the antenna is switched by an automatic antenna switch separate from the
> KAT500.
>
> The problem can be easily avoided by having KAT500 and KPA500 follow the
> TX VFO when the transceiver is in receive mode.
>
> Kenwood (at least the TS-590) does not restrict which VFO is used for TX
> or RX.  In simplex operation either VFO can be in use.  For split operation
> either VFO can be the RX VFO and the other is the TX VFO.  Kenwood also
> allows memory channels to define TX and RX frequency.  Memory channel
> frequencies do not influence FA or FB.  They only change IF.  Following
> Kenwood VFO A is, as I said before, a weak solution.   Elecraft has known
> for years how to use Kenwood IF, FA, and FB to extract the TX frequency
> regardless of which VFO is in use.  It's done in KPA500 and KPA1500.
>
> I still hold onto some fading hope that, when K4 demands less development
> attention, Elecraft will release a firmware update for the KAT500.
>
> 73,
> Andy, k3wyc
>
>
>
>
>
>
>
>
>
>
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] KPA500-KAT500 tuning settings

2021-05-09 Thread Bob Wilson, N6TV
Though it works, best practice when using a K3 is to use AUX cables.  The
AUXBUS line (pin 2) in the AUX cable provides notification to the K3 as the
amp switches from standby to operate, so drive power can be adjusted
automatically  AUXBUS also lets you use the band buttons on the KPA500 to
change bands on the K3, which most folks find much more convenient than
cycling through the band up/down buttons on the radio.

73,
Bob, N6TV

On Sun, May 9, 2021, 12:04 PM Jim Brown  wrote:

> On 5/9/2021 11:53 AM, Wes wrote:
> > Some will argue that r-f sensing works, which is true if you want to
> > transmit.  If you just want to listen, you are out of luck.
>
> The KAT500, KPA500, and KPA1500 will sense on a dit, a tap on a mic, or
> a quick pulse of Tune from WSJT-X. I've never used an AUX cable with
> these units, only the Amp Key line.
>
> 73, Jim K9YC
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] KPA500-KAT500 tuning settings

2021-05-09 Thread Bob Wilson, N6TV
On Sun, May 9, 2021 at 9:33 AM Wes  wrote:

> This despite the claim: "The KAT500 Automatic Antenna Tuner is designed to
> be
> closely integrated with the Elecraft K3 transceiver and the Elecraft
> KPA500
> amplifier although it may be easily used with other transceivers and
> amplifiers."
>
> The last part is simply not true, IMHO, of course.
>

I guess that depends on how you define "easily".   Plug and play cables and
plus some menu configuration seems pretty easy to me, if you have a Kenwood
rig.

IMHO, the KAT500 and KPA500 *is* very easy to use with Kenwood radios, with
VFO A auto-track, once connected property.  It's all well documented
in the KAT500
Owner's Manual

(pages 16 - 18), and Elecraft can supply KPA500/KAT500 interface cables for
a long list of non-Elecraft transceivers, listed here:

https://elecraft.com/products/75-discount-on-a-kpa500-kat500-power-combo

The S-BOX  can provide plug and play interfaces in
more complex environments, when you need even more devices connected to the
Kenwood serial port, such as SteppIR controllers and Bandmaster band
decoders.

Some combinations (Icom, Yaesu) do not provide frequency auto-track with
just cables, though Yaesu support should be easy to add to the KAT500 /
KPA500 firmware since they've already done the code for the KPA1500.  In
the meantime, N4PY Pegasus Plus software
 can transform any supported
transceiver's frequency into Kenwood format for the KAT500 as well, plus
there are Icom/Yaesu/Kenwood translating hardware solutions available in
some microHAM devices such as the MK2R+.

73,
Bob, N6TV
https://bit.ly/S-BOX
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] KPA500-KAT500 tuning settings

2021-05-09 Thread Bob Wilson, N6TV
On Sat, May 8, 2021 at 2:22 PM Andy Durbin  wrote:

> Having the KPA500 and KAT500 tune before transmit requires something to
> send TX band data to KPA500 and TX frequency data to KAT500.   Following
> Kenwood FA is a weak (in my opinion hopelessly unsatisfactory) solution
> since split operation usually has VFO B as the TX VFO.
>

In practice, wide split frequency operation is quite rare these days, so
tracking VFO A is usually OK.

Nevertheless, see page 16 - 18 of the KAT500 Owner's Manual

for interfacing to KPA500 and KAT500 via CBL-KENSER500 to a Kenwood rig.
Note the Kenwood TS-590SG menu settings on Page 18.

64 TRANSFER SPLIT FREQUENCY DATA TO ANOTHER TRANSCEIVER
65 COPY SPLIT FREQUENCY DATA TO VFO

These options may help the KAT500 track split frequencies better, but I
have not traced them to see how they change the output streams.

Elecraft has been asked to revise the KAT500 firmware so it properly
> extracts TX frequency from IF, FA, and FB just like KPA500 and KPA1500 do.
> I don't know when/if that update will be available.
>

I don't know when, but I think it is their goal.

73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] K3 (S) Weird Main RX issue

2021-05-08 Thread Bob Wilson, N6TV
Does rotating the MAIN RF GAIN knob back and forth make any difference?  Or
tapping the ANT or RX ANT buttons a lot to exercise the antenna relays?

I assume both receivers are listening to ANT1, and nothing is connected to
AUX RF or RX ANT.

What happens if you move the coax to ANT2?

73,
Bob, N6TV


On Sat, May 8, 2021 at 1:55 AM Udo Langenohl - DK5YA  wrote:

> Gentleman,
>
> I have a problem with the main receiver on one of my K3s. The main
> receiver is between 6 and 8dB worse than the second receiver. The stupid
> thing about it: it is not always like that, but the poor sensitivity
> comes sometimes creeping or sometimes suddenly. It seems to have
> something to do with the transmit / receive switching. I checked this
> very carefully with an HP8664A signal generator and a spectrum analyzer.
> Sometimes both receivers are exactly the same, then the main receiver
> slowly gets worse and worse (within a minute the amplification drops by
> 6-8dB) sometimes it happens immediately after switching from RX to TX
> and back. Then it happens that after switching from RX to TX and back
> again, both receivers are the same again. It can also happen that the
> main receiver is initially 8dB worse than the second receiver, but
> without RX / TX switching the missing 6-8dB are suddenly there again -
> in the middle of receiving mode, without switching. So it's intermittent
> and it drives me crazy not to find out what's going on. Is that another
> bad pin diode somewhere in the main receiver and if so: which one? Maybe
> someone has an idea? Help is very much appreciated.
>
> This is a K3 #56xx with all features and all upgrades so its more or
> less a K3S rather than an K3.
>
> 73 Udo, DK5YA
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] KPA500-KAT500 tuning settings

2021-05-08 Thread Bob Wilson, N6TV
Steef,

See this recent post for explanation:
http://mailman.qth.net/pipermail/elecraft/2021-April/284736.html.

The KAT500 can auto-track any Kenwood or Kenwood-compatible rig that
outputs frequency data in the format:  "FA00014025000;".  Connect the RS232
RXD line (Pin 2) of the Kenwood rig to the TXD line (tip) of KAT500 PC DATA
connector, with no connection on ring.  You have to use the BR; command to
set the baud rate of the KAT500 PC DATA jack to match the rig's RS232 baud
rate.

You can also uise a program like N4PY Pegasus Plus
 to keep the KAT500 / KPA500 in
sync. with the rig.

The S-BOX-USB provides either capability using standard commercial stereo
and serial cables, with parallel wiring to all logging programs and the
KPA500 XCVR SERIAL connector, so no splitters or custom cables are
required.  If you're using a TS-590S with a working USB port, you can
connect the computer to the USB port and connect both the KPA500 / KAT500
to the TS-590S COM port with such wiring (only wired RXD in parallel, never
TXD).

Modern Yaesu rigs do not output enough digits of information in the FA
command output (they drop most of the leading zeroes).  The KPA1500
firmware can handle the Yaesu format of FA frequency data to auto-track,
but the KPA500 and KAT500 cannot, though they could potentially be updated
to do that.

73,
Bob, N6TV
https://bit.ly/S-BOX


On Sat, May 8, 2021 at 4:59 AM  wrote:

> Hi,
>
> if I switch the KPA500 with the band buttons to another band I would
> expect the KAT500 to follow the last tune settings on the new band. However
> this is not the case, the tuner switches to the new band settings only when
> HF goes through. The 15-p cable is connected and there is no K3 connected.
> Is there a menu setting to let the KAT500 follow the KPA500?
>
> 73s Steef PA2A
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] [K4FT] K4 software release 13

2021-05-03 Thread Bob Wilson, N6TV
My bad.  Sent to wrong reflector.  This was for field testers.

Sorry.

73,
Bob, N6TV

On Mon, May 3, 2021, 6:59 PM David Box  wrote:

> Is there a release 13 available, I am not seeing it when I do an update
> check.
>
> de Dave K5MWR  K4D SN0078
>
>
> On 5/3/2021 20:24, Bob Wilson, N6TV wrote:
> > Installs fine.  I like the new spectrum overlay.
> >
> > Glad you fixed the AM / FM TX freq. bug.  Will close that one.
> >
> > 73,
> > Bob, N6TV
> >
> >
> > On Mon, May 3, 2021 at 2:16 PM Wayne Burdick  wrote:
> >
> >> Hi all,
> >>
> >> Please load and test the latest. See below.
> >>
> >> tnx
> >> Wayne
> >>
> >>
> >> * * * * *
> >>
> >>
> >> K4 SOFTWARE RELEASE NOTES
> >>
> >> NOTE: Release notes exclude minor UI changes, as well as items
> pertaining
> >> only to debugging, manufacturing test, or internals.
> >>
> >>
> >> 
> >>  RELEASE 13 
> >> 
> >>
> >> 5-3-2021
>
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] [K4FT] K4 software release 13

2021-05-03 Thread Bob Wilson, N6TV
Installs fine.  I like the new spectrum overlay.

Glad you fixed the AM / FM TX freq. bug.  Will close that one.

73,
Bob, N6TV


On Mon, May 3, 2021 at 2:16 PM Wayne Burdick  wrote:

> Hi all,
>
> Please load and test the latest. See below.
>
> tnx
> Wayne
>
>
> * * * * *
>
>
> K4 SOFTWARE RELEASE NOTES
>
> NOTE: Release notes exclude minor UI changes, as well as items pertaining
> only to debugging, manufacturing test, or internals.
>
>
> 
>  RELEASE 13 
> 
>
> 5-3-2021
>
> PANADAPTER SPECTRUM TRACE VISIBILITY:  The spectrum trace is now
> positioned in front of the VFO cursors to improve visibility.
>
> KREF4 FIRMWARE LOAD:  Corrected a problem with release 12 that could cause
> KREF4 firmware to load incorrectly.
>
> PANADAPTER FREEZE:  Fixes a case where the panadapter randomly freezes,
> typically after hours of operation.
>
> FLASH DRIVE IN FRONT USB JACK:  Improved compatibility between most USB
> flash drives and the front USB jack.
>
> AM AND FM TX:  Transmit is now on frequency in these modes.
>
> FOR SOFTWARE DEVELOPERS:  Added TQ command GET. Improved TU command
> handling.
>
>
> 
>  RELEASE 12 
> 
>
> 4-23-2021
>
> TX INHIBIT INDICATION CHANGED:  During TX inhibit, we no longer flash
> "TX". Instead we replace it with "TX Inh" for the duration of the inhibit
> event.
>
> ATU MATCHES IMPROVED:  The ATU now finds much better matches to Low-Z
> loads.
>
> DATE/TIME SETTING FUNCTION:  Tapping the time/date/status area, followed
> by a hold of "Set", now brings up a time setting window. This is intended
> for use when the K4 is not connected to the internet and requires time/date
> to be reset. One reason for this might be replacement of the backup
> battery. (If the K4 is or may be connected to the internet, check the box
> "Set Time/Date Automatically".
>
> RX AUTO-ATTENUATION MENU ENTRY:  Auto-attenuation due to excessively
> strong signals can now be used (set menu entry to ON). Previously, false
> ADC overflow conditions were reported during transmit. Note: Excessive
> signal strength is indicated by a change in color of the "+" in "+60" on
> the S-meter. If you see this indication persistently, consider either
> reducing front end gain manually or turning on auto-attenuation.
>
> PANADAPTER IMPROVEMENTS:  Use of dual pan with the sub RX turned on now
> always engages the K4D module (if available). This optimizes dynamic range
> in the case where the receivers are on different bands.
>
> SHUT-DOWN ISSUE CORRECTED:  Occasionally, the K4 was shutting down
> processes incorrectly at power-down.
>
> FOR K4 DEVELOPERS:  (1) The command sequence "K41;ME75.1;PC;" is now
> working as expected. (2) The #CAL command now automatically sets up the
> radio for panadapter level calibration. (3) Added experimental support for
> DM command.
>
> PANADAPTER AVERAGING CHANGE:  The parameter range for averaging is now
> 1-20 instead of 0-20. The original "0" setting was too fast to be useful.
>
> DTMF:  In FM mode, the user can now enter DTMF codes. Tap TX, then hold
> DTMF. PTT or XMIT must be asserted as well. Note: Work on this is still in
> progress.
>
> UPDATER PROGRAM CHANGE:  Removed the "Restore Defaults" button, which
> restored all factory defaults. A more nuanced init feature will be added.
> Note that you can also reset *individual* menu parameters to their factory
> default by tapping the NORM button.
>
>
> 
>  RELEASE 11 
> 
>
> 4-10-2021
>
>
> GENERAL IMPROVEMENTS:  Various stability enhancements.
>
> PREAMP 3 SETTING ADDED:  On 12/10/6 meters, there's now an optional preamp
> 3 (PRE3) setting. To enable preamp 3, use MENU:Preamp 3 (12/10/6). MDS
> improves by up to 4 dB over preamp 2.
>
> FSK DTR SELECT LINES CORRECTED:  DTR lines for FSK source selection were
> in the wrong order. Note: Even though the DTR lines are now in the correct
> order, they're still inverted in hardware.
>
> S-METER STUCK WHEN SUB RX TURNED OFF:  The DSP was only sending new values
> for S-meter purposes when the signal level was changing. This could leave
> the S-meter "hung" when the sub RX was turned off, and in certain other
> cases. To catch these cases, we now update the S-meter periodically even
> when the signal level is static.
>
> MAIN PANADAPTER SPECTRAL LEAKAGE FIXED:  The main panadapter was
> exhibiting spectral leakage ("Christmas tree effect") at spans below 20
> kHz. Further work pending to correct spectral leakage in mini-pan at high
> signal levels.
>
> MOVED 60/40 METER BAND BOUNDARY:  This boundary was originally at 6.000
> MHz. Moved to 5.950 MHz to avoid VFO tuning delays when tuning right at
> 6.000.
>
> APF LOST ON A/B SWAP -- FIXED:  When the audio peaking filter (APF) was
> turned on, then A/B VFOs swapped, the APF setting was sometimes getting
> lost. This has been corrected.
>
>
> 
>  RELEASE 10 
> 
>
>

Re: [Elecraft] K4 interface to KPA-1500

2021-04-30 Thread Bob Wilson, N6TV
With a KPA500, just set RADIO to K3, and this works fine with the K4.  No
KPA500 firmware update is needed.

The K4 recognizes the difference between the KPA1500 and KPA500 by the
AUXBUS messages it receives, so it changes popup messages such as "KPA500
Status:  operate" and "KPA500 Status:  standby" to "KPA1500 Status: ..."
automatically.

73,
Bob, N6TV

On Fri, Apr 30, 2021, 3:50 PM Alan - G4GNX  wrote:

> Is there an update to the KPA500 firmware that reflects the K4?
>
> 73,
>
> Alan. G4GNX
>
>
> -- Original Message --
> From: "Bob Wilson, N6TV" 
> To: "James F. Boehner, MD" 
> Cc: "Elecraft Reflector" 
> Sent: 30/04/2021 05:38:24
> Subject: Re: [Elecraft] K4 interface to KPA-1500
>
> >Also be sure to set RADIO TYPE to K4 in the KPA1500 menu. If you don't see
> >it listed, upgrade the KPA1500 firmware.
> >
> >73,
> >Bob, N6TV
> >
>
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] K4 interface to KPA-1500

2021-04-29 Thread Bob Wilson, N6TV
Also be sure to set RADIO TYPE to K4 in the KPA1500 menu. If you don't see
it listed, upgrade the KPA1500 firmware.

73,
Bob, N6TV

On Thu, Apr 29, 2021, 9:16 PM James F. Boehner, MD via Elecraft <
elecraft@mailman.qth.net> wrote:

> Is there information anywhere on how to interface the K4 to a KPA-1500 with
> the use of a KPAK3AUX cable?  Is it straightforward as with the K3?
>
>
>
> Is there a direct connection between the Tx sample connectors on the two
> units?  Is there a setting in the K4 that must be made to use the Tx
> sample?
>
>
>
> Thanks!
>
>
>
> '73 de JIM N2ZZ
>
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] K4 interface to KPA-1500

2021-04-29 Thread Bob Wilson, N6TV
Yes, identical AUX cable (and/or Y-BOX) works fine.

TX Sample is not yet implemented (could be a while).  I recommend leaving
that connector unused until further notice.

73,
Bob, N6TV
https://bit.ly/Y-BOX

On Thu, Apr 29, 2021, 9:16 PM James F. Boehner, MD via Elecraft <
elecraft@mailman.qth.net> wrote:

> Is there information anywhere on how to interface the K4 to a KPA-1500 with
> the use of a KPAK3AUX cable?  Is it straightforward as with the K3?
>
>
>
> Is there a direct connection between the Tx sample connectors on the two
> units?  Is there a setting in the K4 that must be made to use the Tx
> sample?
>
>
>
> Thanks!
>
>
>
> '73 de JIM N2ZZ
>
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] [K3] RTTY Questions

2021-04-29 Thread Bob Wilson, N6TV
On Thu, Apr 29, 2021, 8:20 PM John Reilly  wrote:

> I have two K3 questions:
> 1. In Data MD, AFSk A, you can set the baud rate to either 45 or 75.
> Is the baud rate just for the RTTY reader?


Yes

Does it affect anything else?
>

No.

2. With my K3s power set to 100w, RTTY starts at a little below 50w
> and and then fairly slowly builds to 100w (measured on an external
> wattmeter). I've done a TX calibration -- no change. What is going on?


You may have lost a final.  How to confirn (TNX WE6R):

1. Mode: SSB
2. Band: 160m
3. Power: 10W
4. Speak into the microphone and listen on another receiver.
5. Continue speaking while listening on the other receiver and slowly
increasing the power.
6. If the received audio becomes terribly distorted once you get above 13
or 14 watts, it usually means that you need to have the unit repaired to
replace a final.

GL.

73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] K3/KPA500 question

2021-04-27 Thread Bob Wilson, N6TV
On Tue, Apr 27, 2021 at 8:34 PM Andy Durbin  wrote:

> "It's not clear why this feature of the KPA500 is a "PITA," since the
> majority of users want the rig and the amp. to always be locked to the same
> band.  "
>
> And that is exactly why the band buttons are a PITA - If pressed they
> would ensure that my KPA500 is NOT on the same band as my transmitter.
>

Well, a few milliseconds after you transmit, the KPA500's frequency counter
will automatically switch the KPA500 back to the right band.


> if I want to select bands, I would do it with the TS-590 band buttons
> which each provide a 3 deep frequency/mode stack.
> I don't need any help.  I have effectively defeated the KPA500 band
> buttons but I only added that code after I realized the risk they presented.
>

OK, but for others who may be curious, the KPA500 can automatically track
the band of TS-590S with no computer and no custom code required.  Just a
connect a straight serial cable from the KPA500 *XCVR (RS232)* jack to the
TS-590S *COM* port, and set the KPA500 MENU as follows:

RADIO to SERIAL
RS232X to the baud rate of the TS-590S COM port
SER POLL ON if the TS-590S is the only device connected to the TS-590S COM
PORT
-or-
SER POLL OFF if some other device like an RS232 band decoder is polling the
radio on the TS-590S COM port, in which case both KPA500 and the device can
be connected in parallel to the TS-590S COM port via an RS-232 Y-Cable or
S-BOX.  SER POLL OFF uses a relay to open the TXD pin of the KPA500 RS232
connector, so the usual problems caused by connecting two RS232 devices in
parallel are no problem.


Now the KPA500 will automatically track the band of the TS-590S, as will
an RS232 band decoder or similar.

73,
Bob, N6TV
https://bit.ly/S-BOX
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] K3/KPA500 question

2021-04-27 Thread Bob Wilson, N6TV
OTOH, if you change Radio type from K3 to BCD, and have set the K3
menu *CONFIG:PWR-SET
*to *PER-BAND*, the K3 will no longer be able to recognize when a KPA500 or
KPA1500 is switched from STBY to OPER, so there will effectively be just
one fixed drive power setting stored per band, instead of two power
settings (one for amp in OPER and a second for amp in STBY).

73,
Bob, N6TV


On Tue, Apr 27, 2021 at 8:19 PM Bob Wilson, N6TV  wrote:

> It's not clear why this feature of the KPA500 is a "PITA," since the
> majority of users want the rig and the amp. to always be locked to the same
> band.  However, I suppose it could be a problem in a station where antenna
> switching is all manual rather than automatic.
>
> In that case, one can change the KPA500 "RADIO" menu from "K3" to "BCD",
> and now the band buttons will not change the band of the K3 anymore, but
> the amp. will still follow band changes made by the K3.
>
> Hope that helps.
>
> 73,
> Bob, N6TV
>
> On Sun, Apr 25, 2021 at 1:11 PM Andy Durbin  wrote:
>
>> "FYI, you can still tap the BAND buttons on the KPA500 to change bands on
>> the K3, because that uses the AUXBUS line (ACC Pin 2), not the BAND DATA
>> lines.  Many folks may have never discovered this cool feature of the
>> KPA500 and KPA1500."
>>
>> I had to write code to put the KPA500 back on the correct band if one of
>> these band buttons was accidentally pressed.  I wish there was a way to
>> disable them completely.  One person's cool feature is another's PITA.
>>
>> Andy, k3wyc
>>
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] K3/KPA500 question

2021-04-27 Thread Bob Wilson, N6TV
It's not clear why this feature of the KPA500 is a "PITA," since the
majority of users want the rig and the amp. to always be locked to the same
band.  However, I suppose it could be a problem in a station where antenna
switching is all manual rather than automatic.

In that case, one can change the KPA500 "RADIO" menu from "K3" to "BCD",
and now the band buttons will not change the band of the K3 anymore, but
the amp. will still follow band changes made by the K3.

Hope that helps.

73,
Bob, N6TV

On Sun, Apr 25, 2021 at 1:11 PM Andy Durbin  wrote:

> "FYI, you can still tap the BAND buttons on the KPA500 to change bands on
> the K3, because that uses the AUXBUS line (ACC Pin 2), not the BAND DATA
> lines.  Many folks may have never discovered this cool feature of the
> KPA500 and KPA1500."
>
> I had to write code to put the KPA500 back on the correct band if one of
> these band buttons was accidentally pressed.  I wish there was a way to
> disable them completely.  One person's cool feature is another's PITA.
>
> Andy, k3wyc
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] K3/KPA500 question

2021-04-25 Thread Bob Wilson, N6TV
Does your automatic antenna switch use the Unified Microsystems BCD-10 or
BCD-14 band decoders, or is your design similar to the 4O3A Antenna Genius?

These products all use opto-Isolators on the four Band Data lines in the
AUX cable.  Wiring this type of decoder in parallel with the
K3/KAT500/KPA500 AUX cable via a 15-pin Y-cable or similar *will usually
cause automatic band changes on the KPA500 to stop working*, until you
disconnect the antenna switch's band decoder, or send some RF so that the
KPA500 frequency counter takes over.  Not cool.

Opto-isolators draw too much current from the K3 ACC pins, leaving too
little voltage for the KPA500's band decoder to track properly.  This is no
problem for the KPA1500, only the KPA500, with or without the KAT500.

The solution I discovered was to connect four 4.7K pull-up resistors to 12V
to each band data pin in the K3 ACC cable, assuming the band decoder in the
antenna switch can handle 12V instead of 5V (most can).  The KAT500 and
KPA500 will have no problem with 12V on the band data lines.

The Y-BOX v3.0 (not pictured on my website because I have not had time to
update it) includes these four pull-up resistors.  They can conveniently be
wired internally to the band data pins, and band switching should work
again when all the devices are connected in parallel to the K3 ACC via the
Y-BOX.  This assumes your KPA500 "RADIO" menu is set to "K3" or to "BCD" so
it tracks properly when the automatic antenna switch is disconnected from
the ACC/AUX cables.

FYI, you can still tap the BAND buttons on the KPA500 to change bands on
the K3, because that uses the AUXBUS line (ACC Pin 2), not the BAND DATA
lines.  Many folks may have never discovered this cool feature of the
KPA500 and KPA1500.

73,
Bob, N6TV
https://bit.ly/Y-BOX


On Fri, Apr 23, 2021 at 6:18 PM Joe K2UF  wrote:

> I have my K3-KAT500-KPA500 working great.  The amp is off to the left side
> and I can't see the display easily.  while working on building an auto
> antenna switch  I noticed  that the band display on the amp does not synch
> with the K3.  It seems to be random.  If I hit  one dit on the key  the amp
> will synch the band with the K3.  I am not sure if this has been working
> like this right along and just did not  notice.
>
> Any ideas guys.
>
> 73 Joe K2UF
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] Connecting PC to K3S

2021-03-17 Thread Bob Wilson, N6TV
On Sun, Jan 24, 2021 at 6:05 PM NJMike  wrote:

> One thing is the connection from my laptop to the K3S.  The laptop has 2
> USB
> ports.  One USB port is used with a wireless keyboard.  The other USB port
> is connected to a 4-port hub.  From the hub, one port goes to a Winkeyer.
> Another port on the hub has the USB connector for a mouse.
>
> I don't think I will need the Winkeyer with the K3S.  (Can someone confirm
> this?).


The K3S has a built in keyer for your paddle.  And, as K8TE mentioned, you
can also key computer-generated CW and PTT from many (but not all) logging
programs, using the CONFIG:PTT-KEY menu in the K3S to enable CW and PTT
keying over the USB cable's virtual "DTR" and "RTS" pins.  No WinKey
required.

This is covered in great detail in this presentation, linked from my
qrz.com page .

Everything You Need to Know About USB and Serial Interfaces
, presented at 2020 Dayton CTU via Zoom

   - Watch YouTube recording of this presentation here
   .

If you're using N3FJP, my S-BOX-USB  can provide the
second serial port it requires to key CW and PTT via RTS and DTR, merging
these lines into the lone serial port on the K3 or K3S RS232 cable, or
keying via the KEY and PTT jacks with additional cables.

I assume I could still use the hub and now use a USB to USB mini cable to
> connect to the K3S.
>

There is no "USB mini" connector on the K3S.  It's a standard USB Type B
(square) connector.  These connectors are also illustrated in the
presentation referenced above; see Slide 6.


> The laptop also has a mini HDMI port.  Could I use a micro HDMI to mini
> USB to control the K3S?
>

Sorry, the mini HDMI to mini USB adapter does not produce a virtual serial
port.  It provides an HDMI monitor port.  Any USB to HDMI adapters you'll
find on the web are there to convert the USB port on a PC (type A) to HDMI
monitor ports, so you can connect an HDMI monitor if your PC has no HDMI
ports.  But you can't plug those adapters into a K3S (wrong connector).

Just connect a common USB Type A to USB Type B cable from your USB hub to
the K3S, and you'll be in business with both logging software and
(potentially) computer-generated CW and PTT.  Now, if you also want
computer-generated FSK RTTY keying, you can use a device like my S-BOX to
add that capability.   FSK RTTY keying is through the 15-pin ACC connector
of the K3S, which can't be connected directly to a computer.

NEVER plug a VGA cable or a VGA adapter into the K3's ACC connector; it's
the same physical connector type (DE-15F), but it is NOT a VGA monitor
port, and trying to connect a monitor cable there could cause damage.
Never do it.

My other offering, the Y-BOX, is useful if you need to connect multiple
devices to the K3 ACC port, or need a breakout box.  Such devices include
the Mortty FSK keyer, or a microHAM device, or RemoteRig box, in addition
to Elecraft devices like the KAT500/KPA500 and KPA1500, or a band decoder /
automatic antenna switch.

73,
Bob, N6TV
https://bit.ly/S-BOX
https://bit.ly/Y-BOX
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


[Elecraft] You probably do not need a K4HD for SO2R contesting

2021-01-27 Thread Bob Wilson, N6TV
Old Subject line was:  "K4 Panadapter Display"

This is in response to the post by NJ8M, excerpted below.

I've been testing a pair of K4D (not HD) radios for SO2R (Single Op Two
Radio) contesting at my QTH, which has one tower, closely-spaced monoband
antennas, and 1500W output.  I'm using Array Solutions 200W W3NQN Bandpass
filters and Top Ten Devices coax stubs.  There are two or more contest
stations on the mountains above me (K6TD's remote, and W6NL) that are
line-of-sight, and they can produce very loud signals, S9 +50 dB or more
off the back of my beams.

The front end of the K4D performs just as well, as far as I can tell, as
the two K3 radios I used before, which had 8 pole crystal filters (the
Inrad 500 Hz 8-pole crystal was my favorite).  I've heard no "AGC pumping"
or "desense" on the K4D, from either of these loud stations a few kHz away,
though I can hear their transmitted phase noise, and see it on the K4
scope.  I can transmit on one band and listen on an adjacent band, and
though I hear my harmonics or IMD for neighborhood non-linear devices in
certain directions, the K4D receiver doesn't "block" when I transmit on the
other.

As I've mentioned before, the K4D audio is a vast improvement over the K3
and K3S, which really helps when you're lucky enough to attract a pileup.
The QSK is better too, which helps when you're calling in a pileup.

Furthermore, you DO NOT need to tap multiple times to switch to the RX
antenna, as seen in the recent live demo by WA6HHQ.  What Eric did not get
to demonstrate is that there is an ANT CFG menu option that allows you to
select which antennas you want the RX ANT button to cycle through.  When
that option is selected, a single tap of the RX ANT button toggles the
receiver between the TX ANT and RX1 antennas, say, instead of popping up a
menu, so the K4D can work the same as the K3.  You can also toggle an RX
ANT in and out from the keyboard of your logging software, simply by
sending a host command with a function key. Or you can cycle through
multiple RX antennas with each tap.  The same applies to the TX antennas.

The 8 K-POD buttons can also be used to send host commands (or "macros") to
do anything you can do with a button, or several buttons.

The only time the K4HD model might be best would be when there are two rigs *on
the same band*, such as at Field Day, or at a large DXpedition, or at a
large Multi-Multi station with a RUN and MULT stations on the same band.

And, as I understand it, the plan is that a K4D can be field upgradable to
an K4HD model at a later date.  What remains to be seen, though, is if the
"ripple" in the roofing filters of the HD module introduces any pileup
mush, which was one explanation for why the K3 and K3S still had some
pileup mush, even after the K3 AGC settings and RF Gain were properly
adjusted as recommended here
.
Time will tell.  As of now, I haven't heard any pileup mush (RX IMD or
Audio IMD) in the K4D.

As for noise blanking and noise reduction, it's not something I can offer
an opinion about, because I prefer to leave both OFF, as I did on my K3.

73,
Bob, N6TV
K4 Field Tester

On Tue, Jan 26, 2021 at 9:15 AM Morgan Bailey  wrote:


> For me I need a bomb proof front end for a high RF environment, namely
> SO2R on a city lot using the same antenna for 2 radios at the same time
> with band pass filters and multiplexers that offer 100db of rejection. To
> date no SDR only radio offers what a superhet offers. Until the HD model is
> implemented, the K4 is not the radio for me.  If I were to be a one radio
> shack radio user and not 2 for SO2R, it would be my first choice. For
> instance, the IC7300 and IC7610, both are fantastic radios. Put another RF
> source remotely near them and the ADC is overloaded and the AGC
> pumps/attacks and you hear nothing. Both are a massive failure when using
> SO2R or at Field Day. The second thing that I need, being in a large city
> is the ability of the receiver to deal with intermittent noise problems.
> Line noise and the increased noise floor that highly populated areas hit
> the front end of a receiver has to be ameliorated by the receiver.
> Algorithms for noise blanking, and digital noise reduction and a tunable
> passband capability without ringing and loss of weak signal detection is
> what is needed. That is a tall order. Narrowing down the frequency by a
> superhet front end and adding band pass filters to help with this will cut
> the work of the ADC down due to the decreased spectrum that needs to be
> converted. Then the FPGA and DSP sections do not have to process so much
> data and this should speed up the response time and will add increased
> selectivity, hopefully.  But until the HD is implemented this is not going
> to happen.
>


> Morgan Bailey NJ8M
>
>
__
Elecraft mailing list
Home: 

Re: [Elecraft] DB15HD cable sopurce

2021-01-24 Thread Bob Wilson, N6TV
This appears is the same Amphenol cable that I supply with my devices, for
$12 ea. if purchased with S-BOX or Y-BOX ($10 for a 2.5-ft version).  I
also have a few longer ones.

However, the link points to a M/F cable, which works from my Y-BOX v2.x or
v3.x to AMP AUX, but should never be connected between K3 ACC and AMP AUX.
There must be no connection on pins 1, 4, 6, 7, or 8 when connecting a K3
or K4 ACC to an Elecraft amplifier's AUX connector, which is how the
KPAK3AUX cable is wired.

Furthermore, Jim probably needs M/M cable for a homebrew Y-BOX, not M/F.  I
have those too, in 2.5-ft and 5.0-ft lengths, but I prefer to provide
cables with a purchase of a Y-BOX or S-BOX, or to support those who already
own one, rather than to take time to ship individual cables.

73,
Bob, N6TV
https://bit.ly/Y-BOX
https://bit.ly/S-BOX


On Sun, Jan 24, 2021 at 4:32 PM Ken Widelitz  wrote:

> Hi Jim,
>
> I just had the same experience with a TopTen decoder and a K3. Be careful
> of the cables with the molded ends that don't screw-in and can't be
> connected to the K3 ACC port without the K3 screw nuts removed from the
> chassis. That makes the connection unstable.
>
> I recently ordered"
>
> https://www.amazon.com/gp/product/B00O072K4I/ref=ppx_od_dt_b_asin_title_s00?ie=UTF8=1
>
> I have not yet received the cable.
>
> 73, Ken, K6LA / VY2TT
>
>
> On Sun, Jan 24, 2021 at 3:57 PM Jim Rhodes  wrote:
>
> > Moving things in the shack so I am looking for a source for good quality
> > cable to run from my K3 to a home brew Y-box that I have been using for
> > years. Needs to have all 15 pins run through. Does anyone know of a
> source
> > for such aqn animal?
> >
> > --
> > Jim K0XU
> > j...@rhodesend.net
> > __
> > Elecraft mailing list
> > Home: http://mailman.qth.net/mailman/listinfo/elecraft
> > Help: http://mailman.qth.net/mmfaq.htm
> > Post: mailto:Elecraft@mailman.qth.net
> >
> > This list hosted by: http://www.qsl.net
> > Please help support this email list: http://www.qsl.net/donate.html
> > Message delivered to kwidel...@gmail.com
> >
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] How to download firmware into K4

2021-01-14 Thread Bob Wilson, N6TV
On Thu, Jan 14, 2021 at 4:24 PM Tim Tucker  wrote:

> I plan to buy one of these to interface the K4 ethernet to my home Wifi:
>
>
> https://www.amazon.com/IOGEAR-Ethernet-2-WiFi-Universal-Wireless-GWU637/dp/B018YPWORE


That will probably work fine once programmed to connect to your WiFi Router.

If there's a PC in the shack with an unused Ethernet port, one that
connects to the Internet via WiFi, Windows Internet Connection sharing
could also work, with an Ethernet cable between PC and K4.

Per WA6HHQ, Elecraft is also working to provide a way to update the
firmware via flash drive, where a PC (or MAC?) could be used to download
firmware from a web site.  Obviously updating via direct Internet
connection will be the most convenient.

73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] K4 controlled by K3?

2021-01-13 Thread Bob Wilson, N6TV
On Tue, Jan 12, 2021, 3:15 PM weave...@usermail.com 
wrote:

Can the K3 (K3/0)  control the K4 remotely?


No, because the interface is too different.  A K4/0 is expected to provide
this capability.

73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] How to download firmware into K4

2021-01-13 Thread Bob Wilson, N6TV
Yes, you connect the K4 Ethernet port to your Router or Ethernet switch,
then software updates may be downloaded on demand direct from the Internet
by tapping Fn > UPDATE and following the prompts.

73,
Bob, N6TV
K4 Field Tester

On Tue, Jan 12, 2021, 2:19 PM Joseph Trombino, Jr 
wrote:

> Howdy Gang.
>
> Just went through a preliminary introduction to the K4 doc and didn’t see
> anything abut how to load new firmware into the K4.
>
> Is this where the Ethernet port comes into play?
>
> Any info appreciated.
>
> Take care, stay healthy and enjoy.
>
> 73, Joe W2KJ
> I QRP, therefore I am
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 

Re: [Elecraft] N6TV S-Box and Y-Box

2021-01-06 Thread Bob Wilson, N6TV
Thank you very much Eric,

A collection of PDF files with block diagrams and schematics detailing the
custom S-BOX and Y-BOX design that I came up with so that WD6DBM could
connect any one of these:

K2/100

K3 + 3 transveters

K4

KX2
KX3


with any one of these

KAT500 / KPA500

KPA1500


using only off-the shelf cables, may be downloaded here:

https://www.kkn.net/~n6tv/S-BOX_Y-BOX_WD6DBM.zip


73,
Bob, N6TV
https://bit.ly/Y-BOX
https://bit.ly/S-BOX


On Wed, Jan 6, 2021 at 10:25 AM eric norris via Elecraft <
elecraft@mailman.qth.net> wrote:

> This is an unsolicited, whole-hearted endorsement of N6TV's S-Boxes and
> Y-Box.
> I wish I had taken a picture of the pile of wiring eliminated by my first
> Y-Box.
> Bob recently delivered an S-Box that allows my two K2s (with serial I/O
> and key-out options), KX2, or KX3 to be connected to a KAT/KPA500 or
> KPA1500.  The playtime options are nearly endless, and I had a blast on
> Straight Key Night using my K2s and HW-16.  Sadly, the chrping, whooping,
> drifting, and clicking Heath HW-16 cannot be supported by the S-Box.
> Thanks, Bob!
> Links here:
> https://bit.ly/S-BOXhttps://bit.ly/Y-BOX
> 73, Eric WD6DBM
>
> 
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 

Re: [Elecraft] USB monitor issue?

2020-12-07 Thread Bob Wilson, N6TV
There's a special setting only documented in the K3 Firmware Release Notes as
follows:

* TX LINE OUT (MONITOR) LEVEL NOW ADJUSTABLE: In CONFIG:LIN OUT menu
entry, tap '2'  (REV switch) to set the "T=" level (TX monitor). Tap '2'
again to return to the RX LINE OUT setting.

So if you go to CONFIG:LIN OUT, then tap [2], you can change the sidetone
(or SSB) monitor level to 0.

There is also a "Listen to this device" checkbox in the Windows Sound
Control panel, sound card Properties, that you may need to disable.  Run
mmsys.cpl to locate the USB Audio CODEC, under the *Recording* tab.

73,
Bob, N6TV

On Mon, Dec 7, 2020, 11:58 AM Dave Kelley via Elecraft <
elecraft@mailman.qth.net> wrote:

> I’ve been using RemoteTX for my remote operation for a while now.  With
> the 7300 it worked just fine using the USB port for audio and control.
>
> I switched over to use it with my K3S and it seems to work differently in
> one strange annoying way.  The audio coming over the USB line is constantly
> monitored and sent to me over RemoteTX.  Even during transmissions.  Unlike
> the 7300, I’m getting an echo of whatever I’m saying.  And, of course, it’s
> delayed to make it even harder to talk.  ;)
>
> Now, if I connect to the rig using an external sound card and the line in
> and out on the back, it works fine, as long as I have the Monitor turned
> down to zero.  What it sounds like is that there is a ‘monitor’ function
> going on when I use the USB connection.  Does anyone know anything about
> this?  Like a secret menu/button that I’ve missed to adjust a ‘monitor’
> function on the USB connection.  Or some blatantly obvious paragraph in the
> manual, that is probably in bold, that I can’t seem to find?
>
> And yep, I could just do the external sound card, but hey, it’s more fun
> to make things work, right?  ;)
>
> Be safe all!
>
> Dave, AI7R
>
> "I may not have had the best childhood, but I've certainly had the
> longest!"
>
>
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 

Re: [Elecraft] K3 shortening CW dits

2020-12-07 Thread Bob Wilson, N6TV
That was supposed to say *CONFIG:PTT-KEY RTS-DTR*.

73,
Bob, N6TV


On Mon, Dec 7, 2020 at 4:05 PM Bob Wilson, N6TV  wrote:

> I posted various solutions to the K3 element shortening issue about 7
> years ago. See this link on my QRZ.COM page <https://qrz.com/db/n6tv>:
>
>- How to get clean fast CW from an Elecraft K3 without using CW QRQ
>mode
><http://lists.f5mzn.org/pipermail/support/2013-November/083384.html> (post
>to Win-Test Reflector, November 14th, 2013)
>
> This was before the KSYN3A upgrades, which only helped the keying problem
> a little.  Element shortening is still there, and bad CW jitter is still
> present in the K3 + KSYN3A at speeds above 37 WPM with external keying.
> The internal K3 keyer sounds fine (it compensates), but external keying is
> a problem.  With VOX ON (QSK or semi-breakin), no PTT input, all keying
> elements are shorted by the TX DLY.  The default TX DLY nor 008 is really
> closer to 6 ms delay, after you get the KSYN3A upgrade, hence 6 ms of
> keying compensation required.  A high TX DLY for a slow amp. relay makes
> the problem much worse.  Keying Compensation is unfortunately not available
> in N1MM+ when using the convenient DTR and RTS CW keying over the K3 serial
> port or the K3S USB cable (CONFIG:PTT-KEY RTS-TR), but it should be added
> IMHO.  This feature is already available in Win-Test.
>
> More details and other fixes (e.g. use software generated PTT, no keying
> compensation) are found in that post above.
>
> The K4 has NO CW jitter problems that I've found, but element shortening
> by TX DLY is still present, and I've filed bug reports about it, but it's
> not at the top of their list yet.
>
> 73,
> Bob, N6TV
> K4 Field Tester
>
>
> On Sun, Dec 6, 2020 at 2:01 PM Dave Hachadorian 
> wrote:
>
>> Bingo! That's the answer!  Many thanks Bill!
>>
>> I confirm that keying compensation = 6 produces nice 50% duty cycle dits
>> with the K3.
>>
>> Dave Hachadorian, K6LL
>> Yuma, AZ
>>
>> -Original Message-
>> From: Willard Myers
>> Sent: Sunday, December 6, 2020 2:34 PM
>> To: k6ll.d...@gmail.com
>> Subject: [Elecraft] K3 shortening CW dits
>>
>> Dave,
>>
>> What you have found applies to all K3 radios when keyed by the KEY IN
>> port.
>> The key-down duration is too short by about 6 ms, independent of sending
>> speed. I address it by setting the Keying Compensation in my WinKeyer to
>> 6.
>>
>>   Bill, K1GQ
>>
>>   Bill=
>>
>> __
>> Elecraft mailing list
>> Home: http://mailman.qth.net/mailman/listinfo/elecraft
>> Help: http://mailman.qth.net/mmfaq.htm
>> Post: mailto:Elecraft@mailman.qth.net
>>
>> This list hosted by: http://www.qsl.net
>> Please help support this email list: http://www.qsl.net/donate.html
>> Message delivered to n...@arrl.net
>>
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] K3 shortening CW dits

2020-12-07 Thread Bob Wilson, N6TV
I posted various solutions to the K3 element shortening issue about 7 years
ago. See this link on my QRZ.COM page :

   - How to get clean fast CW from an Elecraft K3 without using CW QRQ mode
    (post
   to Win-Test Reflector, November 14th, 2013)

This was before the KSYN3A upgrades, which only helped the keying problem a
little.  Element shortening is still there, and bad CW jitter is still
present in the K3 + KSYN3A at speeds above 37 WPM with external keying.
The internal K3 keyer sounds fine (it compensates), but external keying is
a problem.  With VOX ON (QSK or semi-breakin), no PTT input, all keying
elements are shorted by the TX DLY.  The default TX DLY nor 008 is really
closer to 6 ms delay, after you get the KSYN3A upgrade, hence 6 ms of
keying compensation required.  A high TX DLY for a slow amp. relay makes
the problem much worse.  Keying Compensation is unfortunately not available
in N1MM+ when using the convenient DTR and RTS CW keying over the K3 serial
port or the K3S USB cable (CONFIG:PTT-KEY RTS-TR), but it should be added
IMHO.  This feature is already available in Win-Test.

More details and other fixes (e.g. use software generated PTT, no keying
compensation) are found in that post above.

The K4 has NO CW jitter problems that I've found, but element shortening by
TX DLY is still present, and I've filed bug reports about it, but it's not
at the top of their list yet.

73,
Bob, N6TV
K4 Field Tester


On Sun, Dec 6, 2020 at 2:01 PM Dave Hachadorian  wrote:

> Bingo! That's the answer!  Many thanks Bill!
>
> I confirm that keying compensation = 6 produces nice 50% duty cycle dits
> with the K3.
>
> Dave Hachadorian, K6LL
> Yuma, AZ
>
> -Original Message-
> From: Willard Myers
> Sent: Sunday, December 6, 2020 2:34 PM
> To: k6ll.d...@gmail.com
> Subject: [Elecraft] K3 shortening CW dits
>
> Dave,
>
> What you have found applies to all K3 radios when keyed by the KEY IN port.
> The key-down duration is too short by about 6 ms, independent of sending
> speed. I address it by setting the Keying Compensation in my WinKeyer to 6.
>
>   Bill, K1GQ
>
>   Bill=
>
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: Missing argument in org-reset-checkbox-state-subtree?

2020-11-12 Thread Bob Wilson
Thanks again Kyle,
   Per your suggestion I have reverted my change to 
org-reset-checkbox-state-subtree, and instead updated 
org-reset-checkbox-state-maybe in org-checklist.el (I’m much happier editing 
org add-ons than editing org!).

Specifically, I follow up org-reset-checkbox-state-subtree with a call to:
(org-map-entries ‘org-update-parent-todo-statistics)

and this seems to address my problem as well, but definitely more elegantly!

Kind regards,
Bob

> On Nov 11, 2020, at 7:22 PM, Kyle Meyer  wrote:
> 
> Bob Wilson writes:
> 
>> I’m writing about a possible bug in
>> org-reset-checkbox-state-subtree. This function calls
>> org-update-checkbox-count-maybe with argument 'all, but this value is
>> not defined in the function (or anywhere else that I can see).
> 
> [ I'm looking at the copy on master (e9c3993ee), though org-list.el
>  hasn't changed since that last release. ]
> 
> org-reset-checkbox-state-subtree calls
> 
>(org-update-checkbox-count-maybe 'all)
> 
> and org-update-checkbox-count-maybe calls
> 
>(org-update-checkbox-count all)
> 
> And org-update-checkbox-count considers ALL, so I'm not spotting
> anything that's undefined.
> 
>> I’d like this value to be nil because I don’t want to update the
>> statistics cookies in the entire buffer, but I don’t see a way to do
>> this (pardon my limited elisp). My workaround is to add an optional
>> all argument to org-reset-checkbox-state-subtree and pass it to
>> org-update-checkbox-count-maybe.
> 
> Why does refreshing the stats for the entire buffer cause a problem for
> you?
> 
>> This seems like the desired functionality unless I’m missing
>> something. Is the current implementation intentional?
> 
> Yes, the change was made with a0bc3bdeb (org-list: fix update of
> check-boxes cookies in whole trees, 2011-06-20).  The example that
> prompted that change was reported at
> <https://orgmode.org/list/87fwn4bhcy@gmail.com/>.
> 
> Here's a reduced example:
> 
>  * a
>  ** aa [1/1]
>  - [X] l
>  ** ab [1/1]
>  - [X] m
> 
> Calling org-reset-checkbox-state-subtree with point at the top-level "a"
> should uncheck l and m and the stats of both subheadings should go to
> [0/1]:
> 
>  * a
>  ** aa [0/1]
>  - [ ] l
>  ** ab [0/1]
>  - [ ] m
> 
> If you were to drop `all' from -reset-checkbox-state-subtree's the call
> to -update-checkbox-count-maybe, the result would instead be
> 
>  * a
>  ** aa [1/1]
>  - [ ] l
>  ** ab [0/1]
>  - [ ] m




Re: Missing argument in org-reset-checkbox-state-subtree?

2020-11-12 Thread Bob Wilson
Hi Kyle,
   Thanks so much for your thoughtful response. It would probably be helpful if 
I gave more context on the problem I was having!

I have a daily wind-down routine where I respond to any lingering emails, etc. 
So I have an item like:

* TODO Daily Wind-Down
SCHEDULED: <2020-11-12 Thu 17:00 +1d>
- [ ] Respond to emails
- [ ] Pat myself on the back

I use the org-checklist add-on so that marking the task as complete resets the 
checkboxes to empty. But I noticed that every time I do so, it resets the 
statistics cookies everywhere else in the org file! And by reset, I mean it 
replaces things like [5/7] with [0/0]. I have to do C-u C-c # 
(org-update-statistics-cookies ALL) to fix it.

I’m new to elisp, but I tried my best to debug what was going on. I could be 
completely wrong about the underlying cause, but I was able to make a change 
that prevented this phenomenon from occurring. I thought other people might be 
having the same problem, but it sounds like maybe not!

Just for completeness, I will write out my thoughts (and you’ll soon see just 
how little I know of elisp — I apologize!). Here is the 
org-reset-checkbox-state-subtree as of 9.4:

(defun org-reset-checkbox-state-subtree ()
  "Reset all checkboxes in an entry subtree."
  (interactive "*")
  (if (org-before-first-heading-p)
  (error "Not inside a tree")
(save-restriction
  (save-excursion
(org-narrow-to-subtree)
(org-show-subtree)
(goto-char (point-min))
(let ((end (point-max)))
  (while (< (point) end)
(when (org-at-item-checkbox-p)
  (replace-match "[ ]" t t nil 1))
(beginning-of-line 2)))
(org-update-checkbox-count-maybe 'all)

In the last line, it calls org-update-checkbox-count-maybe with ‘all argument. 
I don’t full understand the single quote part. My understanding is that it 
tells lisp not to evaluate the value (which is good, because there is no all 
variable defined at this scope). My only idea here is that it’s a way of 
saying, “by the time you actually need this value, I’ll have told you what it 
is”. But what is relevant is that I don’t think ‘all is nil; it’s some kind of 
placeholder, so it effectively gets evaluated as true. Or so it seems to me.

org-update-checkbox-count-maybe passes this placeholder unmodified to 
org-update-checkbox-count which does all the heavy lifting. But nowhere is the 
all argument ever modified, it continues to be that non-nil placeholder, which 
seems to get evaluated as true. It’s not clear to me why this placeholder would 
get passed to the function if it is never set to anything else. But again, I 
don’t fully understand the single quote syntax.

The org-update-checkbox-count is quite complicated (from my elisp-neophyte 
perspective), so it is not clear to me why it resets the statistics cookies to 
[0/0], but whatever it does, it does it in the entire file.

The “fix” that I made was on the first and last lines of the function:

(defun org-reset-checkbox-state-subtree ( all)
...
(org-update-checkbox-count-maybe all)

where you can see all I did was remove the single quote from all, and added all 
as an optional parameter. Now I feel like this was the wrong fix, but it does 
solve my problem! Maybe the real problem had nothing to do with the entire 
buffer part, and was more about why the statistics cookies get updated to [0/0].

Here is a minimal example that showcases the problem (without my “fix” in 
place):

* Task A [1/2]
** DONE Subtask A.1
   CLOSED: [2020-11-12 Thu 08:47]
** TODO Subtask A.2
* TODO Daily Wind-Down
  SCHEDULED: <2020-11-12 Thu 17:00 +1d>
  :PROPERTIES:
  :RESET_CHECK_BOXES: t
  :END:
- [ ] Respond to emails
- [ ] Pat myself on the back

Marking the Daily Wind-Down as complete resets the buffer so it looks like:
* Task A [0/0]
** DONE Subtask A.1
   CLOSED: [2020-11-12 Thu 08:47]
** TODO Subtask A.2
* TODO Daily Wind-Down
  SCHEDULED: <2020-11-13 Fri 17:00 +1d>
  :PROPERTIES:
  :RESET_CHECK_BOXES: t
  :LAST_REPEAT: [2020-11-12 Thu 08:47]  
  :END:
- [ ] Respond to emails
- [ ] Pat myself on the back

The first line shows the problem: the statistics cookies have updated to [0/0].

For what it’s worth, my “fix” may be the wrong fix, but it does solve the 
problem! So if anyone else runs into the same problem, I hope my horrible elisp 
debugging is mildly helpful!

Kind regards,
Bob Wilson


> On Nov 11, 2020, at 7:22 PM, Kyle Meyer  wrote:
> 
> Bob Wilson writes:
> 
>> I’m writing about a possible bug in
>> org-reset-checkbox-state-subtree. This function calls
>> org-update-checkbox-count-maybe with argument 'all, but this value is
>> not defined in the function (or anywhere else that I can see).
> 
> [ I'm looking at the copy on master (e9c3993ee), though org-list.el
>  hasn't changed since that last release. ]
> 
> org-reset-checkbox-s

Missing argument in org-reset-checkbox-state-subtree?

2020-11-11 Thread Bob Wilson
Hi folks,
   I’m writing about a possible bug in org-reset-checkbox-state-subtree. This 
function calls org-update-checkbox-count-maybe with argument 'all, but this 
value is not defined in the function (or anywhere else that I can see). 

I’d like this value to be nil because I don’t want to update the statistics 
cookies in the entire buffer, but I don’t see a way to do this (pardon my 
limited elisp). My workaround is to add an optional all argument to 
org-reset-checkbox-state-subtree and pass it to org-update-checkbox-count-maybe.

This seems like the desired functionality unless I’m missing something. Is the 
current implementation intentional?

Kind regards,
Bob Wilson


Re: [Elecraft] KPA1500 / K3 Mystery

2020-10-18 Thread Bob Wilson, N6TV
Bruce,

What is the firmware version of your KPA1500?  2.48 is the latest.  There
was also a change in version 2.38, almost a year ago, that could fix the
issue for you:

02.38 11/4/2019 (Production 12/3/2019)
⦁ Switch to STBY if BAND CHANGE->STBY is enabled and the frequency (from
XCVR or TX count) is below the amp's frequency range
⦁ Wait longer after band change to inform K3 that KPA1500 has switched to
STBY when BANDCHANGE->STBY is YES

73,
Bob, N6TV


On Sun, Oct 18, 2020 at 9:30 AM  wrote:

> YES, when switching the KPA1500 between OPER and STBY, the K3 displays the
> messages "KPA500 OPERATE" and "KPA500 STANDBY", depending.
>
>
>
> YES, the K3 is set CONFIG: POWER SET is Per Band.
>
>
>
> YES, when in STBY on the KPA1500, I set the "no amp" power to 100 watts,
> and
> when in OPER, I set drive level per band; usually less than 30 watts, which
> gets close to the legal limit.
>
>
>
> Still the same results as described below.
>
>
>
> 73 de Bruce, N7TY
>
> Yuma, AZ
>
>   www.qsl.net/n7ty
>
>
>
> From: ockm...@gmail.com 
> Sent: October 18, 2020 06:32
> To: 'elecraft@mailman.qth.net' 
> Subject: KPA1500 / K3 Mystery
>
>
>
> I made a recent change to the "Band Change-> STBY" setting on the KPA1500,
> changing from NO to YES.  I did this to ensure the AMP doesn't have any
> wild
> SWR or PWR spikes before the ATU has a chance to "remember" it's setting
> after a band change.
>
>
>
> Issue:  When switching the AMP from OPER to STBY, the K3 is supposed to
> switch from the drive power setting (~25 watts) in OPER, to 100 watts in
> STBY, it does not, it remains at the drive power setting.  I am 99% sure I
> have all the cabling and settings set correctly in the K3 and KPA1500.  I
> went through and manually reset the power settings on each band to let the
> K3 and KPA1500 "re-learn" the change made, however, still no joy.
>
>
>
> Jim, W6YA, and I have been going back and forth, however neither of us have
> had any luck.
>
>
>
> Do you KPA1500/K3 owners out there have any ideas or suggestions?
>
>
>
> 73 de Bruce, N7TY
>
> Yuma, AZ
>
> www.qsl.net/n7ty 
>
>
>
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 

[Elecraft] New K4 FT software testing

2020-10-17 Thread Bob Wilson, N6TV
Sincerely apologies.  That was supposed to be a private message to a
different reflector.

No further comments on this please.

73,
Bob, N6TV

>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] [K4FT] New K4 FT software testing

2020-10-17 Thread Bob Wilson, N6TV
On Sat, Oct 17, 2020 at 1:48 PM Dick Dievendorff  wrote:

> KUP2 reset to factory defaults doesn’t have an “Are You Sure” confirmation
> popup.
>

Please add it.  This will avoid many angry phone calls to support and huge
flames on the Internet.


> Neither do any of the other buttons on the radio.
>

Other buttons don't need it.  Reset to factory defaults (and EEINIT) really
do need it.


> It’s on the “Details” page, not immediately that easy to reach.
>

Many hams are old with shaky hands and many also suffer from Parkinsons
(N6RA, KG6I, NI6T, N6BV, W2LE, ...).  It's far too easy to tap something
dangerous like this when it was not intended.  And what if your cat starts
swatting at the USB mouse and clicks Factory Reset?  :-)  OK, the latter is
unlikely, but the former is a serious concern.


> The KPA1500 still needs enough exciter power to tune, and 20W is about
> right. What’s new is that the KPA1500’s request to turn on the K4
> tune-level carrier when the KPA1500 ATU needs to tune and turn it off after
> the KPA1500 indicates that tuning has been completed. You should still
> adjust K4 TUNE POWER for an appropriate level. And whatever you set it to
> should stick.
>

By TUNE POWER I assume you mean the *TUNE LP* menu setting.  The *TUNE
LP* setting
now defaults to only 5W (used to be 10W).  So, using all the Elecraft
defaults, tapping the ATU TUNE button on the KPA1500 won't always work,
because the amp.'s tuner will only get 5W drive instead of 20W.

73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 

Re: [Elecraft] [K4] What is the maximum resolution supported by the K4 HDMI output?

2020-10-13 Thread Bob Wilson, N6TV
Last January they said "Up to 4K"

See
http://elecraft.365791.n2.nabble.com/K4-Internal-and-External-display-resolution-connector-td7657770.html

73,
Bob, N6TV


On Tue, Oct 13, 2020 at 10:29 AM Michael Rosenberg <
mikerosenb...@hotmail.com> wrote:

> As in the title, what is the maximum screen resolution supported by the K4
> HDMI output?
>
> Thanks,
> Mike
> N9YB
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] KPA500 REMOTE POWER CONTROL

2020-10-12 Thread Bob Wilson, N6TV
KPA500 AUX Pin 12 is GND.  AUX Pin 8 is the KPA500 remote power ON/OFF
pin.  No webswitch is necessary to remotely power the KPA500 on and off,
since this can be done quite easily from a button on the K3 itself, using a
macro, as described here:

https://www.kkn.net/~n6tv/Y-BOX/Features.html#Remote

73,
Bob, N6TV
https://bit.ly/Y-BOX

On Sat, Oct 10, 2020, 7:36 AM DAVID INGEBRIGHT 
wrote:

> HI Gordon-- I run a KPA 500 remotely and have the same problem some times.
> But there's a big green bar at the bottom of the utility that sez "power
> on". That should be your first indication. But its hard to know what's
> going on at the remote site. I use a 'remote rig' setup to run the radio
> and the COM1 port to talk to the KPA 500 and for power on and off I use a
> set of contacts from a microbit webswitch to toggle a short across pin 12
> on the ACC plug on the back of the KPA --and that's the same as pushing the
> power button. The webswitch is very reliable and I use if for other stuff
> like switching a fan in the transceiver box, KAT500 power and a couple of
> coax relays. Here's a webpage with some of the info:
> http://www.valhallatreefarm.com/WB7ELY/kpa500/kpa500.htm
> //dave
> WB7ELY
>
>
>
>
>
>
> OERTOEWE
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] P3 info

2020-10-08 Thread Bob Wilson, N6TV
I recommend checking the P3 Manual for the correct hookup.  You can either
use the optional CBLP3Y cable (a separate purchase) or the RJ-45 to DE9-F
adapter cable that is supplied with every K3S.  If using the latter, you
have to change CONFIG:RS232 to 38400 (not USB), and the USB cable can
only be used for the USB Audio CODEC, not rig control, and you use the same
serial cable you were using before, with the K3.  Otherwise, you need to
use the CBL3P3Y to make everything work with one USB cable (CONFIG:RS232
USB).

73,
Bob, N6TV


On Thu, Oct 8, 2020 at 12:14 PM Alan Bloom  wrote:

> I believe that means that there is no RS-232 connection between the K3S
> and P3.  Check the K3S manual for the correct hookup.
>
> Alan N1AL
>
>
> On 10/8/2020 11:37 AM, Thaire Bryant wrote:
> > I have just noticed that after replacing my K3 with a K3S my P3 no longer
> > shows the center frequency of VFO A (7.234, 14.234, etc,).
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] KPA1500 firmware 2.48 beta available

2020-10-08 Thread Bob Wilson, N6TV
Correct link is:
https://elecraft.com/pages/kpa1500-1500-watt-linear-amplifier-firmware-and-utility

I used this version during CQP on two KPA1500s and had zero issues.

73,
Bob, N6TV


On Wed, Oct 7, 2020 at 9:43 AM Dick Dievendorff  wrote:

> We've made a new KPA1500 Beta firmware revision available on our web site.
>
>
>
> Details here, just after the middle of the page under heading "BETA
> FIRMWARE
> INSTALLATION AND RELEASE NOTES"
>
>
>
>
> https://elecraft.com/pages/kpa1500-1500-watt-linear-amplifier-firmware-and-u
> tility
>
>
>
> 73 de Dick, K6KR
>
>
>
>
>
>
>
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: Links in complete org-todo-keyword-face not highlighted

2020-10-01 Thread Bob Wilson
Thanks Kyle! Worked like a charm!

Kind regards,
Bob



> On Sep 30, 2020, at 5:30 PM, Kyle Meyer  wrote:
> 
> Bob Wilson writes:
> 
>> I often put links in TODOs, but it would appear that in org 9.4,
>> marking a task complete changes the font of the entire text (link and
>> non-link) to be the same color, so the link is no longer highlighted.
> [...]
>> I tried searching the mailing list to see if this has been discussed
>> previously but didn’t see anything. Any help would be appreciated!
> 
> In v9.4, the default of org-fontify-done-headline changed to t, which
> results in the org-headline-done face applied.  You can set it to nil to
> restore the previous behavior.



Links in complete org-todo-keyword-face not highlighted

2020-09-30 Thread Bob Wilson
Hi folks,
   I often put links in TODOs, but it would appear that in org 9.4, marking a 
task complete changes the font of the entire text (link and non-link) to be the 
same color, so the link is no longer highlighted.

Minimal org file:
```
* TODO This is a [[https://www.gnu.org][test] <https://www.gnu.org%5D%5Btest]>]
```

When I open this in emacs, it looks like:
```
* TODO This is a test
```
with “test" being highlighted blue and underlined. When I mark it complete, it 
looks like:
```
* DONE This is a test
```
with “test” being brown, the same as the rest of the test. Notably, if I 
position point over test and hit “C-c C-o” the link still opens, so the link is 
definitely still there, it just looks the same as the rest of the header. That 
leads me to believe it is an incompatibility between the org-link face and 
org-todo-keyword-face, but I’m not 100% sure.

- Using emacs 26.3 on my personal laptop and 27.1 on my work laptop (problem 
occurs in both versions).
- Using Mac OSX Catalina everywhere.
- Using org version 9.4. I’m not 100% sure, but the problem doesn’t seem to 
have been present in 9.3.6, which is what I was using before upgrading to 9.4. 
I’ve been using 9.4 on my work laptop for a week or so, but was using 9.3.6 on 
my personal laptop. When I noticed the problem on my work laptop, I checked if 
it was also present on my personal laptop, but the behavior was as expected 
(link remains highlighted, font did not change colors at all actually when 
marking as complete). When I upgraded my personal laptop to 9.4, the problem 
appeared there too.
- No init.el (or .emacs) file. For some reason the problem does *not* occur 
when I run `emacs -nw -q`, but it does occur when I run `emacs -nw` after 
renaming my init.el file. I thought -q was equivalent to ignoring the init.el 
file, but I guess not!

I tried searching the mailing list to see if this has been discussed previously 
but didn’t see anything. Any help would be appreciated!

Kind regards,
Bob Wilson

Re: [Elecraft] Does the K4 support IPv6?

2020-09-28 Thread Bob Wilson, N6TV
Using a web browser on Windows, on the same LAN / Router as the K4, if I go
to https://whatismyipaddress.com/, it displays both an IPv4 and IPv6
address (for my Router), so I assume that means my provider supports both.

73,
Bob, N6TV


On Sun, Sep 27, 2020 at 11:47 PM Rick NK7I  wrote:

> Your router may supply it to your lan, but your provider may not utilize
> it yet.
>
> Rick NK7I
>
>
> On 9/27/2020 11:41 PM, Bob Wilson, N6TV wrote:
> > I'm not sure what you mean by "support IPv6".
> >
> >  From a Windows command prompt, I tried a *ping -6* command with the
> radio's
> > IPv6 address, to force IPv6 addressing, and it responded just fine.
> >
> > But it sure is easier to type the radios IPv4 address, which the rig
> > displays in the menu.  It doesn't display the K4's IPv6 address, but my
> > Router interface displayed it.
> >
> > What application do you plan to use that requires IPv6?
> >
> > 73,
> > Bob, N6TV
> >
> >
> > On Sun, Sep 27, 2020 at 10:47 PM Christopher Hoover 
> > wrote:
> >
> >> No answer?
> >>
> >> On Thu, Sep 24, 2020, 5:25 PM Christopher Hoover 
> >> wrote:
> >>
> >>> Does the K4 support IPv6?
> >>>
> >>> 73 de AI6KG
> >>>
> >>>
> >> __
> >> Elecraft mailing list
> >> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> >> Help: http://mailman.qth.net/mmfaq.htm
> >> Post: mailto:Elecraft@mailman.qth.net
> >>
> >> This list hosted by: http://www.qsl.net
> >> Please help support this email list: http://www.qsl.net/donate.html
> >> Message delivered to n...@arrl.net
> >>
> > __
> > Elecraft mailing list
> > Home: http://mailman.qth.net/mailman/listinfo/elecraft
> > Help: http://mailman.qth.net/mmfaq.htm
> > Post: mailto:Elecraft@mailman.qth.net
> >
> > This list hosted by: http://www.qsl.net
> > Please help support this email list: http://www.qsl.net/donate.html
> > Message delivered to rick.n...@gmail.com
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] Does the K4 support IPv6?

2020-09-28 Thread Bob Wilson, N6TV
I'm not sure what you mean by "support IPv6".

>From a Windows command prompt, I tried a *ping -6* command with the radio's
IPv6 address, to force IPv6 addressing, and it responded just fine.

But it sure is easier to type the radios IPv4 address, which the rig
displays in the menu.  It doesn't display the K4's IPv6 address, but my
Router interface displayed it.

What application do you plan to use that requires IPv6?

73,
Bob, N6TV


On Sun, Sep 27, 2020 at 10:47 PM Christopher Hoover 
wrote:

> No answer?
>
> On Thu, Sep 24, 2020, 5:25 PM Christopher Hoover 
> wrote:
>
> >
> > Does the K4 support IPv6?
> >
> > 73 de AI6KG
> >
> >
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] KX3 and Chinese MX-P50M 45w amp

2020-09-26 Thread Bob Wilson, N6TV
On Thu, Sep 24, 2020 at 7:52 PM MIKE ZANE  wrote:

> Need a little help. I just bought a KX3 and have it working OK. I also
> have a 45w amp that I would like to work with the kx3. However, with no
> info on the keying line coming from the amp, I have no idea if its Ok to
> use.


See https://www.hfunderground.com/board/index.php?topic=29686.0


> I see in the Elecraft manual that the "keyline" and tip would be used to
> connect to key the amp.


On the KX3, the ACC2 connector (a 2.5 mm stereo or "TRS" jack), TIP is PTT
IN (for a footswitch or computer-generated PTT if you set *ACC2: IO* to
*LO=PTT*), and ring is KEYLINE OUT (for an amplifier).  So RING of ACC2 is
the one to connect to key the amplifier relay with a KX3.

I can't tell which of the sections on a TRRS jack to use. Ring 2 or ring 3?


The only TRRS jack on the KX3 is the MIC jack.  Ring 2 is Logic Ground and
Ring 1 is PTT IN (push-to-talk switch) or UP/DOWN.  Do not connect the mic.
jack to the amp.

 Also don't know how much current is on that amp key line. Measured 15V DC
> when it is on and off measured 400 ohms, if that is any help.


Just put your meter into "AMPS" or "MilliaAmps" on the highest scale, and
measure the current across the KEY IN or "RELAY" jack of the amp with the
meter while it is powered ON.  The amp. should go into TX mode when the
meter shorts that terminal to ground.  Chances it's well within the limits
of the KX3 KEY OUT line (30V, 100ma max).

BTW, the S-BOX or S-BOX-USB makes a nice "docking station" / computer
interface for a KX2 or KX3, if you need one.  Rig control plus
computer-generated CW and PTT over a single USB cable can be provided,
along with all the required interface cables.

https://www.kkn.net/~n6tv/S-BOX/Features.html#KeyingExampleKX3

73,
Bob, N6TV
https://bit.ly/S-BOX
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


bug#43606: [SPAM] [IceDove]: Preferences does not open

2020-09-25 Thread Bob Wilson
Probably spam.  Closing.


Re: [Elecraft] No Tx audio after WSJT upgrade

2020-09-19 Thread Bob Wilson, N6TV
Most likely causes of no TX Audio in a K3S with WSJT-X:

   1. Any connector or cable inserted into the K3S 3.5mm LINE IN jack will
   override (and completely MUTE) the USB Audio CODEC input
   2. USB Audio CODEC "Speakers" level got reset to 0 by Windows
   3. MAIN:MIC SEL for DATA mode is not set to LINE (so MIC GAIN knob
   adjust MIC level instead of LINE IN level)
   4. Wrong sound card selected in WJST-X
   5. MON level set too low to hear your transmit tones

73,
Bob, N6TV

On Fri, Sep 11, 2020 at 8:23 PM W8JH  wrote:

> I was working FT8 tonight and decided to upgrade from WSJT 2.0 to the
> latest
> 2.2.
>
> Now I have no audio on transmit. All other functions work. Decodes, band
> change etc.
>
> It puts the K3s in transmit but no audio. I have adjusted the Mic gain
> without effect.
>
> I double checked that WSJT has the K3s codec for transmit selected.
> Windoze
> shows it working as well.
>
> I’m totally stumped and wish I hadn’t upgraded now. Any ideas how to
> proceed
> ?
>
> 73,
>
>
>
> -
> 73,
>
> Joe, W8JH
>
> K3s, KPA 500, KAT 500 and  KX3 happy user.
> --
> Sent from: http://elecraft.365791.n2.nabble.com/
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 

Re: [Elecraft] Status of Add-ons for K3?

2020-09-19 Thread Bob Wilson, N6TV
Please complete the K3/K3S Options Pre-Order Interest Form
.  Elecraft can't
justify new production of these K3 boards until there is sufficient demand,
as indicated by entries on the form (not by posts to this reflector).

https://elecraft.com/pages/k3-k3s-options-interest-form

73,
Bob, N6TV


On Wed, Sep 16, 2020 at 1:29 PM N4ZR  wrote:

> I ordered the internal sound card etc. KIO3BUPDT in May, but the last I
> heard you were trying to gauge demand before deciding whether to
> continue providing this and other add-ins.  The web site lists the
> boards with prices and a shopping cart if you search for KIO3BUPDT, but
> if you follow the links there are no prices.
>
> What's the current status?
>
> --
> 73, Pete N4ZR
> Check out the Reverse Beacon Network
> at , now
> spotting RTTY activity worldwide.
> For spots, please use your favorite
> "retail" DX cluster.
>
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] K3 Audio from RS232 connection?

2020-09-19 Thread Bob Wilson, N6TV
On Thu, Sep 17, 2020 at 10:31 AM Bob KD7YZ  wrote:

> When I ran up WSJT-X and was attempting to connect, I noticed No Audio.
>
> How do I get digital audio? I gather it's NOT thru the KIO3b RJ-45 .
>

If the USB cable is disconnected from the K3S, the USB Sound Card (USB
Audio CODEC) will no longer be available.

You have to switch WJST-X to use the sound card in your PC.  And you
have to run two cables:

K3S LINE OUT to PC LINE IN (or MIC)
K3S LINE IN to PC LINE OUT (or SPKR/Headphones)

Adjust levels using the Windows level controls and CONFIG:LIN OUT and the
MIC GAIN knob (which adjust LINE IN level when MAIN:MIC SEL is set to LINE).

73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] KPA-1500/FlexRadio 6400

2020-09-18 Thread Bob Wilson, N6TV
Hi Mike,

This seems to be a duplicate post (see
http://elecraft.365791.n2.nabble.com/KPA-1500-FlexRadio-6400-td7665007.html),
though I'm not sure if your questions were fully answered the first time.

First, to search the archives of this reflector, go to
http://elecraft.365791.n2.nabble.com/Elecraft-f365791.topics.html and use
the search box, top right.

To get the KPA-1500 to track the exact frequency of the Flex (before you do
any transmitting), you need to set up a proper connection between the 3.5mm
stereo jack on the back of the KPA1500 labeled "XCVR SERIAL" and one of the
common USB Type A connectors on the back of the Flex.

   1. Use any of the following to make a serial connection between the two
   devices:
  - FTDI USB-to-Serial adapter + Elecraft KXSER cable
  - Elecraft KXUSB cable
  - Serial Box USB (https://bit.ly/S-BOX) + stock serial and stereo
  cables

  2. For amp. keying, connect an ordinary RCA male-to-male patch cable
   between the RCA connector on the back of the KPA1500 labeled "KEY IN" and
   the RCA connector on the back of the Flex labeled "TX1"

   3. In the KPA1500 Menu, set

   RADIO TYPE: SERIAL

   SERIAL SPEED XCVR: 9600
   RADIO POLL: ON
   4. In the FlexRadio SmartSDR Setup, select the new serial adapter that
   appears when connected to the back of the Flex
   *Settings | USB Cables*
 Cable Type:  *CAT*
 Source: *TX Slice*
 Auto-report:   *Disabled*
 Advanced: *9600,8,N,1*
 Flow Control:
*None **Settings | Radio Setup*
 Transmit tab
 RCA TX1:  5 ms
   Enabled

The KPA1500 and its tuner (if enabled) will now automatically track the
exact frequency of the Flex, and be keyed by the Flex when it goes into
transmit.  You can verify the frequency by setting TECH MODE to ENABLED in
the KPA1500 menu, then scroll the STATUS page of the KPA1500 LCD until you
see XCVR FREQ and TX COUNT displayed.  XCVR FREQ is the frequency reported
by the radio over the Serial connection.  TX COUNT is the approximate
frequency detected by the KPA1500's built-in frequency counter whenever you
transmit.

If you have trouble making this work, feel free to contact me directly.

73,
Bob, N6TV
https://bit.ly/Y-BOX
https://bit.ly/S-BOX



On Tue, Sep 15, 2020 at 4:33 PM Mike Stone  wrote:

> This is my first post.  I am not sure if or where the search function is
> located.
>
> I am running a KPA-1500 and a FlexRadio 6400.  The amplifier recognizes
> the band that the Flex is tuned to but it doesn’t recognize the frequency.
> Any help would be appreciated.  I am not technically proficient with either
> the Flex or the KPA-1500, so please keep it simple for me.
> Thanks
> Mike, N1VE
>
>
> Sent from Mail for Windows 10
>
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 

RE: [DOG mailing list] Nigel Update

2020-09-16 Thread Bob Wilson
Cath,

Please pass on my best wishes to Nigel

I have no doubt he will handle chemo well.

Regards Bob Wilson

-Original Message-
From: dog@lists.riverland.net.au [mailto:dog@lists.riverland.net.au] On Behalf 
Of Catherine Conway
Sent: Thursday, 17 September 2020 12:00 PM
To: dog@lists.riverland.net.au
Subject: [DOG mailing list] Nigel Update

Hi All

(Excuse the slightly late posting.  I’ve been supporting my son and his 
university aero eng honours with a carbon drone build to meet a wind tunnel 
deadline and have been working long hours making me a bit behind in my emails.)

Nigel had surgery on Tuesday and early indications are that it was successful.  
 He was groggy when he spoke to me Tuesday afternoon but optimistic that the 
doctors can work out a strategy to deal with the others by learning what this 
one is and whether its the primary or not.

He’s likely in for a rough time with chemo and other treatments for some time 
yet though.  Please continue to keep him in your thoughts.

Best wishes

Cath
-
You are subscribed to the Dimona Owners Group mailing list.
This list is archived in public. http://waikeriegliding.com/dog/ To 
unsubscribe, send email to: dog-unsubscr...@lists.riverland.net.au


--
This email has been checked for viruses by AVG.
https://www.avg.com


--
This email has been checked for viruses by AVG.
https://www.avg.com


-
You are subscribed to the Dimona Owners Group mailing list.
This list is archived in public. http://waikeriegliding.com/dog/
To unsubscribe, send email to: dog-unsubscr...@lists.riverland.net.au



Re: [Elecraft] WTB: KVR3 digital voice recorder for K3

2020-09-04 Thread Bob Wilson, N6TV
Please have your friend check *KDVR3 Digital Voice Recorder* indicate *quantity
3* in the box at the bottom of the Elecraft K3/K3S Options Interest Form:

https://elecraft.com/pages/k3-k3s-options-interest-form

Many other currently-unavailable K3/K3S options / upgrades are listed there
too, such as the *KIO3B Upgrade Kit* (adds USB with virtual serial port and
USB Sound Card).

If Elecraft gets enough interest for any particular item, they will be
motivated to place an order new boards.

73,
Bob, N6TV


On Fri, Sep 4, 2020 at 5:38 PM Alan D. Wilcox 
wrote:

> Hello,
>
> A good friend wants to buy three KVR3 boards for his several K3's ...
>
> Write to me off-board with price.
>
> Many thanks,
>
> Alan
>
> --
> Alan D. Wilcox, W3DVX (K2-5373, K3-40, SKCC 22955)
> 570-916-9590 (cell, text)
> https://WilcoxEngineering.com
> http://www.eham.net/reviews/detail/6768 ... Elecraft Client Comments
> http://amazon.com/author/alandwilcox
> Williamsport, PA 17701
>
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] CW Sidetone and Line Out?

2020-08-20 Thread Bob Wilson, N6TV
There's a special setting only documented in the K3 Firmware Release Notes
 as follows:

* TX LINE OUT (MONITOR) LEVEL NOW ADJUSTABLE: In CONFIG:LIN OUT menu entry,
tap '2'  (REV switch) to set the "T=" level (TX monitor). Tap '2' again to
return to the RX LINE OUT setting.

So if you go to CONFIG:LIN OUT, then tap [2], you can change the sidetone
(monitor) level.

73,
Bob, N6TV


On Wed, Aug 19, 2020 at 3:24 PM Dana Roode K6NR 
wrote:

> I typically use a telephone connection for receive audio from my remote K3
> as its one less dependence on the crummy internet I have.  That broke today
> so I'm using audio over the Internet using DF3CB REMAUD program.  My CW
> sidetone is loud no matter what I set "MON" too, and I've even experimented
> with the "LINOUT" configuration; setting it to 0 removes my receive
> audio but not the sidetone.
>
> It seems sidetone is coming from LINOUT and I've not found a way to reduce
> its amplitude.  Or I am not thinking about this right...
>
> Any suggestions?
>
>   Dana
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] K4 Questions

2020-08-14 Thread Bob Wilson, N6TV
On Tue, Aug 11, 2020 at 5:51 PM Barry LaZar  wrote:

>  is the pan presentation fixed as to frequency span or can the frequency
> span be adjusted; I typically use 25-50 KHz on CW or
> less on data modes.


Span and center frequency are adjustable.  Fixed or tracking mode is
available.  Scrolling mode (to prevent VFO cursor from going off screen)
has different options, similar to P3:  full page, half page, slide, etc.


> Next can the xvter IF out be used as the IF out on the K4D?


Probably it will work the same as a K3.


> Or, is the I available for use o0n applications like CW Skimmer; This
> requires a MME format.
>

I don't think that will work.  Connecting a separate SDR to RX ANT OUT
would be a simpler way to do it.  A program like HDSDR can keep the SDR
frequency in sync with the K4 frequency.

73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


[Elecraft] WA6HHQ Update on Elecraft K4 SDR begins in 8 minutes at QSO Today Ham Expo

2020-08-08 Thread Bob Wilson, N6TV
https://qsotoday.vfairs.com/en/hall#

Select Track 4.

A live Q session via Zoom link should appear at the end of the
presentation.

Recording should be available if you miss it.

73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] Cable for K3 to Expert 1.3K-FA

2020-08-07 Thread Bob Wilson, N6TV
Joe,

A single cable can work, but it may not be the ideal solution for the long
run, should your equipment expand or change.

Instead of a custom K3 to SPE cable, consider an alternative that will
allow stock cables to work, no matter which radio or amplifier you want to
connect.  I designed the Serial Box (S-BOX ) to make
it easy to connect the K3 (or any modern transceiver) to any device
designed to monitor serial port traffic for automatic band switching and
auto-tuning, including all SPE Expert amplifiers and most ACOM automatic
amplifiers, plust the Elecraft KPA1500 and any serial port band decoders /
antenna switches and SteppIR controllers.  The goal was to allow all of
these devices to track the transmit frequency of the transceiver
automatically (not just the band), with all devices switching at the same
time.  The S-BOX can also be configured to support the custom "null-modem"
connection from the 9-pin SPE "PORT" terminal to a SteppIR controller, if
you have more than one transceiver connected to the SPE, and are using both
inputs.  The SPE firmware automatically translates the frequency data of
the active radio to a common format for the SteppIR controller.

Using a simple cable with "Band Data" pins on the K3 ACC connector (instead
of serial data) isn't ideal if you intend to use the Expert's built-in
tuner on some band segments, because that cable only provides band
information to the amplifier, instead of frequency information to the tuner.

Using a simple cable to the K3 RS-232 connector precludes using it for
other purposes, such as a logging program.

The S-BOX was designed to work around these common interconnection issues.

73,
Bob, N6TV
https://bit.ly/S-BOX


On Thu, Aug 6, 2020 at 7:06 AM K4PX K4PX  wrote:

> Anybody got a spare cable to run from K3 to Expert 1.3K-FA they would like
> to part with?
> 73,
> Joe
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] That's a whole lotta buttons and knobs!

2020-07-31 Thread Bob Wilson, N6TV
IMHO, both the RIT/XIT knob and RIT clear button in the Kenwood ST-995sdr
image are poorly located.  I wouldn't recommend this radio for "big gun
contesting" unless they offered an outboard RIT knob with an RIT clear
button, like the Elecraft K-POD, or the old Ekletech outboard tuning knob
(made by K9SD).  Perhaps it was designed primarily for military use?

However, I do like the concentric knobs in the Kenwood.  Concentric optical
encoders are (or were) quite expensive, which is why the K4 doesn't have
any.  The only concentric knob on the K4 is the AF and SUB AF gain knob,
which is a POT.

I expect this new Kenwood transceiver will generate sticker shock when the
price is finally announced, similar to the Icom IC-7851.

73,
Bob, N6TV

On Fri, Jul 31, 2020 at 1:04 PM Douglas Zwiebel  wrote:

> http://www.cqdx.ru/ham/new-equipment/kenwood-st-995sdr/
>
> de Doug KR2Q
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] [K3s] SteppIR Control

2020-07-31 Thread Bob Wilson, N6TV
Hi John,

If you have *CONFIG: RS-232* set to *USB*, then both K3 serial ports are
fixed at 38400 baud, so you have to use that setting in the SteppIR
controller, and set the radio type to Elecraft (or Kenwood).

A custom cable is required to allow the SteppIR auto-track to work via the
K3 9-pin serial port at the same time.  This is something I implement in my
Serial Box (S-BOX ) offering so that one can use
standard economical serial cables and omit all Y-adapters and expensive
custom SteppIR cables.

The serial cable connection from the SteppIR to the K3S serial port (via
the Elecraft RJ-45 to DE-9F adapter cable, P/N E980297) must make no
connection on Pin 3 (TXD), and Pins 7 and 9 must be shorted.

Finally, a logging program must be actively polling the K3, or CONFIG:AUTO
INF must be set to AUTO 1, or else the SteppIR won't get any frequency data.

If you are also connecting a P3 via the CBLP3Y, then a serial Y-cable or
S-BOX must be connected to the P3 "PC - RS232" port, with one side going to
the CBLP3Y male DE-9 connector, and the other side going to the SteppIR
cable.

73,
Bob, N6TV
https://bit.ly/S-BOX
https://bit.ly/Y-BOX


On Fri, Jul 31, 2020 at 12:36 PM John Simmons 
wrote:

> K3 won't do both RS232 and USB at the same time. You'll have to put a
> software shim in your PC to control the SteppIR.
>
>
> --
> 73,
> -de John NI0K
> https://www.qrz.com/db/NI0K
>
>
> John Reilly wrote on 7/31/2020 11:53 AM:
> > I have a BigIR which won't connect to my K3 for frequency control It
> > worked prior to my move 10 months ago, but not now. I suspect a
> > setting problem. I use the K3 USB for rig control and audio, and
> > trying to use the RS232 RJ45 plug for the SteppIR. It appears the
> > SteppIR is not getting frequency information. How do I configure the
> > Config > RS232 to enable data to also go to the both USB and the RS232
> > port?
> > Thanks,
> >   - 73, John, N0TA
> > __
> > Elecraft mailing list
> > Home: http://mailman.qth.net/mailman/listinfo/elecraft
> > Help: http://mailman.qth.net/mmfaq.htm
> > Post: mailto:Elecraft@mailman.qth.net
> >
> > This list hosted by: http://www.qsl.net
> > Please help support this email list: http://www.qsl.net/donate.html
> > Message delivered to jasimm...@pinewooddata.com
>
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] Cable for K3 to Ameritron ALS-1300/ARI-500

2020-07-29 Thread Bob Wilson, N6TV
NEVER connect an SVGA cable to an Elecraft ACC/AUX port, unless you have a
way to test every single pin.  Many of these cables short all the "ground"
pins together (there are 5 of them), or omit Pin 9 (K3 Band2 OUT), so they
won't work at all and could cause damage.

73,
Bob, N6TV

On Wed, Jul 29, 2020 at 8:10 AM David Deelstra 
wrote:

> Here is the necessary documentation:
>
>
> http://ww.ameritron.com/Downloads/index.php?productid=ARI-500=ARI-500.pdf=ameritron
>
> You can use an SVGA cable, cut off one end and crimp an RJ-45 plug.
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] P3 screen grab COM port conflict.

2020-07-24 Thread Bob Wilson, N6TV
On Wed, Jul 22, 2020 at 2:53 PM HP  wrote:

> Is there a way to use the P3 utility image grabs -while connected to the
> K3S using the
> USB to computer - then the CBLP3Y RJ-45 to DE9s and DE9P  Y adapter


Yes.  Just connect the P3 Utility to the K3 virtual serial port.


> while using N1MM logging program.
>

No, you can't run N1MM logging program and P3 or K3 Utility at the same
time, unless you terminate N1MM first, or temporarily disable N1MM's use of
the K3 virtual serial port.


> ALSO __Is there a way to use the P3 utility image grabs -while connected
> to the K3 if the
> RS232 is being used by a logging program  (N1MM) as well ?
>

No.  The logging program has to be terminated.

Can a "port sharing" utility be used -and if so which spigots ???
>

Not recommended.  The screen grab transfers a huge amount of data that
takes significant time to transfer at 38400 baud.  Any software sharing
utility would probably interfere with this data transmission.

>From what I read ib Cady'd book it appears with K3S you CAN do a screen
> grab to a USB stick
> in the P3 USB connector  if  you have the SVGA option in the P3  - this
> would be usable -
>

Correct.


> BUT does that still result in the COM port conflict with N1MM  ???
>

No, the snapshot is initiated by pressing a button on the P3.  But this
also takes a long time.

Guess this whole thing is moot I just checked and the SVGA kit  is not
> available.
> Hank K7HP
>

I'm sure a number of P3+P3SVGA will be available on the used market soon,
given all the folks planning to upgrade to the K4.

Meanwhile, you can get much better and faster screen grabs using an
off-the-shelf HF SDR with the antenna port wired to the K3 RX OUT
connector, and free software like HDSDR.  No need to use the P3.

73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


[Elecraft] Connecting KX3 or K2 to KPA1500 (or KPA500)

2020-07-24 Thread Bob Wilson, N6TV
On Wed, Jul 22, 2020 at 7:51 PM eric norris via Elecraft <
elecraft@mailman.qth.net> wrote:

> 2)  Does anyone offer a KX3 to KPA1500 serial cable, and a K2 to KPA1500
> serial cable for sale?  No, I can no longer build them myself, even though
> they are simple.
>

My Serial Box (S-BOX  or S-BOX-USB) can provide both
a computer interface to the K2 or KX3 for logging software (including
computer-generated CW and PTT keying over the same cable).  *Plus*, it can
also provides a parallel RS-232 connection to the KPA1500 XCVR SERIAL port,
all using standard stereo cables (3.5mm TRS to dual RCA-M) and a
KXSER-compatible cable (DE9-F to 3.5mm TRS) , all of which which I'll be
happy to supply with the S-BOX or S-BOX-USB.  The same scheme can work with
the KPA500.  Placing the amplifier in "no poll" mode means the logging
program must be responsible for polling the radio for frequency data,
instead of the amplifier.  No polling, no tracking (except by "RF sense").

If you have no need to control the KX3 or send CW by computer, and just
want the amp. to poll and track the KX3, then building your own 3.5mm TRS
crossover cable would be the most economical solution.

Connection of the KIO2 connector of a K2 to the KPA1500 through the S-BOX
is also possible with a standard RS-232 cable as long as the "PC" connector
on the S-BOX is not used (which would connect too many lines to the KIO2
DE-9 connector).  One of the S-BOX secondary DE-9F connectors (or
builtin-in FTDI USB-to-Serial adapters) can be used instead to just connect
the TXD, RXD, and Ground pins to the KIO2, leaving the others open.

I don't know if the KIO2 AUXBUS line (pin 6) is compatible with the KPA1500
AUXBUS line (pin 2), but if so, this connection is also possible through
the S-BOX's 15-pin connector and a 15-pin M/F cable, which I can also
supply.  I don't know if the ACC2 AUXBUS option on a KX3 is compatible with
the KPA1500 AUXBUS.

73,
Bob, N6TV
https://bit.ly/S-BOX
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] K4 and RTTY question

2020-07-20 Thread Bob Wilson, N6TV
On Mon, Jul 20, 2020 at 7:03 AM Joe DeVincentis  wrote:

> Personally, I'd like to see the K4 support something like the TinyFSK
> protocol for doing RTTY.
>

There's really no urgent reason to do this once the KY host command is
improved to allow message stacking with interrupt capability.  If you want
to use TinyFSK (which has its own problems), connect a Mortty to the K4 ACC
port, same as you would on a K3.  If you don't want to solder your own
DE-15 connector, or if your ACC port is already occupied, use a Y-BOX
 plus 3.5mm stereo to dual RCA cable to connect
Mortty to K3 or K4.  I have a few of both still in stock.  It will take a
few weeks to order more boards if there is sufficient demand.

It could present multiple serial ports.  one for CAT, one for FSK and one
> for Keying.


This is already in plan.  The K4 provides two virtual serial ports via the
USB cable (FTDI), one legacy 9-pin serial port, plus the 15-pin ACC port.
Any of them may be used for FSK keying, PTT, and CW keying, using MMTTY or
your logging software.  This is keying via TXD, DTR, or RTS pins, with no
external hardware required (unless using ACC pins).  EXTFSK will be
required on the virtual serial ports.  The 9-pin legacy port will not
require EXTFSK if your PC serial port or USB-to-Serial adapter doesn't
require it (example:  Edgeport/4).

  The FSK could emulate tinyFSK and the keyer could emulate the K1EL
> keyers.   That way programs don't need to fight over who gets the serial
> ports.
>

There will be no more fights over the serial port because the K4 has more
than one, and they will operate independently and in parallel (unlike
Icom rigs, which provide one and only one virtual serial port pin at a time
for PTT keying).

TinyFSK has a problem.  Using it with MMTTY and a Mortty, try the "send
RYRYRY... forever" macro while using TinyFSK.FSK.  Hear the problem?  It
hesitates every 32 characters or so.  So its timing is not as "perfect" as
claimed, at least not with that configuration.

While I despise the following phrase as a SW guy (specifically embedded
> real time operating systems):  Hey, it's just S/W.  I can see this as very
> doable in the K4 given what I know about the architecture to date..  Much
> harder in the K3s.
>

As a software guy, you can appreciate that it is impossible to perfectly
emulate someone else's code (or chip) if you have no access to the source
code, and only work from the external API.  Lots of devices have attempted
to emulate the WinKey interface, but none of them are 100% compatible with
the chip.  This includes RemoteRig boxes, the YCCC SO2R Box, the Mortty,
etc.  None of them will pass the WKTEST program (
https://www.hamcrafters2.com/WKTESTX.html), last time I tried.  The
RemoteRig emulator works OK with N1MM+, but not with Win-Test or DXLog.net
(unless you select a unique option).  These programs all use the WinKey
chip differently.  They work fine with a real chip not with the emulators.
The only devices that pass the WinKey 100% compatibility tests are devices
that use a real WinKey chip inside, such as those provided by the microHAM
devices.

Retooling the K4 to put a real WinKey chip or Mortty hardware inside, or
attempting emulation via firmware, could delay K4 shipment or distract from
other higher priority issues.  It could also raise the price a bit.  I
don't think anyone wants to see either.

Finally, there's no reason for Elecraft to try to take sales opportunities
away from the manufacturers of WinKey and Mortty devices, is there?

73,
Bob, N6TV
https://bit.ly/Y-BOX
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


RE: [DOG mailing list] Cooling airflow and Mixture relationship

2020-07-19 Thread Bob Wilson
Rob,



We recently did a lot of research to prove or disprove the cooling 
rate/performance on a new engine install in a Taifun 17E2.

The engine is a Rotax 914. Replacing a Limbach 2400.

Our manometer was in fact an ASI using the pitot side on the high pressure side 
and the static on the low pressure side..

This works very well.

We in fact ended up removing all baffles that had been set up in the 
conventional style to achieve the cooling required, but for a Limbach it would 
be very different as the Rotax is water cooled.

Our main areas of concern were water temp, importantly oil temp. and barrel 
temp.

We did have a separate FG shroud (Rotax) around the barrels which was supplied 
air directly from the cowl front by a separate opening.

All results were extrapolated to a 38C day to meet the safe operating temps.

The result was two oil coolers set up in series.

The results have been very pleasing, surpassing the upper temp up to an ambient 
of 44c.

We have an oil thermostat and hence cold temps were no issue.

The bottom cowl was enlarged and had a moderate turndown lip with sidewalls. 
This is most effective.



Regards Bob W  VH-OFM



From: dog@lists.riverland.net.au [mailto:dog@lists.riverland.net.au] On Behalf 
Of Rob Thompson
Sent: Monday, 20 July 2020 10:17 AM
To: dog@lists.riverland.net.au
Subject: [DOG mailing list] Cooling airflow and Mixture relationship



G'day Everyone,

As many of you will know I am OCD about sealing every tiny air leak in the 
Limbach engine bay compartment with silicone, aluminium tape and rubber cowl 
seals.



I have previously rigged up a water manometer in the cockpit with the tubes 
running to the top and bottom of the engine. It told me I was getting very good 
pressure difference but I didn't take much notice of the actual measurements. I 
think it was somewhere around 30cm.



As well as the ram air going into the front of the engine the lower cowl is 
designed to "suck". We fitted a big scoop type bottom cowl which seems to suck 
pretty well particularly with the baffles tightly sealed with silicon.



What I am wondering now is. What is the effect of this extra suction at the 
back of the engine on the carbs and mixture?



Maybe it is not much different to flying at altitude and the SU carbs altitude 
compensating ability can deal with it.



Any fluid dynamics physics experts in this Dog group who can enlighten me? 




regards

Rob



Rob Thompson

0429 493 828






 


Virus-free.  

 www.avg.com 





--
This email has been checked for viruses by AVG.
https://www.avg.com


Re: [Elecraft] K4 and RTTY question

2020-07-19 Thread Bob Wilson, N6TV
Bill,

Before it can be "fixed" in the K4, the logging software has to be fixed to
send the proper KY command.  If it is sending KY*somes-string*;,
then the messages are not going to be chained.  If it is sending KYW
*some-string*;, then the messages should be properly chained, perhaps with
a very brief pause in between if 0x04 (Ctrl-D, ^D or EOT -- ASCII End of
Transmission character) is appended at the very end of a each chained
message, before the terminating semicolon.  The "W" means "wait for message
completion," as documented in the K3 Programming Manual.

However, once a message sent via KYW starts, you will not be able to
interrupt the transmission by pressing "Escape" or sending an "RX;"
command.  The RX; won't be processed until the message completes, which
isn't very helpful.

Maybe *that* will be addressed (somehow) in the K4.

In sum, if you need chaining more than you need message interrupt
capability, use KYW in your macros.  If you need message interrupt
capability more than you need chaining, use KY.  If you need both,
maybe you'll have to "wait" (sorry) to see if the K4 team comes up with
some way to interrupt chained messages already in progress via a special
"high priority" software command or key tap.

73,
Bob, N6TV

On Sat, Jul 18, 2020 at 7:39 AM Bill Frantz  wrote:

> I'm getting ready for NAQP RTTY today, and I am reminded of an
> old bug using the KY CAT command to send RTTY text. I am using
> RUMlogNG on my MacBook Pro in contest mode which uses the CAT
> interface to send and receive RTTY. (It also uses CAT with CW.)
>
> If I try to chain output, e.g. press the function key to send my
> callsign several times, frequently the first parts of the
> chained output are dropped, as shown by the text shown in the
> VFO-B display.
>
> This does not occur on CW, so I think the CW to Data conversion
> may be involved. The command is defined in the programmer's
> Reference as:
>
>KY (CW or CW-to-DATA Keying from Text;
>
> If I chain by using a K3 memory and pressing the M1-4 button
> several times, the VFO-B display shows "CHAIN" and things appear
> to work correctly.
>
> I will admit, that while I can check what is being sent by
> listening to the monitor tones with CW, but I can't quite be
> sure about the RTTY.
>
> Will this problem be fixed on the K4?
>
> 73 Bill AE6JV
>
> ---
> Bill Frantz| When an old person dies, a   | Periwinkle
> (408)348-7900  | library burns. - Joe McGawon | 150
> Rivermead Rd #235
> www.pwpconsult.com | Irish Ethnographer   |
> Peterborough, NH 03458
>
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] CW Mush

2020-07-02 Thread Bob Wilson, N6TV
See also

http://elecraft.365791.n2.nabble.com/K3-Receiver-mush-td7627277.html#a7627323

73,
Bob, N6TV

On Thu, Jul 2, 2020, 2:34 PM Peter Chamalian  wrote:

> My K3S is turning CW into mush.  Huge pile ups as K2D are really hard to
> deal with.  Any suggestions other than get a K4 which I have on order?
>
>
>
>
>
> Pete, W1RM
>
> w...@comcast.net
>
>
>
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] K4 on Digital Modes

2020-06-27 Thread Bob Wilson, N6TV
On Sat, Jun 27, 2020 at 8:14 AM Gus Holcomb  wrote:

> With the K4D, for instance, what interfaces are presented on the computer
> and how many of them are there?


To review, on a K3S or K3+KIO3B with USB connector, you get one virtual
serial port and one USB Sound Card (USB AUDIO CODEC).  Windows cannot
separately set the record level of the left/right audio channels of the K3S
sound card.

With the K4 USB connector you get *two* virtual serial ports on the USB
(similar to IC-7610) and a new USB Sound Card that Windows recognizes as
"LINE" instead of "MIC", so you can set the left/right recording levels
separately, if needed for critical SO2V RTTY Contesting.  The second serial
port is ideal for computer-generated CW, FSK or PTT keying (via RTS/DTR
pins) for programs like N3FJP (and HRD?) that cannot do both CW keying and
rig control on the same serial port, or programs like MMTTY that need a
dedicated serial port for FSK keying.  Port sharing software not needed.
An FSK keying circuit on the K3 ACC connector is no longer needed (but is
still supported).

There's also a separate and independent female DE-9 RS232 connector ideal
for connecting non-Elecraft amplifier "CAT" cables or SteppIR controllers.
This port operates independently of the USB serial ports so no special
Y-Cables needed, and it can use a different baud rate; the device is
allowed to poll the K4 at the same time that a logging program is polling
the radio on a different port (not possible on K3 or K3S).

Will all over them be accessed over ethernet or can you also use USB?


Ethernet can be used too, but it is optional.


> What software will you need to run on your computer?


Same as you would for K3, with enhancements developed over time to take
advantage of K4's extra capability, such as FSK keying over serial port.

Can you run multiple copies of a wsjt-x and monitor different
> bands/frequencies simultaneously?


Monitoring two bands will be possible with a K4D model if a Sub Receiver is
enabled.  However, we'll have to tell the second instance of WSJT-X to read
"VFO B" instead of "VFO A" to display the SubRx frequency, and transmitting
one both would require constantly switching between "SPLIT ON" and "SPLIT
OFF".  Of course, while one VFO is transmitting the other won't be able to
receive since all receivers are muted during transmit.


> Will you be able to transmit on each of those bands seamlessly?


Not sure what you mean by seamlessly.  It's treated as one radio with two
VFOs, and you can transmit on VFO A if SPLIT is OFF, or transmit on VFO B
if SPLIT is ON.


> With the K4D each having a receiver and a sub-receiver can you monitor 4
> bands or just 2?
>

Two bands.  There are only two audio output channels, not four.

73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] N6TV recording K4 K3

2020-06-26 Thread Bob Wilson, N6TV
On Fri, Jun 26, 2020 at 6:24 AM  wrote:

> I know that your post said to ignore the transmissions but why is it
> so bad?


1500W.  Shack is right below the antenna.  Analog connection to microHAM
MK2R+ sound card (others have commented they had similar problems keeping
RF out of this device).

Like many I listened before reading the text and wondering
> why I was having problems copying what was sent.


Radio was in full QSK mode.  The K4 QSK is much faster than the K3, so you
hear much more band noise between elements.  Sidetone volume was low.  Band
noise was high.


> Any recordings the I  have made with a K3S using either a Sony DVR or a
> computer have been
> quite clear. Is there RFI on your SSB transmissions?
>

No RFI into the radio, just into the recording device.  Recordings made by
the radio's sound card will have no RFI issues.  But SO2R recordings
require an external sound card.

73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] N6TV recording K4 K3

2020-06-25 Thread Bob Wilson, N6TV
Hi Doug,

I've been doing CW contests with the K3 for nearly 11 years now.  After
using an early release of the K4 firmware, which should only improve over
time, I'm convinced that the K4 far outperforms the K3 in CW pileup
scenarios, mainly due to much improved audio performance.  I predict other
Field Testers will come to the same conclusion, but I'll let them speak for
themselves.

Wayne can explain technically why this is the case (the K4 DAC hardware and
CPU is 11 years newer and faster of course), but all I can ask is to listen
closely to the first recording I posted
.
Please ignore the RFI artifacts during transmissions, and just listen to
the callers, preferably with headphones and a good PC sound card, not a
phone or tablet.  Try to pick out a callsign from the pile.  Then rewind
and try to pick out the *other* callsign.  I think you'll be able to get a
partial or full callsign almost every time, assuming normal hearing and
"contester ears," even though the stations are quite close to each other.
In a K3, under similar conditions, I would often hear annoying "beat notes"
or "buzzes" (audio distortion) with as few as two callers in the passband.
I have yet to hear that in the K4, though of course I've only used it for 6
hours of contesting.

But I've heard enough to place an order for a 2nd K4, mainly so that I can
do SO2R with two identical radios.

Disclosure:  I am not paid or employed by Elecraft, I have never worked
there, and I receive no compensation from the company beyond a small
discount on the price paid for an early Field Test Unit, and the chance to
play and provide direct feedback to the company before the general
release.  Fun stuff (and more work than you might think).

73,
Bob, N6TV

On Thu, Jun 25, 2020 at 2:43 PM Douglas Zwiebel  wrote:

> Thanks to TV for doing these.
>
> I really think that while well intentioned, these recordings are "not much"
> in terms of comparing the two radios (or even just the K4 alone), unless
> you're an operator who is concerned about exactly the conditions
> (parameters) which are being used for the recordings.
>
> It's great to hear that "a neighbor" with a 65db over 9 signal can be
> "handled" with ease.
>
> I don't think many of us experience that scenario.
>
> RM just asked for a "pile-up" simulation.  OK, that's good, but how well
> will the recording be an honest representation of what a human with
> headphones connected to the radio be?  I mean, you can't see what 4K Ulta
> HD TV looks like by watching an example on an "older" TV.
>
> I am more concerned about how the radio works under "contest" conditions;
> that is, with many big signals on the band (not just one at 65db over 9)
> while trying to pull out 4th tier signals in a pileup.  For me, that's the
> test that matters.
>
> I don't know how many guys on here are serious DXer or are serious
> contesters.  For me, if the k4 can "pass the test" for the latter group,
> then the receiver should be fine for everybody else.  Maybe FD will give us
> an idea (if recorded as forecast).  But still, we are all listening through
> a myriad of different devices to hear / observe what we hope to discern
> about the K4 receiver.
>
> Finally, while it is encouraging that Elecraft can provide some "hints"
> about how to tweak the K4 to get to what TV is looking for, it is a
> reminder that this is still a work in progress.
>
> Patience is a virtue.
>
> de Doug KR2Q
> I have two K3 radios, original owner, both 3 digit SN, both "kit" form.
> __
> Elecraft mailing list
> Home: http://mailman.qth.net/mailman/listinfo/elecraft
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:Elecraft@mailman.qth.net
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
> Message delivered to n...@arrl.net
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] New CW audio recording: K3 vs. K4D

2020-06-24 Thread Bob Wilson, N6TV
I probably should have backed off the RF gain on the K4 as I had done on
the K3, instead of leaving it wide open on a noisy band like 40m.

73,
Bob, N6TV

On Wed, Jun 24, 2020, 8:48 PM Macy monkeys  wrote:

> When I say smoother it's a very subjective observation. You mentioned AGC
> differences and that may very well be what I'm hearing.
>
> John K7FD
>
> On Jun 24, 2020, at 8:42 PM, Bob Wilson, N6TV  wrote:
>
> On Wed, Jun 24, 2020 at 8:33 PM Macy monkeys 
> wrote:
>
>> Overall, the K3 sounded a little smoother to my ears. I do not own a K3
>> nor have I ordered a K4. But I would be happy with either one!
>>
>
> Please define "smoother".
>
> I prefer the K4 audio.  Note that the recording starts with K3 audio.
>
> 73,
> Bob, N6TV
>
>
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


Re: [Elecraft] New CW audio recording: K3 vs. K4D

2020-06-24 Thread Bob Wilson, N6TV
On Wed, Jun 24, 2020 at 8:33 PM Macy monkeys 
wrote:

> Overall, the K3 sounded a little smoother to my ears. I do not own a K3
> nor have I ordered a K4. But I would be happy with either one!
>

Please define "smoother".

I prefer the K4 audio.  Note that the recording starts with K3 audio.

73,
Bob, N6TV
__
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:Elecraft@mailman.qth.net

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Message delivered to arch...@mail-archive.com 


  1   2   3   4   5   6   7   8   9   >