|
Hi,
Does anyone have an example Hex command being fired off to a K3 from a MixW Macro they could send me please? I used to have a set of macros for MixW and my Pro 3, and want to recreate them. I can send hex out from MixW, so I want to see if I can do some control via MixW Macros. -- Thanks and 73's, For equipment, and software setups and reviews see: www.nk7z.net for MixW support see; http://groups.yahoo.com/neo/groups/mixw/info for Dopplergram information see: http://groups.yahoo.com/neo/groups/dopplergram/info for MM-SSTV see: http://groups.yahoo.com/neo/groups/MM-SSTV/info ______________________________________________________________ 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 Message delivered to [hidden email] |
|
On Fri, May 2, 2014 at 9:17 AM, David Cole <[hidden email]> wrote:
> ...an example Hex command being fired off to a K3 from a > MixW Macro... =========== Dave, Here are three simple examples: Puts everything in CW Mode <CATCMDHEX:00 00 00 02 0C> <CATWAIT:50> <CATCMDHEX:00 00 00 00 08> <MODE:CW> Puts everything in LSB Mode <MODE:SSB> <CATCMDHEX:00 00 00 00 0C> Puts everything in USB Mode <MODE:SSB> <CATCMDHEX:00 00 00 01 0C> 73, Tony KT0NY ______________________________________________________________ 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 Message delivered to [hidden email] |
|
Thank you Tony, I will take them apart and see how it works! :) Thanks
mush sir! That saves me a lot of time in getting the first one right. Anything I get I'll post here. -- Thanks and 73's, For equipment, and software setups and reviews see: www.nk7z.net for MixW support see; http://groups.yahoo.com/neo/groups/mixw/info for Dopplergram information see: http://groups.yahoo.com/neo/groups/dopplergram/info for MM-SSTV see: http://groups.yahoo.com/neo/groups/MM-SSTV/info On Fri, 2014-05-02 at 09:51 -0500, Tony Estep wrote: > On Fri, May 2, 2014 at 9:17 AM, David Cole <[hidden email]> wrote: > > > ...an example Hex command being fired off to a K3 from a > > MixW Macro... > > =========== > Dave, > > Here are three simple examples: > Puts everything in CW Mode > <CATCMDHEX:00 00 00 02 0C> > <CATWAIT:50> > <CATCMDHEX:00 00 00 00 08> > <MODE:CW> > Puts everything in LSB Mode > <MODE:SSB> > <CATCMDHEX:00 00 00 00 0C> > Puts everything in USB Mode > <MODE:SSB> > <CATCMDHEX:00 00 00 01 0C> > > 73, > Tony KT0NY > ______________________________________________________________ > 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 > Message delivered to [hidden email] ______________________________________________________________ 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 Message delivered to [hidden email] |
|
In reply to this post by Tony Estep
Tony,
Where did you get the list of commands from? -- Thanks and 73's, For equipment, and software setups and reviews see: www.nk7z.net for MixW support see; http://groups.yahoo.com/neo/groups/mixw/info for Dopplergram information see: http://groups.yahoo.com/neo/groups/dopplergram/info for MM-SSTV see: http://groups.yahoo.com/neo/groups/MM-SSTV/info On Fri, 2014-05-02 at 09:51 -0500, Tony Estep wrote: > On Fri, May 2, 2014 at 9:17 AM, David Cole <[hidden email]> wrote: > > > ...an example Hex command being fired off to a K3 from a > > MixW Macro... > > =========== > Dave, > > Here are three simple examples: > Puts everything in CW Mode > <CATCMDHEX:00 00 00 02 0C> > <CATWAIT:50> > <CATCMDHEX:00 00 00 00 08> > <MODE:CW> > Puts everything in LSB Mode > <MODE:SSB> > <CATCMDHEX:00 00 00 00 0C> > Puts everything in USB Mode > <MODE:SSB> > <CATCMDHEX:00 00 00 01 0C> > > 73, > Tony KT0NY > ______________________________________________________________ > 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 > Message delivered to [hidden email] ______________________________________________________________ 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 Message delivered to [hidden email] |
|
On Fri, May 2, 2014 at 10:22 AM, David Cole <[hidden email]> wrote:
> ...Where did you get the list of commands... =========== If you have the MixW help files installed, you can find a very extensive list of macro commands there. The best way to send commands to the K3 is not via Hex, but via CATCMD. Then you just follow the Elecraft Programmer's Guide. Here's an example: <CATCMD:KY <MYCALL>;> You start with <CATCMD: Then you append the instructions as found in the Programmer's Guide (downloadable from the Elecraft software page). There are many examples there already worked out for you, so you can just copy them or modify them to your needs. Tony KT0NY ______________________________________________________________ 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 Message delivered to [hidden email] |
|
Again, thank you Tony!!! Now that I am finally getting moved into the
K3, it is time to start addressing the lost macros from my Pro 3. I had not used the CATCMD from MixW, so that will be a fun!!! Sure will make it easy! I just wish FLDigi did direct RTS or DTR keying for CW now, I'd consider moving to it from MixW. I detest the audio only interface FLDigi uses for CW keying. -- Thanks and 73's, For equipment, and software setups and reviews see: www.nk7z.net for MixW support see; http://groups.yahoo.com/neo/groups/mixw/info for Dopplergram information see: http://groups.yahoo.com/neo/groups/dopplergram/info for MM-SSTV see: http://groups.yahoo.com/neo/groups/MM-SSTV/info On Fri, 2014-05-02 at 10:55 -0500, Tony Estep wrote: > On Fri, May 2, 2014 at 10:22 AM, David Cole <[hidden email]> wrote: > > > ...Where did you get the list of commands... > > =========== > If you have the MixW help files installed, you can find a very extensive > list of macro commands there. The best way to send commands to the K3 is > not via Hex, but via CATCMD. Then you just follow the Elecraft Programmer's > Guide. Here's an example: > > <CATCMD:KY <MYCALL>;> > > You start with <CATCMD: Then you append the instructions as found in the > Programmer's Guide (downloadable from the Elecraft software page). There > are many examples there already worked out for you, so you can just copy > them or modify them to your needs. > > Tony KT0NY > ______________________________________________________________ > 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 > Message delivered to [hidden email] ______________________________________________________________ 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 Message delivered to [hidden email] |
|
Hi Tony,
Thank you! Got my first macro going... It adjusts MixW to the sweet spot for my hearing, then moves the passband of the K3 to that same freq, and then narrows down the Bandwidth to a few hundred HZ. Also got my three filter select Macros going... Wow... CATCMD, (THANK YOU Elecraft for using ASCII), is a lot better than CATHEXMODE I got sick of converting everything to double secret Icom control codes, then converting that to HEX, then firing it off at teh radio. Now I just use ASCII! I am thinking of building a little box I can insert in the RS-232 line, and insert commands whenever I want, using a separate control panel. I WILL have my remote control for firing off radio macros soon... Probably make that a winter project. it should not be hard at all. Thanks a million Tony... -- Thanks and 73's, For equipment, and software setups and reviews see: www.nk7z.net for MixW support see; http://groups.yahoo.com/neo/groups/mixw/info for Dopplergram information see: http://groups.yahoo.com/neo/groups/dopplergram/info for MM-SSTV see: http://groups.yahoo.com/neo/groups/MM-SSTV/info On Fri, 2014-05-02 at 10:04 -0700, David Cole wrote: > Again, thank you Tony!!! Now that I am finally getting moved into the > K3, it is time to start addressing the lost macros from my Pro 3. I had > not used the CATCMD from MixW, so that will be a fun!!! Sure will make > it easy! > > I just wish FLDigi did direct RTS or DTR keying for CW now, I'd consider > moving to it from MixW. I detest the audio only interface FLDigi uses > for CW keying. > ______________________________________________________________ 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 Message delivered to [hidden email] |
|
While we are on the topic of MixW and Elecraft......(and there's no good
MixW help available) I have been using MixW (first v.2 now v.3.1.1) with my K2 for about 7 years. Recently I noticed that the on-screen Log was only showing the last two contacts, versus it showing about 6 or 8 before. I can't find any adjustment, either in the menus or in "hacking" the .ini file and the file can't be "dragged" any more open. OS is Win 7 Pro. Has anyone experienced this? -- -- 73 de K2ASP - Phil Kane Elecraft K2/100 s/n 5402 From a Clearing in the Silicon Forest Beaverton (Washington County) Oregon ______________________________________________________________ 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 Message delivered to [hidden email] |
|
Phil,
Are you a member of the Yahoo group in my sig below? If not, join, then look in the files section. There is a fellow there who has totally rewritten all the help files and keeps them current. If you do get them, and like them, please thank him... He is a fellow from the UK, and I can't remember his call for the life of me right now. -- Thanks and 73's, For equipment, and software setups and reviews see: www.nk7z.net for MixW support see; http://groups.yahoo.com/neo/groups/mixw/info for Dopplergram information see: http://groups.yahoo.com/neo/groups/dopplergram/info for MM-SSTV see: http://groups.yahoo.com/neo/groups/MM-SSTV/info On Fri, 2014-05-02 at 13:52 -0700, Phil Kane wrote: > While we are on the topic of MixW and Elecraft......(and there's no good > MixW help available) > > I have been using MixW (first v.2 now v.3.1.1) with my K2 for about 7 > years. Recently I noticed that the on-screen Log was only showing the > last two contacts, versus it showing about 6 or 8 before. I can't find > any adjustment, either in the menus or in "hacking" the .ini file and > the file can't be "dragged" any more open. OS is Win 7 Pro. > > Has anyone experienced this? > -- -- > > 73 de K2ASP - Phil Kane > Elecraft K2/100 s/n 5402 > > From a Clearing in the Silicon Forest > Beaverton (Washington County) Oregon > ______________________________________________________________ > 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 > Message delivered to [hidden email] ______________________________________________________________ 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 Message delivered to [hidden email] |
|
In reply to this post by Phil Kane-2
I Probably should have suggested this on the first email, post to the
list in my sig. You will get an answer, there are literately several thousand MixW users there. 4k users signed up to that list. -- Thanks and 73's, For equipment, and software setups and reviews see: www.nk7z.net for MixW support see; http://groups.yahoo.com/neo/groups/mixw/info for Dopplergram information see: http://groups.yahoo.com/neo/groups/dopplergram/info for MM-SSTV see: http://groups.yahoo.com/neo/groups/MM-SSTV/info On Fri, 2014-05-02 at 13:52 -0700, Phil Kane wrote: > While we are on the topic of MixW and Elecraft......(and there's no good > MixW help available) > > I have been using MixW (first v.2 now v.3.1.1) with my K2 for about 7 > years. Recently I noticed that the on-screen Log was only showing the > last two contacts, versus it showing about 6 or 8 before. I can't find > any adjustment, either in the menus or in "hacking" the .ini file and > the file can't be "dragged" any more open. OS is Win 7 Pro. > > Has anyone experienced this? > -- -- > > 73 de K2ASP - Phil Kane > Elecraft K2/100 s/n 5402 > > From a Clearing in the Silicon Forest > Beaverton (Washington County) Oregon > ______________________________________________________________ > 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 > Message delivered to [hidden email] ______________________________________________________________ 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 Message delivered to [hidden email] |
| Free forum by Nabble | Edit this page |
