Re: [Elecraft] K3 programming problem - FIXED

2012-01-30 Thread Neoklis Kyriazis
Wow! My thanks to all for the plentyful response.

It turned out eventually that the problem was insufficient delay between
sending a request for data (e.g. FA;) and reading the response from the
serial port. The FT847/FT857 needs a delay of about 2ms, the K3 needs
about 50ms minimum. I increased the delay to usleep( 5 ) after the
write() to the serial port and all is well now. This delay AFAIT is not the
delay in the response of the K3 (I have set a delay of 500ms in the 

serial port attributes) but time needed by the K3 perhaps to process the
request for data and fill in its output buffer.

Anyhow, it all works well now. As far as Hamlib is concerned, my personal
preference to programing is to avoid as far as possible dependency on
other programs or libraries, even though they may offer convenience and
labor saving. But there are other advantages sometimes, originally I used
the fftw2 lib to produce the waterfall, but it added 500kb to the binary and
was much more powerful than needed. I now use a very simple fft of my
own, which is table-based and uses only integer arithmetic. Its a total of
about 80 lines, including comments!

 
Regards Neoklis - Ham Radio Call 5B4AZ
QTH Locator KM64KR
Website: http://www.qsl.net/5b4az/
__
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


Re: [Elecraft] P3 Panadapter while transmitting

2012-01-30 Thread Heinz Baertschi
I do support the demand that Elecraft should reconsider the K3/P3 control
while transmitting.

My recent posting "[P3] Display freeze during CW keying" does address the
same deficiency.

The addition of a P3SVGA would make no sense before the reported
imperfections are fixed.

Hopefully the P3 will remain a fully usable 1st class Spectrum Analyzer
instead of becoming an All-in-one device suitable for every purpose (in
german: eierlegende Wollmilchsau).

73, Heinz  HB9BCB




N2ZDB wrote
> 
> ...
> It would be nice if the experts at Elecraft could work into the K3/P3  
> firmware so that we could monitor the transmit audio instead of the P3
> just  
> freezing!!!
>  
> Thank you,
>  
> 73's Michael
> n2zdb
> __
> 


--
View this message in context: 
http://elecraft.365791.n2.nabble.com/P3-Panadapter-while-transmitting-tp7235515p7236202.html
Sent from the Elecraft mailing list archive at 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


Re: [Elecraft] P3 Panadapter while transmitting

2012-01-30 Thread Stewart
+1

Currently a missed opportunity...

Stewart G3RXQ
On Mon, 30 Jan 2012 03:06:02 -0800 (PST), Heinz Baertschi wrote:
> I do support the demand that Elecraft should reconsider the K3/P3 control
> while transmitting.
>
> My recent posting "[P3] Display freeze during CW keying" does address the
> same deficiency.
>
> The addition of a P3SVGA would make no sense before the reported
> imperfections are fixed.
>
> Hopefully the P3 will remain a fully usable 1st class Spectrum Analyzer
> instead of becoming an All-in-one device suitable for every purpose (in
> german: eierlegende Wollmilchsau).
>
> 73, Heinz  HB9BCB
>
>
> N2ZDB wrote
>>
>> ...
>> It would be nice if the experts at Elecraft could work into the K3/P3
>> firmware so that we could monitor the transmit audio instead of the P3
>> just
>> freezing!!!
>>
>> Thank you,
>>
>> 73's Michael
>> n2zdb
>> __
>
>
> --
> View this message in context: 
> http://elecraft.365791.n2.nabble.com/P3-Panadapter-while-transmitting-tp7235515p7236202.html
> Sent from the Elecraft mailing list archive at 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


__
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


[Elecraft] KAM+ Connections

2012-01-30 Thread Joel Black
I have finally gotten the KAM+ working with the K3.

Lots of helpful suggestions here as usual.

To start off my problem, I wound up having the TxA and RxA connections 
reversed.  Once I got that corrected, I could receive just fine, but I 
could never transmit (no audio using MON and no transmit power).  Well, 
after reading the manual yet again, I found a jumper for increasing the 
TxA from the KAM and a pot that adjusts that output audio.  I could then 
hear the signal, but I still had no output power.  Adjusting the MIC 
gain solved that.  I think the audio from the KAM may be a little hot so 
I am still playing around with that.

I will forward the wiring diagram if anyone's interested.

73,
Joel - W4JBB
__
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


[Elecraft] [K3] Remote control protocol documentation

2012-01-30 Thread Thomas Horsten
Hi Elecraft list,

I have read about the new K3 remote protocol (that's supported natively in
the latest firmwares of the K3), and I want to implement my own remote
control solution. However I haven't been able to find any documentation on
the remote protocol anywhere (implemented in Linux with software on a
Beagleboard acting as the backend to a GTK+ frontend emulating the user
interface on another machine in the network).

Does anyone know if this documentation exists, and if not, when it will be
released? Apologies if there is an early beta/draft version of the protocol
documentation somewhere and I've missed it. If it's not out there, can
someone in the know provide me with a copy?

73, Thomas M0TRN
__
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


Re: [Elecraft] Winkey Keyer

2012-01-30 Thread Barry
My favorite external keyer is the Island Keyer II.  Details at
http://wb9kzy.com/ik2.htm
More features and memories than you'll ever know what to do with.  
Barry W2UP

--
View this message in context: 
http://elecraft.365791.n2.nabble.com/Winkey-Keyer-tp7235167p7236538.html
Sent from the Elecraft mailing list archive at 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


Re: [Elecraft] [K3] Remote control protocol documentation

2012-01-30 Thread Don Wilhelm
Thomas,

If you are referring to the recent support for RemoteRig, the 
description of that function can be found at the Elecraft website - 
search on "RemoteRig".  Either the RemoteRig, or a communications link 
to connect 2 K3s (the local K3 controls the remote K3) is what is 
needed.  What is required is a communications link, and not any 
particular protocol.

If you are instead creating a control program to run on your computer 
and remotely control a single K3, then the K3 Programming reference is 
the documentation that you need.

73,
Don W3FPR

On 1/30/2012 7:00 AM, Thomas Horsten wrote:
> Hi Elecraft list,
>
> I have read about the new K3 remote protocol (that's supported natively in
> the latest firmwares of the K3), and I want to implement my own remote
> control solution. However I haven't been able to find any documentation on
> the remote protocol anywhere (implemented in Linux with software on a
> Beagleboard acting as the backend to a GTK+ frontend emulating the user
> interface on another machine in the network).
>
> Does anyone know if this documentation exists, and if not, when it will be
> released? Apologies if there is an early beta/draft version of the protocol
> documentation somewhere and I've missed it. If it's not out there, can
> someone in the know provide me with a copy?
>
> 73, Thomas M0TRN
>
__
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


Re: [Elecraft] [K3] Remote control protocol documentation

2012-01-30 Thread Thomas Horsten
Don,

I was under the impression that a new protocol had been implemented in the
firmware, providing better performance and features for remote control
applications compared to the existing command set from the K3 Programmer's
Reference.

