Just joined this list - 5B4AZ

classic Classic list List threaded Threaded
25 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Just joined this list - 5B4AZ

Mike Reublin
Pierfrancesco,

Interesting. I've never played with Perl.

The statement (comment?) "#set the label" caught my eye. It doesn't set the text
string, correct?

73, Mike

On 8/5/2011 4:25 PM, Pierfrancesco Caci wrote:

>>>>>> "Mike" == Mike<[hidden email]>  writes:
>
>      Mike>  Nate -
>      Mike>  I can't find anything about the text string either.
>
>      Mike>  But a memory can still be set.
>
>      Mike>  Select the memory channel with an MC - MC027;
>      Mike>  Set the freq with an FA - FA00010141000;
>      Mike>  Set the mode with MD - MD3;
>      Mike>  Tap the V>M switch twice - SWT15;SWT15; Look for the table of switch numbers under
>      Mike>  the heading SWT/SWH * (Switch Emulation; SET only) in the programmers manual.
>
>      Mike>  And Robert's your father's sibling :-)
>
>
> been there, done that, got this lousy perl script:
>
> http://www.tippete.net/radio/k3mem
>
>
>


______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Reply | Threaded
Open this post in threaded view
|

Re: Just joined this list - 5B4AZ

Mike Reublin
Whoever wrote the K3 Memory Editor has the secret to setting the label. Maybe they'd
be willing to share it with one of the linux programmers?

Wayne? Dick?

73, Mike, NF4L

______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Reply | Threaded
Open this post in threaded view
|

Re: Just joined this list - 5B4AZ

Nate Bargmann
In reply to this post by Mike Reublin
* On 2011 05 Aug 17:50 -0500, Mike wrote:
> Pierfrancesco,
>
> Interesting. I've never played with Perl.

If programming tickles your fancy in any way, Perl is a good place to
start.  It's very forgiving of various logic methods and it has a large
community around it.  It has been famously referred to "as the duct tape
that holds the Internet together" although in recent years other
languages and methods have gained popularity.

> The statement (comment?) "#set the label" caught my eye. It doesn't set the text
> string, correct?

It appears as though it does from glancing through the script where the
word "label" appears.  It looks to be a clever way of accessing that
information via known commands and button actions.

73, de Nate N0NB >>
.
--

"The optimist proclaims that we live in the best of all
possible worlds.  The pessimist fears this is true."

Ham radio, Linux, bikes, and more: http://www.n0nb.us
______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Reply | Threaded
Open this post in threaded view
|

Re: Just joined this list - 5B4AZ

Pierfrancesco Caci
In reply to this post by Mike Reublin
>>>>> "Mike" == Mike  <[hidden email]> writes:


    Mike> Pierfrancesco,
    Mike> Interesting. I've never played with Perl.

    Mike> The statement (comment?) "#set the label" caught my eye. It
    Mike> doesn't set the text  
    Mike> string, correct?

That's a comment (anything after a # is a comment in perl, up to end of
line).
It's placeholder for me to remember where to put a command to write the
label if/when a way to do so will ever get published.

Pf


--
Pierfrancesco Caci, ik5pvx
______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
Reply | Threaded
Open this post in threaded view
|

Re: Just joined this list - 5B4AZ

Mike Reublin
In reply to this post by Nate Bargmann
On 8/5/2011 10:33 PM, Nate Bargmann wrote:.
> If programming tickles your fancy in any way, Perl is a good place to
> start.  It's very forgiving of various logic methods and it has a large
> community around it.  It has been famously referred to "as the duct tape
> that holds the Internet together" although in recent years other
> languages and methods have gained popularity.
Programming earned me a good living for a lot of years. My web needs have always been
met with vbscript and javascript. I'd hate to risk cracking the old brain with a new
(to me) language. ;-)

73, Mike NF4L

______________________________________________________________
Elecraft mailing list
Home: http://mailman.qth.net/mailman/listinfo/elecraft
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[hidden email]

This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html
12