[Elecraft] Remote control command - GET pitch freq?

2009-09-14 Thread Ted Roycraft
I looked through the K3 Programmer's Reference manual but I can't find a command to retrieve the sidetone pitch frequency. Does anyone know of a way to do that either directly or indirectly? Thanks, Ted, W2ZK __ Elecraft mailing list

Re: [Elecraft] Remote control command - GET pitch freq?

2009-09-14 Thread Matt Zilmer
Ted, The sequence to read sidetone pitch into a PC: Send the SWH42; command, Read back the contents of VFO A's display using the DS; command, Convert the string to an integer. The frequency shows as three digits starting at the seventh character of the string. This code fragment demonstrates:

Re: [Elecraft] Remote control command - GET pitch freq?

2009-09-14 Thread Ted Roycraft
Perfect! Thanks Matt! 73, Ted, W2ZK Matt Zilmer wrote: Ted, The sequence to read sidetone pitch into a PC: Send the SWH42; command, Read back the contents of VFO A's display using the DS; command, Convert the string to an integer. The frequency shows as three digits starting at the