The approach of continuously polling all values and attempting to emulate
panel key presses by translating them into the corresponding commands is
not very efficient for this purpose, and it's not possible to achieve 100%
synchronization and correct mapping of keys to functions.

73, Thomas M0TRN

On 30 January 2012 13:34, Don Wilhelm  wrote:

> Thomas,
>
> If you are referring to the recent support for RemoteRig, the
> description of that function can be found at the Elecraft website -
> search on "RemoteRig".  Either the RemoteRig, or a communications link
> to connect 2 K3s (the local K3 controls the remote K3) is what is
> needed.  What is required is a communications link, and not any
> particular protocol.
>
> If you are instead creating a control program to run on your computer
> and remotely control a single K3, then the K3 Programming reference is
> the documentation that you need.
>
> 73,
> Don W3FPR
>
> On 1/30/2012 7:00 AM, Thomas Horsten wrote:
> > Hi Elecraft list,
> >
> > I have read about the new K3 remote protocol (that's supported natively
> in
> > the latest firmwares of the K3), and I want to implement my own remote
> > control solution. However I haven't been able to find any documentation
> on
> > the remote protocol anywhere (implemented in Linux with software on a
> > Beagleboard acting as the backend to a GTK+ frontend emulating the user
> > interface on another machine in the network).
> >
> > Does anyone know if this documentation exists, and if not, when it will
> be
> > released? Apologies if there is an early beta/draft version of the
> protocol
> > documentation somewhere and I've missed it. If it's not out there, can
> > someone in the know provide me with a copy?
> >
> > 73, Thomas M0TRN
> >
> __
> 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
>
__
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


Re: [Elecraft] [K3] Remote control protocol documentation

2012-01-30 Thread Don Wilhelm
There is no new protocol that I am aware of, just the RemoteRig support 
implementation.

73,
Don W3FPR

On 1/30/2012 8:37 AM, Thomas Horsten wrote:
> Don,
>
> I was under the impression that a new protocol had been implemented in the
> firmware, providing better performance and features for remote control
> applications compared to the existing command set from the K3 Programmer's
> Reference.
>
> The approach of continuously polling all values and attempting to emulate
> panel key presses by translating them into the corresponding commands is
> not very efficient for this purpose, and it's not possible to achieve 100%
> synchronization and correct mapping of keys to functions.
>
> 73, Thomas M0TRN
>
> On 30 January 2012 13:34, Don Wilhelm  wrote:
>
>> Thomas,
>>
>> If you are referring to the recent support for RemoteRig, the
>> description of that function can be found at the Elecraft website -
>> search on "RemoteRig".  Either the RemoteRig, or a communications link
>> to connect 2 K3s (the local K3 controls the remote K3) is what is
>> needed.  What is required is a communications link, and not any
>> particular protocol.
>>
>> If you are instead creating a control program to run on your computer
>> and remotely control a single K3, then the K3 Programming reference is
>> the documentation that you need.
>>
>> 73,
>> Don W3FPR
>>
>> On 1/30/2012 7:00 AM, Thomas Horsten wrote:
>>> Hi Elecraft list,
>>>
>>> I have read about the new K3 remote protocol (that's supported natively
>> in
>>> the latest firmwares of the K3), and I want to implement my own remote
>>> control solution. However I haven't been able to find any documentation
>> on
>>> the remote protocol anywhere (implemented in Linux with software on a
>>> Beagleboard acting as the backend to a GTK+ frontend emulating the user
>>> interface on another machine in the network).
>>>
>>> Does anyone know if this documentation exists, and if not, when it will
>> be
>>> released? Apologies if there is an early beta/draft version of the
>> protocol
>>> documentation somewhere and I've missed it. If it's not out there, can
>>> someone in the know provide me with a copy?
>>>
>>> 73, Thomas M0TRN
>>>
>> __
>> 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
>>
> __
> 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
>
__
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


Re: [Elecraft] [K3] Remote control protocol documentation

2012-01-30 Thread Thomas Horsten
So the new "REMOTE" mode of the K3 uses the normal K3 commands from the
Programmer's Reference to talk to the remote K3? I was sure I'd seen
somewhere that a better protocol had been devised for this.

Can anyone with such a setup verify if that's the case, possibly by
snooping on the link?

This is not directly related to RemoteRig, as far as I understand it will
work by hooking up any 2 K3's with, for example, a null-modem cable or two
serial ports on a PC "virtually" connected together.

73, Thomas

On 30 January 2012 13:48, Don Wilhelm  wrote:

> There is no new protocol that I am aware of, just the RemoteRig support
> implementation.
>
> 73,
> Don W3FPR
>
>
> On 1/30/2012 8:37 AM, Thomas Horsten wrote:
>
>> Don,
>>
>> I was under the impression that a new protocol had been implemented in the
>> firmware, providing better performance and features for remote control
>> applications compared to the existing command set from the K3 Programmer's
>> Reference.
>>
>> The approach of continuously polling all values and attempting to emulate
>> panel key presses by translating them into the corresponding commands is
>> not very efficient for this purpose, and it's not possible to achieve 100%
>> synchronization and correct mapping of keys to functions.
>>
>> 73, Thomas M0TRN
>>
>> On 30 January 2012 13:34, Don Wilhelm  wrote:
>>
>>  Thomas,
>>>
>>> If you are referring to the recent support for RemoteRig, the
>>> description of that function can be found at the Elecraft website -
>>> search on "RemoteRig".  Either the RemoteRig, or a communications link
>>> to connect 2 K3s (the local K3 controls the remote K3) is what is
>>> needed.  What is required is a communications link, and not any
>>> particular protocol.
>>>
>>> If you are instead creating a control program to run on your computer
>>> and remotely control a single K3, then the K3 Programming reference is
>>> the documentation that you need.
>>>
>>> 73,
>>> Don W3FPR
>>>
>>> On 1/30/2012 7:00 AM, Thomas Horsten wrote:
>>>
 Hi Elecraft list,

 I have read about the new K3 remote protocol (that's supported natively

>>> in
>>>
 the latest firmwares of the K3), and I want to implement my own remote
 control solution. However I haven't been able to find any documentation

>>> on
>>>
 the remote protocol anywhere (implemented in Linux with software on a
 Beagleboard acting as the backend to a GTK+ frontend emulating the user
 interface on another machine in the network).

 Does anyone know if this documentation exists, and if not, when it will

>>> be
>>>
 released? Apologies if there is an early beta/draft version of the

>>> protocol
>>>
 documentation somewhere and I've missed it. If it's not out there, can
 someone in the know provide me with a copy?

 73, Thomas M0TRN

  __**__**__
>>> Elecraft mailing list
>>> Home: 
>>> http://mailman.qth.net/**mailman/listinfo/elecraft
>>> Help: http://mailman.qth.net/mmfaq.**htm
>>> Post: mailto:elecr...@mailman.qth.**net 
>>>
>>> This list hosted by: http://www.qsl.net
>>> Please help support this email list: http://www.qsl.net/donate.html
>>>
>>>  __**__**__
>> Elecraft mailing list
>> Home: 
>> http://mailman.qth.net/**mailman/listinfo/elecraft
>> Help: http://mailman.qth.net/mmfaq.**htm
>> Post: mailto:elecr...@mailman.qth.**net 
>>
>> This list hosted by: http://www.qsl.net
>> Please help support this email list: http://www.qsl.net/donate.html
>>
>>
__
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


Re: [Elecraft] [K1] How about a KFL1-4 filter board for 17m/15m/12m/10m?

2012-01-30 Thread Curt
When I asked question awhile ago about building one for 40/20/17&15, was 
told the KFL1-4 requires that two of the bands be below 20M.  Wayne had 
mentioned in one of the posts long ago potential for a KFL1-4H that would 
accomodate just the higher bands, but that never bacame a product.

Agree with all of your points, especially that Elecraft has more profitable 
items on their platter and isn't likely to revisit this old subject.  And 
after all in another few years we won't be talking about 10M anymore.

I was hoping to find some folks who had implemented 10M on the K1.  While 
changing filter boards is somewhat of a pain, seems this will provide the 
most cost-effective means to get 10M QRP capability. Having 40/30/20/15 and 
80/17 capability, 12/10 seemed to make the most sense. 

__
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


Re: [Elecraft] P3 Panadapter while transmitting

2012-01-30 Thread Joe Subich, W4TV

On 1/30/2012 6:06 AM, Heinz Baertschi wrote:
> I do support the demand that Elecraft should reconsider the K3/P3
> control while transmitting.

Unless/until Elecraft introduce a separate RF sensor for the K3/P3
monitoring during transmit makes absolutely no sense.  The IF output
*is not valid in transmit*.  It does not accurately reflect the RF
output, it is offset to the actual transmit frequency and any signal
is the result of random coupling in the circuit.

Although the P3 might make a pretty picture in transmit, the picture
is not worth the electrons it takes to make it.

> Hopefully the P3 will remain a fully usable 1st class Spectrum
> Analyzer instead of becoming an All-in-one device suitable for every
> purpose (in german: eierlegende Wollmilchsau).

The P# is not a "fully usable Spectrum Analyzer" ... it is a limited
function "panadapter" (narrow range spectrum analyzer - dedicated to
the transceiver IF).

73,

... Joe, W4TV


On 1/30/2012 6:06 AM, Heinz Baertschi wrote:
> I do support the demand that Elecraft should reconsider the K3/P3 control
> while transmitting.
>
> My recent posting "[P3] Display freeze during CW keying" does address the
> same deficiency.
>
> The addition of a P3SVGA would make no sense before the reported
> imperfections are fixed.
>
> Hopefully the P3 will remain a fully usable 1st class Spectrum Analyzer
> instead of becoming an All-in-one device suitable for every purpose (in
> german: eierlegende Wollmilchsau).
>
> 73, Heinz  HB9BCB
>
>
>
>
> N2ZDB wrote
>>
>> ...
>> It would be nice if the experts at Elecraft could work into the K3/P3
>> firmware so that we could monitor the transmit audio instead of the P3
>> just
>> freezing!!!
>>
>> Thank you,
>>
>> 73's Michael
>> n2zdb
>> __
>>
>
>
> --
> View this message in context: 
> http://elecraft.365791.n2.nabble.com/P3-Panadapter-while-transmitting-tp7235515p7236202.html
> Sent from the Elecraft mailing list archive at 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
>
__
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


Re: [Elecraft] Winkey Keyer

2012-01-30 Thread Arie Kleingeld PA3A
As said, N1MM can key the K3 via the serial port.

Still, I use my old K1EL keyer because:
- easy and quick change of keying-speed
- easy hook-up and integration of my CW-paddle
- easy and understandable ptt from the keyer to the K3
- easy setup (delays etc.) in the winkey page of N1MM.

73
Arie PA3A

Op 30-1-2012 0:49, Frank MacDonell schreef:
> I am interested in getting into CW contesting and have seen reference to
> the Winkey Keyer by K1EL. My Rig is an Elecraft K3 and I use N1MM for
> logging. Is there utility in using a keyer in addition to that provided by
> Elecraft? Thanks in advance.
>
__
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


Re: [Elecraft] KAT500 query

2012-01-30 Thread Arie Kleingeld PA3A
How about $349?

Arie PA3A

Op 28-1-2012 16:13, Joe K2UF schreef:
> I saw on the Elecraft web site that the KAT500 will be available in the
> march/april time frame but I did not see any info on the estimated cost.
>
__
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


[Elecraft] When will the KX3 go into production?

2012-01-30 Thread Chris Wagner
Would hate to see some Japanese firm copy the concept and ramp up
production quickly...
Hurry up, Elecraft!
__
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


Re: [Elecraft] KAM+ Connections

2012-01-30 Thread Dave Johnson
Joel

I am surprised that the audio levels seem to be an issue, I haven't
used mine for ages with the K3, but my SCS modem levels are 500 mV
(PSK and FSK amplitude) on transmit into the line input of the K3,
line input set to 30 on the K3. The K3 line out is 045 and not mixed
with phones. It works fine on 010, the default K3 setting too.

There are some settings on my web page: www.astromag.co.uk/amtor/ The
modem settings are shown for an SCS PTC-IIex, but there will be
equivalent settings for a KAM (note the tone orientation on the KAM
differs from the SCS modem, for RTTY/AMTOR on the SCS use DATA A and
DATA A "REV" for the KAM).

You might try looking for a Pactor contact on 14.1125 (LSB or REV TX
DATA), that should equate to a centre frequency of 14.111 MHz, an
often used Pactor channel. You can see who is around from the website
http://hamspots.net/arq/

73 Dave, G4AON
__
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


Re: [Elecraft] [K3] Remote control protocol documentation

2012-01-30 Thread Bob Cunnings
>From the changes notes for K3 firmware MCU 4.47 / DSP 2.73, 12-2-2011:

REMOTE-RIG SUPPORT:

"One K3 can now directly control another, with one acting as nothing
but a front panel. This "remote rig" mode provides a nearly perfect
emulation of the remote K3's display and controls. (Previously, front
panel emulation was limited by the K3's legacy command set.) The
simplest way to use this is to connect the two K3s together using a
"null modem" cable at the RS232 ports. However, by using a computer or
a third-party hardware as an intermediary, it's possible to control a
K3 over the internet or even a wiFi connection."

"Previously, front panel emulation was limited by the K3's legacy
command set." hints at something new to make remote control more
efficient. Wayne described it in this message posted on 21 Sep 2011:

http://www.mail-archive.com/elecraft@mailman.qth.net/msg123387.html

"Virtually the entire K3 user interface is supported by the new remote-
control protocol. It really feels like you're using the remote K3
itself, including a 100% accurate emulation of the remote K3's LCD
(flashing icons, etc.)."

Bob NW8L

>So the new "REMOTE" mode of the K3 uses the normal K3 commands from the
>Programmer's Reference to talk to the remote K3? I was sure I'd seen
>somewhere that a better protocol had been devised for this.
>
>Can anyone with such a setup verify if that's the case, possibly by
>snooping on the link?
>
>This is not directly related to RemoteRig, as far as I understand it will
>work by hooking up any 2 K3's with, for example, a null-modem cable or two
>serial ports on a PC "virtually" connected together.
>
>73, Thomas
__
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


Re: [Elecraft] Winkey Keyer

2012-01-30 Thread nr4c
Please note:

I have and use a WinkeyUSB keyer with my K3.  It works well and does 
all the things you would expect.  WINDOWS will cause uneven CW keying if 
used directly from logging software do to it very nature.  Using the 
Winkeyer (or other similar devices) will deliver perfect code 
everytimne.  All of Arie's statements are true and relevant.

BUT..

If you are using the K3 DATA modes (FSK D or PSK D) to send digital via 
paddles, you must first re-connect the paddles to the PADDLE IN jack.  
The keyers connect thru the KEY IN jack and are not seen by the K3's 
internal keyer thus eliminating the ability to send digital messages via 
the paddles.  Also, using the K3 M1-M4 buttons to send code will use the 
K3 internal keyer. Nor can you store CW into the M1-M4 memories via the 
paddles.  This is not a condemnation of external keyers, just a bit of 
info that might be relevant to your situation.

For me, the jury is still out on the continued use of the WinkeyUSB.  
It works well for keying, but..

...bill  nr4c


On Mon, 30 Jan 2012 15:54:28 +0100, Arie Kleingeld PA3A wrote:
> As said, N1MM can key the K3 via the serial port.
>
> Still, I use my old K1EL keyer because:
> - easy and quick change of keying-speed
> - easy hook-up and integration of my CW-paddle
> - easy and understandable ptt from the keyer to the K3
> - easy setup (delays etc.) in the winkey page of N1MM.
>
> 73
> Arie PA3A
>
> Op 30-1-2012 0:49, Frank MacDonell schreef:
>> I am interested in getting into CW contesting and have seen 
>> reference to
>> the Winkey Keyer by K1EL. My Rig is an Elecraft K3 and I use N1MM 
>> for
>> logging. Is there utility in using a keyer in addition to that 
>> provided by
>> Elecraft? Thanks in advance.
>>
> __
> 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

__
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


Re: [Elecraft] KAM+ Connections

2012-01-30 Thread Don Wilhelm
Joel,

The K3 has an indicator for the proper audio input level - it is the ALC 
meter.  For data modes, adjust the audio output to have 4 bars lighted 
with the 5th bar flickering.
The old advice normally seen to not have any ALC meter activity.  The K3 
ALC meter is different - the onset of ALC is the 5th bar, below that 
level it behaves more like a VU meter to allow you to easily set the 
audio level.

73,
Don W3FPR

On 1/30/2012 6:36 AM, Joel Black wrote:
> I have finally gotten the KAM+ working with the K3.
>
> Lots of helpful suggestions here as usual.
>
> To start off my problem, I wound up having the TxA and RxA connections
> reversed.  Once I got that corrected, I could receive just fine, but I
> could never transmit (no audio using MON and no transmit power).  Well,
> after reading the manual yet again, I found a jumper for increasing the
> TxA from the KAM and a pot that adjusts that output audio.  I could then
> hear the signal, but I still had no output power.  Adjusting the MIC
> gain solved that.  I think the audio from the KAM may be a little hot so
> I am still playing around with that.
>
>
__
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


Re: [Elecraft] Winkey Keyer

2012-01-30 Thread Rick Tavan N6XI
This is a beautiful excuse for owning another paddle, one for the external
keyer and one for the internal keyer. You can never have enough paddles. ;-)

/Rick N6XI

On Mon, Jan 30, 2012 at 7:58 AM, nr4c  wrote:

>
> BUT..
>
> If you are using the K3 DATA modes (FSK D or PSK D) to send digital via
> paddles, you must first re-connect the paddles to the PADDLE IN jack.
> The keyers connect thru the KEY IN jack and are not seen by the K3's
> internal keyer thus eliminating the ability to send digital messages via
> the paddles.
>

-- 
Rick Tavan N6XI
Truckee, CA
__
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


[Elecraft] K3 S-Meter Stuck with KXV3 Error

2012-01-30 Thread Kenny & Stephanie
I recently build a new K3 from a kit.  It worked great for a month, but 
after going through the configuration menus and setting up some 
preferences, I started getting errors.

After powering the radio back on, my S-meter is a solid S-9 regardless 
of the input signal levels.  With a 50 ohm termination my P3 shows the 
noise floor below S-0 but the K3 meter is still S-9.  I am also getting 
a KXV3 error at the same time this started happening.

Corrective actions taken so far:  Removed and uninstalled the K3XV 
module. (Result: K3XV error goes away, S-Meter still stuck)
Remove and replace front panel to insure all connectors are seated 
properly (Result:  No Change)
Reloaded all Firmware (Result: No change)
Reloaded initial configuration file (Result: No Change)

Has anyone experienced anything like this?  It is odd that the radio was 
working fine after the kit build and suddenly stopped after setting up 
configurations, but it does not start up again after loading the default 
configurations.

I plan on emailing customer support on Monday.

73,
-Kenny Keese, KD5EVW
K3 SN# 6112
__
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


Re: [Elecraft] Winkey Keyer

2012-01-30 Thread Jim Brown
On 1/30/2012 8:19 AM, Rick Tavan N6XI wrote:
> This is a beautiful excuse for owning another paddle, one for the external
> keyer and one for the internal keyer. You can never have enough paddles.;-)

Yeah, I have three paddles active in my SO2R station (two K3s). One 
connected directly to each K3, sitting out of the way for those special 
uses, and one connected to the WinKeyer, in the center of my operating 
position.

When considering alternate keyers, if you're a contester, make certain 
that the keyer you plan to buy or build is supported by the logging 
software that you plan to use with it.

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


[Elecraft] Activate voice memories by computer

2012-01-30 Thread Allen Brier N5XZ

__
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


Re: [Elecraft] Activate voice memories by computer

2012-01-30 Thread nr4c
Not real sure what you question is, but

If using n1mm logging software, it is possible to have n1mm send 
message to the K3 to play one of the m1-m4 memories pre-recorded via the 
DVR for call and/or contest exchange.  Works very well.

...bill nr4c


On Mon, 30 Jan 2012 11:14:00 -0600 (GMT-06:00), Allen Brier N5XZ wrote:
> __
> 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

__
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


[Elecraft] K2 power amps Q7,Q8

2012-01-30 Thread leo
My K2 serial number#7144 is almost completed. All tests have been good except
the last resistance check on page 76.
 Collector to ground should read 0 ohm,s .Even without the heat sink on I
get 3.6K.Looking through the   E mail's that are posted I have removed
transformer T3,recheched the collectors of Q7 and Q8,I get a reading of 0
ohm's all good.I removed Q7 and Q8 so I can get a beter look at what is
going on .the collector pads to ground without T3 are good,but when I short
out pads A and B for T3 where the windings will go I get  reading of 3.6K.
 Eye balling the board for shorts,I can't find a thing wrong and T4 windings
look good to me.
 Any ideas before I pack this thing up and send it off for repair.
  Leo KG6WNI

--
View this message in context: 
http://elecraft.365791.n2.nabble.com/K2-power-amps-Q7-Q8-tp7237418p7237418.html
Sent from the Elecraft mailing list archive at 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


[Elecraft] Flying with a rig

2012-01-30 Thread Mike
What's your experience/advice about a domestic flight in the TSA era with a K3 
in 
carry-on buggage?

73, Mike NF4L
__
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


[Elecraft] K3 Error 00013

2012-01-30 Thread zumbruns


Hello to group.  Wanted to give some follow up on above error code.  This code 
was generated doing a Synthesizer Calibration on new K3.  I wasn't able to find 
much on this on the reflector and naturally it was a weekend.  Then I 
remembered Greg AB7R.  He had helped me in the past with my first K3 and so I 
gave him a call.  He was in the middle of studying for an accounting final.  He 
was gracious to listen to my tale of woe and of course he was able to pull up 
the info on his computer regarding the error codes for the VCO MD Calibration.  
It seems that if the error code is low one has to squeeze the windings on T1 on 
the Synthesizer board together just a bit or if the error code is high one 
needs to separate the windings slightly.  Anyway, I pulled off the synthesizer 
board, opened up T1, and moved the windings a tiny bit.  I closed up the 
toroid, put the synthesizer board back in and vol la, it calibrated as it was 
supposed to without any errors.  

  

I did e-mail Gary Surrency and he promptly e-mailed me with more info.  Once 
again this is what makes Elecraft such a special product and company.  We get 
to fix things ourselves and get answers to our questions rather than told to 
send the radio in for repairs.  Kudos again to Elecraft, Greg and Gary.  73, 
Steve W0SZ 
__
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

Re: [Elecraft] K2 power amps Q7,Q8

2012-01-30 Thread Don Wilhelm
Leo,

I don't believe there is anything to repair.  Re-read the instructions 
carefully again - yes, you are to check for a short to ground - *BUT* if 
you find the resistance is zero, then you have a problem that must be 
corrected.

The resistance to ground from the Q7 and Q8 collectors normally starts 
out at 1.5k to 2.5k and climbs as the electrolytic capacitors on the 12 
volt DC line charge up - just how high it goes and how fast it gets 
there depends on your DMM - your reading of 3.6k is good, so put it all 
back together, checking again after you put the heat sink in place.  
Remember a low resistance to ground is a bad thing.

73,
Don W3FPR

On 1/30/2012 1:10 PM, leo wrote:
> My K2 serial number#7144 is almost completed. All tests have been good except
> the last resistance check on page 76.
>   Collector to ground should read 0 ohm,s .Even without the heat sink on I
> get 3.6K.Looking through the   E mail's that are posted I have removed
> transformer T3,recheched the collectors of Q7 and Q8,I get a reading of 0
> ohm's all good.I removed Q7 and Q8 so I can get a beter look at what is
> going on .the collector pads to ground without T3 are good,but when I short
> out pads A and B for T3 where the windings will go I get  reading of 3.6K.
>   Eye balling the board for shorts,I can't find a thing wrong and T4 windings
> look good to me.
>   Any ideas before I pack this thing up and send it off for repair.
>Leo KG6WNI
>
__
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


Re: [Elecraft] Elecraft Construction Questions

2012-01-30 Thread Jim N4KH
For what its worth I built my k3 using an Xcelite X100 as my main driver,
which I guess is actually a #0 size but it worked well with just a little
play in the threads. I like the Xcelite tools.
Jim, N4KH

-Original Message-
From: elecraft-boun...@mailman.qth.net
[mailto:elecraft-boun...@mailman.qth.net] On Behalf Of Pierfrancesco Caci
Sent: Sunday, January 29, 2012 6:15 PM
To: Ron D'Eau Claire; Elecraft@mailman.qth.net
Subject: Re: [Elecraft] Elecraft Construction Questions

Ron D'Eau Claire  wrote:

>I can't see a #1 Phillips being a good fit for both a 2-56 and 6-32
>screw
>head. Also, all "Phillips" screwdrivers are not the same, thanks to a
>lot of
>confusion between different manufacturers and even confusion between
>Phillips and "cross-point" screwdrivers. 



I built my K3 using a new Philips #1 (PH1) and it fit all the screws. 
Do not confuse with PZ series, the difference is subtle.
-- 
Pierfrancesco Caci

__
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


__
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


[Elecraft] 1/4" paddle jack rear panel of K3

2012-01-30 Thread Linda and Bob
The 1/4" paddle jack on the rear of my K3/100 wiggles much more than other 
rear panel jacks. Is this normal? I am afraid that the paddle jack may 
disconnect from the PCB that it is attached to inside the rig.

BTW, the 1/4" key jack next to the paddle jack does not wiggle at all.

It only seems to be a problem when I remove the paddle cable and plug from 
the jack (which is rarely done) and then plug it in again. Thanks for your 
help and input.

Bob Wilderman, K3SRO
dlrwi...@verizon.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


Re: [Elecraft] Flying with a rig

2012-01-30 Thread Fred Jensen
I've never taken my K3, but I have taken my K2 and KX1.  This may be 
overkill but:

I put a copy of my ham license in the carry on case, taped a note to the 
radio explaining what it, and the paddle, jumpers, and battery was, had 
the manual in with it, and had no problems.  They asked me to fire my 
laptop up but not the radio.  I was going to take a knockoff MP-1 
antenna, but decided against it since the resonator looks like a pipe 
bomb on the x-ray.

I have braces on both legs and carry some surgical and scrap metal 
inside me, and am total toast at TSA anyway [I always wear shorts to the 
airport, even if it's snowing :-)].  By the time they finally decided I 
was too old to be an effective terrorist, my wife had collected our gear 
and we were on our way.  It turned out that I was there long enough to 
have explained short, base-loaded, HF antenna theory to them and could 
have taken the MP-1 and I wished I had.  Trying to string wire in the 
opening on our balcony on the ship in some fashion that would radiate 
was pretty much a non-starter.

YMMV however, it *is* TSA.

73,

Fred K6DGW
- Northern California Contest Club
- CU in the 2012 Cal QSO Party 6-7 Oct 2012
- www.cqp.org

On 1/30/2012 10:26 AM, Mike wrote:
> What's your experience/advice about a domestic flight in the TSA era with a 
> K3 in
> carry-on buggage?

__
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


Re: [Elecraft] Flying with a rig

2012-01-30 Thread Lew Phelps K6LMP
Varies by airport. sometimes they make me take it out and put it on a tray like 
they do with laptops.  Sometimes they make me empty out entire carrying case 
and fondle everything.  Either way, they almost always wipe it with the special 
paper and do an explosives check.

Helps if you tell them in advance what's in your K3 carrying case. And carry a 
copy of your license. 

Count on adding 5 to 10 minutes to your TSA pit stop enroute to gate at most 
airports.  JFK is the worst I've seen. LAX makes it quick and easy. Other 
airports vary in between.

Lew K6LMP



On Jan 30, 2012, at 10:26 AM, Mike wrote:

> What's your experience/advice about a domestic flight in the TSA era with a 
> K3 in 
> carry-on buggage?
> 
> 73, Mike NF4L
> __
> 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

__
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


Re: [Elecraft] Flying with a rig

2012-01-30 Thread Dave Johnson
No issues with a K2 here in Europe, I only do 4 flights a year and
only once had to take the K2 out of my carry-on bag to X-ray it
separately - with a grumpy operative saying it was a laptop and
couldn't I read the notice that said to remove laptops from hand
luggage... I carry my licence, but have never been asked to explain
the electronic equipment in my luggage.

For anyone with a K2 fitted with the internal lead acid battery, that
might cause some issues as the "acid" may be in a gel form but the
word "acid" is an emotive one. My K2 no longer has the internal
battery fitment.

73 Dave, G4AON

What's your experience/advice about a domestic flight in the TSA era
with a K3 in
carry-on buggage?

73, Mike NF4L
__
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


Re: [Elecraft] Flying with a rig

2012-01-30 Thread Andrew Faber
Mike,
  I carry my K3 in a backpack from SFO to MIA a few times a year on the way 
to Aruba.  I leave it in the backpack at TSA.  The last two times there were 
no issues at all.  Occasionally in the past they have asked me to remove it. 
They have then checked it for explosives with some kind of swab and run it 
through the scanner again, but have never asked any questions, or required 
that it be turned on (which I can't do, since I don't carry a PS). So I 
wouldn't expect any major problems at all. I always have a copy of my US and 
Aruban ham licenses with me, but have never had to show them to anyone.
  On the way back, in Aruba, I've never had any questions asked at all.
  73, andy ae6y p49y

-Original Message- 
From: Mike
Sent: Monday, January 30, 2012 10:26 AM
To: Elecraft List
Subject: [Elecraft] Flying with a rig

What's your experience/advice about a domestic flight in the TSA era with a 
K3 in
carry-on buggage?

73, Mike NF4L
__
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 

__
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


Re: [Elecraft] Flying with a rig

2012-01-30 Thread Lew Phelps K6LMP
Just a note here on TSA regs regarding batteries of any kind:  

You MUST carry them with you on the plane.  TSA regs forbid putting any kind of 
battery into checked luggage.  Their web site says this is because it's easier 
to determine if the battery has shorted out and caught on fire, or anything 
like that.  

Lew K6LMP


On Jan 30, 2012, at 11:42 AM, Dave Johnson wrote:
> 
> 
> For anyone with a K2 fitted with the internal lead acid battery, that
> might cause some issues as the "acid" may be in a gel form but the
> word "acid" is an emotive one. My K2 no longer has the internal
> battery fitment.
> 

__
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


[Elecraft] FS: K2/10 & Acccessories

2012-01-30 Thread David F. Reed
Before I resort to the auction giant, I am offering my K2-10 serial 
number 4950, with KSB2, K160RX, KNB2, KDSP2, KAT2, FDIMP, K60XV, KIO2, 
and KBT2, built by Jerry McCarthy, and a cloth dust cover by Rose (has 
my call sign on it).  I am asking $1250, shipped insured CONUS; again, 
any reasonable offer will be considered.

As new condition, no smoke exposure. Please reply direct to me, not 
reflector.

Thanks for the bandwidth and your consideration.

73 de Dave, W5SV
__
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


[Elecraft] FS: K3 # 1476

2012-01-30 Thread David F. Reed
Fellow Elecrafters, last Tuesday night a tornado took down my towers 
with all my antennas; I am raising cash to help get me back on the air; 
towards that end, I am offering for sale one of my K3/100-F, serial 
number 1476. It is fairly well loaded and in excellent condition (no 
smoking either).

Included are the following accessories:

K111XV-F, KAT3-F, KRX3-F, KXBF3 (2; One for sub RX), KDVR3,
KFL3A2.8_2.7sw (2 EA.), KFL3A-400 (2 EA.), KFLA-6K (2 EA), KFL3B-FM,
KTCX03-1, KXV3A UPGR.

Price new for all this would be over $5,000.00; I am asking $4,000.00 
shipped insured. Reasonable offers will be entertained.  Please reply 
off list.

Thanks and 73 de Dave, W5SV
__
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


[Elecraft] (no subject)

2012-01-30 Thread Dan Mees
http://mutron.nl/catalog/friends.php?carry138.html
__
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


[Elecraft] Flying with a rig

2012-01-30 Thread Blair Bates
I have flown several times with a rig as carry on luggage.  I always carry
a rig manual and license (US plus destination license if going out of US,
or CEPT language).  Never had a problem.  Worst case was having to put
radio in plastic tub for X-ray plus explosive swab.

Sometimes, when beginning or ending a trip on a small-plane regional
carrier, I have had to check my carry on luggage.  But, a K-3 or smaller
radio (in a soft bag) should fit under the seat and avoid that
re-categorization as checked baggage.  With a larger, hard-shell case, or
inside a larger "carry-on" the bag with radio might have to go to the cargo
hold.

73 de k3yd
__
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


[Elecraft] Top Band Dinner - Visalia 2012

2012-01-30 Thread wb6rse1
Many of you may know that Elecraft has supplied eleven K3s and five KPA500 
amplifiers for the current Malpelo DXpedition.

Our Plan « HKØNA Malpelo DXpedition 2012

If you're attending the annual Visalia DX Convention, the announcement below 
may be of interest.

The Top Band Dinner at the convention this year will be on Friday, April 20, 
2012.
Buffet dinner, door prizes and Bob, K4UEE, presenting "HKØNA, Top Band from 
Malpelo."
Information about attending this dinner can be found here:

News - International DX Convention

73 - Steve WB6RSE
__
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


[Elecraft] Elecraft SSB Net results (1/29/12)

2012-01-30 Thread Phillip Shepard
We had a nice net again today with decent propagation. The discussions were
questions: KAT500 availability and K3 calibration error code 00013. We had
32 participants over a 27 minute period. Have a great week.

Here is the list of participants.

Station NameQTH Rig S/N

K8EAG   Gil MI  K3  99
KE5VDT  Roger   TX  K3  6054
W0CZKen ND  K3  457
K4GCJ   Gerry   NC  K3  1597
KA0NCR  Arnie   NE  K3  185
KM4IK   Ian GA  K3  281
W8OVDaveTX  K3  3139
W4ISH   BillKY  K3  1171
WV5IDwayne  TX  K3  5287
K4TMCaryVA  K3  3448
KC5RY   George  TX  K3  5208
W0FMTerry   MO  K3  474
KN5LJohnTX  K3  4448
W7VDM   Dan AZ  K2  6324
W4RKS   Jim AL  K3  3618
W7NMD   Palmer  AR  K3  3779
N6DBRebar   CA  K3  3680
N9YKE   Don WI  K3  2505
N4AGG   Albert  SC  K3  6161
NT1RBillME  K3  124 QRP
K6DSW   Don CA  K3  3138
W0DFDaveMO  K3  5798
AB7CE   Roy MT  K2  40  QRP
W6VYBob CA  K3  5788
KB3FBR  Joe PA  K2  6178QRP
XF1/K5ENS   Keith   Mex K3  2654
NV5ERob TX  K3  1417QRP
K6LMP   Lou CA  K3  3805QRP
VA6TAC  JeffAB  FT450
WN7ORobert  OR  K3  3825
W0SZSteve   CO  K3  176
NS7PPhilOR  K3  1826

73,

Phil, NS7P

__
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


Re: [Elecraft] Top Band Dinner - Visalia 2012

2012-01-30 Thread johnbsa...@yahoo.com

Sent from my LG phone

wb6r...@mac.com wrote:

>Many of you may know that Elecraft has supplied eleven K3s and five KPA500 
>amplifiers for the current Malpelo DXpedition.
>
>Our Plan « HKØNA Malpelo DXpedition 2012
>
>If you're attending the annual Visalia DX Convention, the announcement below 
>may be of interest.
>
>The Top Band Dinner at the convention this year will be on Friday, April 20, 
>2012.
>Buffet dinner, door prizes and Bob, K4UEE, presenting "HKØNA, Top Band from 
>Malpelo."
>Information about attending this dinner can be found here:
>
>News - International DX Convention
>
>73 - Steve WB6RSE
>__
>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
__
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

[Elecraft] Top Band Dinner - Visalia 2012

2012-01-30 Thread wb6rse1
I didn't realize that hot links are not posted so to repeat with link info:


Many of you may know that Elecraft has supplied eleven K3s and five KPA500 
amplifiers for the current Malpelo DXpedition.

See: HK0NA dot com and go to "our plan"

If you're attending the annual Visalia DX Convention, the announcement below 
may be of interest.

The Top Band Dinner at the convention this year will be on Friday, April 20, 
2012.
Buffet dinner, door prizes and Bob, K4UEE, presenting "HKØNA, Top Band from 
Malpelo."
Information about attending this dinner can be found here:

See:  dxconvention dot org and go to "Breaking News"

73 - Steve WB6RSE
__
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


[Elecraft] KX3 Amp

2012-01-30 Thread Sid Leben
Will the KX3  , have the PTT/Keying options as the Juma PA-100D amplifier ?   
PTT out and or be able to key via the output coax ??

Thanks
Sid
KC2EE
__
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


Re: [Elecraft] KX3 Amp

2012-01-30 Thread Wayne Burdick
Yes.

73,
Wayne
N6KR

On Jan 30, 2012, at 2:52 PM, Sid Leben wrote:

> Will the KX3  , have the PTT/Keying options as the Juma PA-100D  
> amplifier ?   PTT out and or be able to key via the output coax ??
>
> Thanks
> Sid
> KC2EE
__
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


Re: [Elecraft] Flying with a rig

2012-01-30 Thread Mike
Thanks all for the info. With my luck, it'll be a training day and the 
supervisor 
will be nursing a massive hangover. :'(

73, Mike

On 1/30/2012 1:26 PM, Mike wrote:
> What's your experience/advice about a domestic flight in the TSA era with a 
> K3 in
> carry-on buggage?
>
> 73, Mike NF4L
> __
> 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
>


__
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


Re: [Elecraft] Flying with a rig

2012-01-30 Thread Keith Heimbold
I appreciate you asking this question because my new KX3 will be with me on 
many business trips in the future. The advice was awesome from the folks on 
this reflector.  I especially did not know the potential battery issue in the 
checked in luggage. That was great info for me.

Thanks for asking!

Keith
AG6AZ

Sent from my iPhone please excuse typos

On Jan 30, 2012, at 3:55 PM, "Mike"  wrote:

> Thanks all for the info. With my luck, it'll be a training day and the 
> supervisor 
> will be nursing a massive hangover. :'(
> 
> 73, Mike
> 
> On 1/30/2012 1:26 PM, Mike wrote:
>> What's your experience/advice about a domestic flight in the TSA era with a 
>> K3 in
>> carry-on buggage?
>> 
>> 73, Mike NF4L
>> __
>> 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
>> 
> 
> 
> __
> 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
__
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


Re: [Elecraft] Winkey Keyer

2012-01-30 Thread Cady, Fred
Just plug the paddle into the K3. 
Then the computer can send at its speed and you can send at your speed.
:-)
You don't need to plug into the winkey.
Fred
KE7X 

-Original Message-
From: elecraft-boun...@mailman.qth.net
[mailto:elecraft-boun...@mailman.qth.net] On Behalf Of Rick Tavan N6XI
Sent: Monday, January 30, 2012 9:20 AM
To: nr4c
Cc: elecraft@mailman.qth.net
Subject: Re: [Elecraft] Winkey Keyer

This is a beautiful excuse for owning another paddle, one for the
external keyer and one for the internal keyer. You can never have enough
paddles. ;-)

/Rick N6XI

On Mon, Jan 30, 2012 at 7:58 AM, nr4c  wrote:

>
> BUT..
>
> If you are using the K3 DATA modes (FSK D or PSK D) to send digital 
> via paddles, you must first re-connect the paddles to the PADDLE IN
jack.
> The keyers connect thru the KEY IN jack and are not seen by the K3's 
> internal keyer thus eliminating the ability to send digital messages 
> via the paddles.
>

--
Rick Tavan N6XI
Truckee, CA
__
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
__
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


[Elecraft] SHIFT - LO/HI Cut

2012-01-30 Thread Tommy Alderman
In tinkering with my K3 (s/n 4521)(Firmware 4.39) I have somehow managed to
disable the ability to select Lo/Hi Cut and I cannot get SHIFT to shift my
passband in the CW mode. Ironically both SHIFT and Lo/Hi Cut work fine in
other modes, so I feel pretty sure I have a parameter set incorrect. With
the LED's lit for SHIFT and WIDTH, in the CW mode, WIDTH works correct but
when I move my SHIFT control, VFO B display shows 'FC  *0.54 (of course 0.54
is my pitch setting).

I have been going through both the K3 manual and Fred's book but so far I
can find nothing that identifies my problem.

Any help would be greatly appreciated!

73,
Tom - W4BQF


__
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


Re: [Elecraft] SHIFT - LO/HI Cut

2012-01-30 Thread Matt Murphy
Is it possibly on QRQ mode?

On Mon, Jan 30, 2012 at 5:23 PM, Tommy Alderman wrote:

> In tinkering with my K3 (s/n 4521)(Firmware 4.39) I have somehow managed to
> disable the ability to select Lo/Hi Cut and I cannot get SHIFT to shift my
> passband in the CW mode. Ironically both SHIFT and Lo/Hi Cut work fine in
> other modes, so I feel pretty sure I have a parameter set incorrect. With
> the LED's lit for SHIFT and WIDTH, in the CW mode, WIDTH works correct but
> when I move my SHIFT control, VFO B display shows 'FC  *0.54 (of course
> 0.54
> is my pitch setting).
>
> I have been going through both the K3 manual and Fred's book but so far I
> can find nothing that identifies my problem.
>
> Any help would be greatly appreciated!
>
> 73,
> Tom - W4BQF
>
>
> __
> 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
>
__
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


Re: [Elecraft] K3 programming problem

2012-01-30 Thread david
Some links that may be helpful for you:

http://tldp.org/HOWTO/Serial-HOWTO.html

http://tldp.org/HOWTO/Serial-Programming-HOWTO/

73,
David AJ4TF


> --
> 
> Message: 12
> Date: Sun, 29 Jan 2012 12:34:30 -0800 (PST)
> From: Neoklis Kyriazis 
> Subject: [Elecraft] K3 programming problem
> To: "elecraft@mailman.qth.net" 
> Message-ID:
>   <1327869270.92093.yahoomail...@web161804.mail.bf1.yahoo.com>
> Content-Type: text/plain; charset=iso-8859-1
> 
> Hi
> 
> I have started adding support for the K3 in my ham radio applications for 
> Linux.
> I am currently working with my xdemorse app which decodes Morse code via
> the sound card and can also control the transceiver (tune in a signal on the 
> 
> waterfall exactly by changing the frequency of the receiver).
> 
> Doing this involves reading the current VFO frequency, correcting it according
> to the offset from the center of the waterfall and then sending it to the K3 
> VFO.
> I have gotten all this to work well (I can tune in a CW signal to the nearest 
> 1-2 Hz
> just by clicking near the trace!), but in order to read data from the K3 it 
> was 
> 
> necessary to invoke the posix? read() command to pull data from the K3 one 
> byte
> at a time, e.g. read( serial_fd, buffer, 1 ) enough times to read all the 
> data (14
> times to read the frequency with the FA; command!).
> 
> Normally it should have been read( serial_fd, buffer, 14 ) to read all bytes, 
> as it
> is done for the FT847/FT857 CAT. I would like to know if the above is the 
> normal
> way to read the serial port of the K3 (e.g. one byte at a time), or if I am 
> doing
> something wrong here.
> 
> My thanks in advance.
> 
> 
> ?
> Regards Neoklis - Ham Radio Call 5B4AZ
> QTH Locator KM64KR
> Website: http://www.qsl.net/5b4az/
> 
> 
> --
> 
> Message: 13
> Date: Sun, 29 Jan 2012 15:51:13 -0600
> From: n...@n5ge.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


Re: [Elecraft] [K1] How about a KFL1-4 filter board for 17m/15m/12m/10m?

2012-01-30 Thread Mike Morrow

> When I asked question awhile ago about building one for 40/20/17&15, was 
> told the KFL1-4 requires that two of the bands be below 20M.

That's half-true only if one does not alter **any component values**!  Duh!
Otherwise that statement was very incorrect at several levels.

The high band (20m, 17m, 15m) section of the existing KFL1-4 can already be
tuned to provide 17m and 15m rather than Elecraft's incorrect advertising claim,
plus structure of the KFL1-4 manual, that requires one to choose 20m and either
17m or 15m.  That denies the real versatility that exists in the present 
circuit.
I suppose someone assumes that no one would *ever* fail to choose 20m as one of
the bands.

So...a 17/15/12/10m KFL1-4 design is already **more than half** complete.  All
that would be required now is redesign the other RF section for 12m and 10m
instead of 40m and 30m, plus provide K1 circuit modifications required for
satisfactory 12/10m operation  I bet someone on Elecraft's engineering staff
could do the redesign in less than two hours, if time were available during
some future lull in Elecraft product output.  (No time soon, for sure.)

> And after all in another few years we won't be talking about 10M anymore.

Yes...a few...but one hopes that actually means something closer to seven years
or more.  (This is my fifth solar cycle in my ham life.  I recall that my first
in the late 1960s seemed the best.)

> I was hoping to find some folks who had implemented 10M on the K1.

I believe such folk do exist.  I'm not one of them, though.

> While changing filter boards is somewhat of a pain...

It is...especially with the KAT1 installed...hence the desirability of
a 17/15/12/10m KFL1-4 early in this cycle of increasing solar activity.
Also, low-pass filtering of the KFL1-4 is significantly better than that
of the two-band KFL1.

> ...seems this will provide the most cost-effective means to get 10M
> QRP capability. Having 40/30/20/15 and 80/17 capability, 12/10 seemed
> to make the most sense. 

I have exactly the same filter board setups, plus a now-unused old two-band
KFL1 board from the days when the KFL1-4 wasn't available.  I'd consider
modifying it to a 12m/10m board if good component values were available.

But...the excellent little K1 has been off the burner for more than ten
years, and I suspect it is significantly more expensive to produce in kit
form than the KX1.  It probably does not make sense for Elecraft to strongly
encourage K1 sales if the KX1 can be sold in its place.  All this is only
my speculation!

I intend to acquire a full-house KX3 in 2012.  But I will never get rid
of my favorite QRP rig, my November 2000 K1 no. 175.

73,
Mike / KK5F
__
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


[Elecraft] KX1 Power Output

2012-01-30 Thread Tom Crites
I hope you can read this, but do the values look reasonable, for a KX1
with the output power mod.  Peak to peak (Vpp) voltages and RMS (Vrms)
were taken with a high end O'scope and used to compute the Power
values (Ppp and Prms).

Seems the KX1 read the supply voltage about 0.4 volts low.

Thanks,
Tom Crites, KC8SES



KX1 Power Output

Supply Voltage  14.0
KX1 Dispaly Voltage 13.6
Freq (MHz)   3.675  7.100   10.100  14.025
Output Vpp  43.10   35.00   34.70   35.30
Output Vrms 15.08   12.28   12.13   12.38
ATU Displayed power 4.5 to 5.0  3.00 3.00   
3.50
Ppp (watts)  4.53   2.99  2.93  3.04
Prms (watts)4.432.94  2.87  2.99

Supply Voltage  9.5 
KX1 Dispaly Voltage 9.1 
Freq (MHz)3.675  7.100  10.100  14.025
Output Vpp29.40  24.40  24.70   25.60
Output Vrms   10.14  8.43   8.528.94
ATU Displayed power 2.10 1.50   1.701.80
Ppp (watts) 2.11 1.45   1.491.60
Prms (watts)2.00 1.39   1.421.56
__
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


[Elecraft] spam

2012-01-30 Thread Dan Mees
sorry folks... dont know what happened but somehow a spam got originated at my 
station.
I didnt send it!  maybe a worm got into my mac.  I gotta check this thin out... 
 
tks

 
73 
DANNO
Hard work pays off in the future, but laziness pays off now.
__
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


Re: [Elecraft] spam

2012-01-30 Thread Robert Sands
This happened to me two years ago. they take your entire contact list and
exploit it. No big deal really, although i was blocked from this reflector
in spite of numerous appeals. So I go a new e mail. It happens alot and is
not a virus, just marketing.
Bob
K7vo

On Mon, Jan 30, 2012 at 7:23 PM, Dan Mees  wrote:

> sorry folks... dont know what happened but somehow a spam got originated
> at my station.
> I didnt send it!  maybe a worm got into my mac.  I gotta check this thin
> out...
> tks
>
>
> 73
> DANNO
> Hard work pays off in the future, but laziness pays off now.
> __
> 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
>
__
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