Date   

Locked JT Alert UDP Issues #decode

Nathan B
 

Hello everyone. Hoping someone might be able to help me here. Trying to get JT Alert running on my computer to work with WSJTX. I seem to get UDP errors however despite following the help file in the program. Any help would be appreciated.

I’m being told the program is unable to communicate with the WSJT x process. Udp port 2237 with standard IP address being used. Anyone have any similar suggestions? Also using HRD for connection and AClog from N3FJP for logging.


Locked Re: Trouble with Yaesu FT-747GX CAT #windows11 #Cat_RigControl #hamlib

Mauricio A. Taslik
 

Yeah, I think that could be the reason. In that case, just switch to some
english locale like US and see how it goes...

El jue, 18 ago 2022 a la(s) 10:37, Tordek (kedrot@...) escribió:

Since we both seem to be Spanish speakers, my brother offers a
thought... maybe there's a locale issue and it's parsing the wrong
decimal separator?

On Wed, 17 Aug 2022 at 16:00, Mauricio A. Taslik <mautas@...> wrote:

I confirm the error exactly as described. when it must read 7.000 MHz it
reads 7,000 MHz and that makes it impossible to use it. Keeps happening
since more than a year in all wsjtx versions until the last one I tried
some months ago, and it looks like it keeps happening. Quick "fix": use
an
old versión from early 2019.


El mié, 17 ago 2022 a la(s) 13:45, Michael Black via groups.io
(mdblack98=
yahoo.com@groups.io) escribió:

Please try this DLL....I just made a change that should help this....
https://www.dropbox.com/s/7aejdv74nfjxr0q/libhamlib-4.dll?dl=0


And if it still is wrong (which it likely will be) please provide debug
info

New hamlib for installation directions

#1 Shut down WSJTX

Linux/Unix/Mac users need to compile the latest tar file from
http://n0nb.users.sourceforge.net/\
Note: If compiling on Unix-like systems please uninstall any Hamlib
package you have before installing the new build

#2 If you don't save directly you need to open a file browser and move
the
file that way.

If you're not familiar with that here's a video on the file browser -
https://www.youtube.com/watch?v=AyVqCJrs9dk

Mike W9MDB









On Wednesday, August 17, 2022 at 12:47:55 AM CDT, kedrot@... <
kedrot@...> wrote:





I'm trying to setup CAT to control my rig; my settings are:

COM4
8 data bits
2 stop bits
no handshake
other pins on default

The Test CAT button works, it sets to green, and PTT also correctly
starts
transmitting.

The issues:

When selecting a band from the dropdown, the rig is correctly set to
the
appropriate frequency. A couple of seconds later, when the system
polls the
current frequency, it's 100 times higher and it ends in 48. E.g.: 40m
sets
to 7,074.000 Two seconds later, it becomes 707,400.048.

A few seconds later, I get a timeout error and the rig disconnects.

Any help is appreciated.


















Locked Re: Trouble with Yaesu FT-747GX CAT #windows11 #Cat_RigControl #hamlib

Tordek <kedrot@...>
 

A bit of source digging later, I believe it's been caused by a change
between 2.3.1 and 2.4.0, where these lines were changed from:

#if defined (Q_OS_WIN)
std::locale::global (std::locale ("C"));
#else
std::locale::global (std::locale ("en_US.UTF-8"));
#endif

to

// reset the C+ & C global locales to the classic C locale
std::locale::global (std::locale::classic ());

Versions up to 2.3.1 work correctly, and 2.4.0 exhibits the bug.
Unfortunately there isn't a 2.4.0-rc4-win64 available to try, which is
the latest tag before the change.

On Thu, 18 Aug 2022 at 09:27, Tordek <kedrot@...> wrote:

Since we both seem to be Spanish speakers, my brother offers a
thought... maybe there's a locale issue and it's parsing the wrong
decimal separator?

On Wed, 17 Aug 2022 at 16:00, Mauricio A. Taslik <mautas@...> wrote:

I confirm the error exactly as described. when it must read 7.000 MHz it
reads 7,000 MHz and that makes it impossible to use it. Keeps happening
since more than a year in all wsjtx versions until the last one I tried
some months ago, and it looks like it keeps happening. Quick "fix": use an
old versión from early 2019.


El mié, 17 ago 2022 a la(s) 13:45, Michael Black via groups.io (mdblack98=
yahoo.com@groups.io) escribió:

Please try this DLL....I just made a change that should help this....
https://www.dropbox.com/s/7aejdv74nfjxr0q/libhamlib-4.dll?dl=0


And if it still is wrong (which it likely will be) please provide debug
info

New hamlib for installation directions

#1 Shut down WSJTX

Linux/Unix/Mac users need to compile the latest tar file from
http://n0nb.users.sourceforge.net/\
Note: If compiling on Unix-like systems please uninstall any Hamlib
package you have before installing the new build

#2 If you don't save directly you need to open a file browser and move the
file that way.

If you're not familiar with that here's a video on the file browser -
https://www.youtube.com/watch?v=AyVqCJrs9dk

Mike W9MDB









On Wednesday, August 17, 2022 at 12:47:55 AM CDT, kedrot@... <
kedrot@...> wrote:





I'm trying to setup CAT to control my rig; my settings are:

COM4
8 data bits
2 stop bits
no handshake
other pins on default

The Test CAT button works, it sets to green, and PTT also correctly starts
transmitting.

The issues:

When selecting a band from the dropdown, the rig is correctly set to the
appropriate frequency. A couple of seconds later, when the system polls the
current frequency, it's 100 times higher and it ends in 48. E.g.: 40m sets
to 7,074.000 Two seconds later, it becomes 707,400.048.

A few seconds later, I get a timeout error and the rig disconnects.

Any help is appreciated.














Locked Re: Trouble with Yaesu FT-747GX CAT #windows11 #Cat_RigControl #hamlib

Tordek <kedrot@...>
 

Since we both seem to be Spanish speakers, my brother offers a
thought... maybe there's a locale issue and it's parsing the wrong
decimal separator?

On Wed, 17 Aug 2022 at 16:00, Mauricio A. Taslik <mautas@...> wrote:

I confirm the error exactly as described. when it must read 7.000 MHz it
reads 7,000 MHz and that makes it impossible to use it. Keeps happening
since more than a year in all wsjtx versions until the last one I tried
some months ago, and it looks like it keeps happening. Quick "fix": use an
old versión from early 2019.


El mié, 17 ago 2022 a la(s) 13:45, Michael Black via groups.io (mdblack98=
yahoo.com@groups.io) escribió:

Please try this DLL....I just made a change that should help this....
https://www.dropbox.com/s/7aejdv74nfjxr0q/libhamlib-4.dll?dl=0


And if it still is wrong (which it likely will be) please provide debug
info

New hamlib for installation directions

#1 Shut down WSJTX

Linux/Unix/Mac users need to compile the latest tar file from
http://n0nb.users.sourceforge.net/\
Note: If compiling on Unix-like systems please uninstall any Hamlib
package you have before installing the new build

#2 If you don't save directly you need to open a file browser and move the
file that way.

If you're not familiar with that here's a video on the file browser -
https://www.youtube.com/watch?v=AyVqCJrs9dk

Mike W9MDB









On Wednesday, August 17, 2022 at 12:47:55 AM CDT, kedrot@... <
kedrot@...> wrote:





I'm trying to setup CAT to control my rig; my settings are:

COM4
8 data bits
2 stop bits
no handshake
other pins on default

The Test CAT button works, it sets to green, and PTT also correctly starts
transmitting.

The issues:

When selecting a band from the dropdown, the rig is correctly set to the
appropriate frequency. A couple of seconds later, when the system polls the
current frequency, it's 100 times higher and it ends in 48. E.g.: 40m sets
to 7,074.000 Two seconds later, it becomes 707,400.048.

A few seconds later, I get a timeout error and the rig disconnects.

Any help is appreciated.














Locked Re: Trouble with Yaesu FT-747GX CAT #windows11 #Cat_RigControl #hamlib

Mauricio A. Taslik
 

Well, it seems like he found the place in the code where this is happenning
but the fix is not still right. It seems to be all about getting qrg from
the poll and doing the right thing with it: not scaling it up (original
bug) and not scaling it down (Michael's fix bug)

On Aug 18, 2022 2:27 AM, "Tordek" <kedrot@...> wrote:

Unfortunately that leads into a weirder behavior; it initially set my
rig to the right frequency , but then it started to drift from 707,46
to 74,6000 to 746000 and so on, then it randomly started enabling PTT.

I'd send debug info but I don't know how to obtain that from Windows' WSXJT.

On Wed, 17 Aug 2022 at 13:45, Michael Black via groups.io
<mdblack98@...> wrote:

Please try this DLL....I just made a change that should help this....
https://www.dropbox.com/s/7aejdv74nfjxr0q/libhamlib-4.dll?dl=0


And if it still is wrong (which it likely will be) please provide debug
info

New hamlib for installation directions

#1 Shut down WSJTX

Linux/Unix/Mac users need to compile the latest tar file from
http://n0nb.users.sourceforge.net/\
Note: If compiling on Unix-like systems please uninstall any Hamlib
package you have before installing the new build

#2 If you don't save directly you need to open a file browser and move
the file that way.

If you're not familiar with that here's a video on the file browser -
https://www.youtube.com/watch?v=AyVqCJrs9dk

Mike W9MDB









On Wednesday, August 17, 2022 at 12:47:55 AM CDT, kedrot@... <
kedrot@...> wrote:





I'm trying to setup CAT to control my rig; my settings are:

COM4
8 data bits
2 stop bits
no handshake
other pins on default

The Test CAT button works, it sets to green, and PTT also correctly
starts transmitting.

The issues:

When selecting a band from the dropdown, the rig is correctly set to the
appropriate frequency. A couple of seconds later, when the system polls the
current frequency, it's 100 times higher and it ends in 48. E.g.: 40m sets
to 7,074.000 Two seconds later, it becomes 707,400.048.

A few seconds later, I get a timeout error and the rig disconnects.

Any help is appreciated.










Locked Re: CAT control for Icom IC-756 Pro III #Cat_RigControl

neil_zampella <neilz@...>
 

... and still another location for interfaces.   This one also sells an
'all-in-one' cable with CAT (C-IV), and built in Sound Card.

http://xggcomms.com/Icom-Interface-Shop(2066628).html

Neil, KN3ILZ

On 8/17/2022 5:26 PM, bobfox wrote:
Sorry if this has been addressed before, I recently bought a used Icom IC-756 Pro III.
How do I connect this radio to a Win11 PC?
What CAT interface do I need and where can I get it?

vy 73 de Robert, OE7OER





Locked Re: Multiple Responses to CQ #TechnicalHelpQuestion

joe haughey
 

go to CQ
Begin

is the best way

reply to a second conversation before 7 3 can work,  but only where the cycle might drop,  is best practice, but it isn't guaranteed
reply to a second conversation after the first conversation has completed, is unlikely but can work,  and requires patience,  after waiting you go to CQ if no reply within reasonable time


best practice,  keep an eye on the graph to see other signals on either the sender or receiver frequency

there are no guarantees,  but it is interesting
regards
m1evn

On Thursday, 18 August 2022 at 04:20:49 BST, Kent AA6P <kawill70@...> wrote:

I'm looking for information on how to handle multiple responses to a CQ.

The first caller is handled automatically.

I don't know the best way to proceed with the additional stations. I'm also wondering if there is a way to maintain the same transmit frequency.

Thanks, Kent
AA6P


Locked Re: Multiple Responses to CQ #TechnicalHelpQuestion

Gary - AG0N
 

On Aug 18, 2022, at 6:01 AM, Timothy Brannon <timbmd@...> wrote:

- The more common situation is multiple NA/US or JA callers - I call the strongest dB station first so I can complete the QSO with the minimum number of repeats. This minimizes the chance of me causing QRM to someone else.
I wonder what ever happened to the thought of the CALL 1st option to call the weakest stations first. Joe (or maybe it was someone else) mentioned it when Call 1st first was talked about. It was an effort to get more stations to keep their power down a little when not needed. I’d still like to see it happen. Sometimes, that weaker station may just be something special.

Gary - AG0N


Locked Re: WSJT-X + Icom Ic 9700 #WSJTX_config #Icom

David Ackrill
 

Sorry, I missed a setting - USB Port Link to [REMOTE]
That greys ot the next two settings, but I have used Unlink to [REMOTE] with
CI-V Baud Rate 19200
CI-V Echo Back OFF

It works with both settings, as I said in my original reply, some contest logging programs need Transceive off and Unlink to [REMOTE] but WSJT-X doesn't seem to miind which way round it's set.


Locked Re: WSJT-X + Icom Ic 9700 #WSJTX_config #Icom

David Ackrill
 

"CI-V Address: A4h"

That could be the problem, the standard Icom address for the IC9700 is A2h and I think that's the address that WSJT-X will be looking for.

Just for comparision here's my settings on my IC9700
CI-V
Baud Rate = 19200
Address = A2h
Transceive = ON
USB/LAN - REMOTE Transceive Address 00h
DATA Baud Rate = 19200
DATA Echo Back ON


Locked Re: Multiple Responses to CQ #TechnicalHelpQuestion

Tim Brannon, WA5MD
 

I agree, Hold Tx Freq is the first step. And I move my Tx freq often using Shift-click on the waterfall to stay on a clear frequency.
As to who I respond to first:

- I reply first to the station that I "need" the most, obviously like a new DX country or a new CQ zone.
- If there are multiple DX callers then I prioritize the rarest station first, also obvious. It's uncommon, but it does happen sometimes!
- The more common situation is multiple NA/US or JA callers - I call the strongest dB station first so I can complete the QSO with the minimum number of repeats. This minimizes the chance of me causing QRM to someone else. 
- If all the callers are about the same dB strength, I will call the POTA/SOTA stations first since these guys are making extra effort for contacts.
- And then, I do give priority to LoTW stations (red text color), but that's just my preference.
Hope this helps.73, WA5MD, Tim in Dallas


Locked Re: Not finding Band #general

JTAlert Support (VK3AMA)
 

On 18/08/2022 10:12 am, Dave Tucker Nu4N wrote:
I may have 5.x installed rather than net 6. I look into the that.
The NET 6 requirement was posted in my reply to your initial message posted on the HamApps group https://hamapps.groups.io/g/Support/message/41188

Quote...
install the required NET 6 Desktop Runtime. https://HamApps.com/JTAlert/ for your convenience provides download links as does the announcement for 2.60.0 posted on the group. https://hamapps.groups.io/g/Support/message/41020
de Laurie VK3AMA


Locked Re: Not finding Band #general

JTAlert Support (VK3AMA)
 

On 18/08/2022 10:11 am, Dave Tucker Nu4N wrote:
Tnx Laurie. I have the 64 bit framework installed. Hope this answers your question.
Is that based on what you think you have installed or is it what the Framework Check utility reported?

de Laurie VK3AMA


Locked Re: hearing voice on FT8 #FT8 #txaudio

Reino Talarmo
 

Even better is not to select Windows default for the wsjt-x at all, but an external sound card and no to select that to be default!
There are also older rigs that have both mic and data connector permanently connected together and you need to physically disconnect mic.
73 Reino OH3mA

the better solution to voices would be to direct them to your computer speakers and not the default device


Locked Re: CAT control for Icom IC-756 Pro III #Cat_RigControl

Michael Black
 

This one should work though there are some recommendations to add chokes to it.  If you get cat errors while transmitting would mean you need to work on RFI in the shack and possibly add chokes to the cable.
https://www.amazon.com/BQLZR-Cable-IC-275-IC-756Pro-Shortwave/dp/B00IM9HVBW

My ever-expanding list of RFI recommendations
RFI Problems
TestsIf problems are occurring only during transmit: #1 Reduce power to zero and see if the problem stops -- if it does stop than it is definitely RFI.  You will see certain higher power levels on certain bands that cause problems. Then, if problems are occurring during non-transmit periods it indicates a system problem with USB devices so... #1 Check USB Power Management option is turned off on all USB devices Device Manager for Windows. For Linux set autosuspend=-1 https://docs.kernel.org/driver-api/usb/power-management.html
RFI Fixes: #1 Free - Move USB cables to another port -- some ports are more susceptible than others. #2 Free -- Check your grounding system.  rod-outside-the-shack is a common problem when it's not bonded to the main house ground.  Common grounding mistakes: A. Ground rod outside the shack that is not bonded to the main house ground. B. Shack equipment bonded incorrectly (e.g. daisy chained instead of common ground point) C. Desktop computer grounded to the house ground instead of the shack ground. D. Ethernet cables that bring RFI into the computer...which then ends up going to the rig too since the ethernet shield is tied to the case which is tied to USB shield which is tied to pin 4 on the USB cable (a very common problem on most all USB devices -- see my QRZ page). E. Wall warts -- 24VAC supplies in sprinkler and alarm systems are notorious for picking up RFI into your electrical system. F. Speaker wires G. Lamps (yes...lamps around the house have unshielded wires as do many other appliances). H. Washer/Dryers are notorious for generating and picking up RFI.  
B through G may all need chokes. http://www.k9yc.com/GroundingAndAudio.pdf  #3 Free -- start unplugging devices around the house and see if there's one device that is acting as a bad source of RFI.  This presupposes you can easily repeat the problem on your rig setup. #4 Cheap -- Add some USB shield isolators (see my QRZ page).  I use one on my SignaLink for example. #5 Minimal $$ -- Good USB cables like this https://www.amazon.ca/Tripp-U023-006-Device-Ferrite-Chokes/dp/B003MQ29B2/ref=sr_1_5?crid=11YRNPWDVWGCU&keywords=usb+cable+with+choke&qid=1658187349&sprefix=usb+cable+with+choke%2Caps%2C139&sr=8-5 #6 Maybe free (if you have chokes...otherwise can get a bit costly) -- add chokes to USB cables first, then all other cables including power, ethernet, and control cables. Fair-Rite torroids are good quality -- do NOT buy cheap Chinese ones --  https://www.fair-rite.com/product/toroids-5943003801/  You can use clip-ons but torroids allow multiple wraps and give better results. https://www.fair-rite.com/product/round-cable-snap-its-431176451/ I couldn't find type 31 torroids at Fair-Rite as of 20220721 but Palomar has some palomar-engineers.com/ferrite-products/ferrite-cores/ferrite-ring-toroid-combo-pack/ Newark also carries them https://newark.com/c/passive-components/emc-rfi-suppression/ferrites-ferrite-assortments?brand=fair-rite

Mike W9MDB

On Wednesday, August 17, 2022 at 06:17:56 PM CDT, bobfox <oe7oer@...> wrote:

Sorry if this has been addressed before, I recently bought a used Icom IC-756 Pro III.
How do I connect this radio to a Win11 PC?
What CAT interface do I need and where can I get it?

vy 73 de Robert, OE7OER


Locked Re: Multiple Responses to CQ #TechnicalHelpQuestion

Michael Black
 

Click "Hold Tx" which you should already be doing as a best practice anyways.
You can handle additional callers however you want.  I tend to favor first come first served unless they are a really weak signal in which case might work somebody stronger first.
Mike W9MDB

On Wednesday, August 17, 2022 at 10:20:49 PM CDT, Kent AA6P <kawill70@...> wrote:

I'm looking for information on how to handle multiple responses to a CQ.

The first caller is handled automatically.

I don't know the best way to proceed with the additional stations. I'm also wondering if there is a way to maintain the same transmit frequency.

Thanks, Kent
AA6P


Locked Re: Trouble with Yaesu FT-747GX CAT #windows11 #Cat_RigControl #hamlib

Tordek <kedrot@...>
 

I can confirm that 2.2.0 does work and 2.4.0 doesn't; I haven't tested others.

On Wed, 17 Aug 2022 at 16:00, Mauricio A. Taslik <mautas@...> wrote:

I confirm the error exactly as described. when it must read 7.000 MHz it
reads 7,000 MHz and that makes it impossible to use it. Keeps happening
since more than a year in all wsjtx versions until the last one I tried
some months ago, and it looks like it keeps happening. Quick "fix": use an
old versión from early 2019.


El mié, 17 ago 2022 a la(s) 13:45, Michael Black via groups.io (mdblack98=
yahoo.com@groups.io) escribió:

Please try this DLL....I just made a change that should help this....
https://www.dropbox.com/s/7aejdv74nfjxr0q/libhamlib-4.dll?dl=0


And if it still is wrong (which it likely will be) please provide debug
info

New hamlib for installation directions

#1 Shut down WSJTX

Linux/Unix/Mac users need to compile the latest tar file from
http://n0nb.users.sourceforge.net/\
Note: If compiling on Unix-like systems please uninstall any Hamlib
package you have before installing the new build

#2 If you don't save directly you need to open a file browser and move the
file that way.

If you're not familiar with that here's a video on the file browser -
https://www.youtube.com/watch?v=AyVqCJrs9dk

Mike W9MDB









On Wednesday, August 17, 2022 at 12:47:55 AM CDT, kedrot@... <
kedrot@...> wrote:





I'm trying to setup CAT to control my rig; my settings are:

COM4
8 data bits
2 stop bits
no handshake
other pins on default

The Test CAT button works, it sets to green, and PTT also correctly starts
transmitting.

The issues:

When selecting a band from the dropdown, the rig is correctly set to the
appropriate frequency. A couple of seconds later, when the system polls the
current frequency, it's 100 times higher and it ends in 48. E.g.: 40m sets
to 7,074.000 Two seconds later, it becomes 707,400.048.

A few seconds later, I get a timeout error and the rig disconnects.

Any help is appreciated.














Locked Re: Trouble with Yaesu FT-747GX CAT #windows11 #Cat_RigControl #hamlib

kedrot@...
 

Unfortunately that leads into a weirder behavior; it initially set my
rig to the right frequency , but then it started to drift from 707,46
to 74,6000 to 746000 and so on, then it randomly started enabling PTT.

I'd send debug info but I don't know how to obtain that from Windows' WSXJT.

On Wed, 17 Aug 2022 at 13:45, Michael Black via groups.io
<mdblack98@...> wrote:

Please try this DLL....I just made a change that should help this....
https://www.dropbox.com/s/7aejdv74nfjxr0q/libhamlib-4.dll?dl=0


And if it still is wrong (which it likely will be) please provide debug info

New hamlib for installation directions

#1 Shut down WSJTX

Linux/Unix/Mac users need to compile the latest tar file from http://n0nb.users.sourceforge.net/\
Note: If compiling on Unix-like systems please uninstall any Hamlib package you have before installing the new build

#2 If you don't save directly you need to open a file browser and move the file that way.

If you're not familiar with that here's a video on the file browser - https://www.youtube.com/watch?v=AyVqCJrs9dk

Mike W9MDB









On Wednesday, August 17, 2022 at 12:47:55 AM CDT, kedrot@... <kedrot@...> wrote:





I'm trying to setup CAT to control my rig; my settings are:

COM4
8 data bits
2 stop bits
no handshake
other pins on default

The Test CAT button works, it sets to green, and PTT also correctly starts transmitting.

The issues:

When selecting a band from the dropdown, the rig is correctly set to the appropriate frequency. A couple of seconds later, when the system polls the current frequency, it's 100 times higher and it ends in 48. E.g.: 40m sets to 7,074.000 Two seconds later, it becomes 707,400.048.

A few seconds later, I get a timeout error and the rig disconnects.

Any help is appreciated.










Locked Re: Not finding Band #general

 

I may have 5.x installed rather than net 6. I look into the that.

Tnx Dave

On 8/17/2022 4:10 PM, Dave Tucker Nu4N wrote:
Yes Joe I have it on my computer I re downloaded it. I have done restore twice and same result. No band found.


On 8/17/2022 2:28 PM, Joe Subich, W4TV wrote:

Take this to the WSJT-X Support list (Ham-Apps).

The current version of JT-Alert is 2.*60*.0.  As documented in the
Release Notes, it *REQUIRES* dot Net 6.x as Microsoft have stopped
support for dotNET 5.x.

Download/install the correct version of the dot NET 6.0 *DESKTOP*
runtime from the link at the top of the page at www.hamapps.com.

It's a bright RED Box that says "Important Notice  JTAlert requires
the .NET 6 DESKTOP Runtime"

73,

   ... Joe, W4TV

On 2022-08-17 2:43 PM, Dave Tucker Nu4N wrote:
I am having a mess with WSJT- connected to JTALERT. I am running WSJT-X version 2.6.0. Also running the new JT-ALERT version 2.50.9.
I have the UDP settings set correctly but I keep getting band unknown.
Appreciate any help.



--
73's Dave NU4N
--
*73'S DAVE NU4N*


Locked Re: Not finding Band #general

 

Tnx Laurie. I have the 64 bit framework installed. Hope this answers your question.

On 8/17/2022 5:49 PM, JTAlert Support (VK3AMA) wrote:
On 18/08/2022 7:10 am, Dave Tucker Nu4N wrote:
I have it on my computer I re downloaded it. I have done restore twice and same result. No band found.
What does the JTAlert Framework Check utility (installed under the ""HamApps JTAlert" Windows start-menu) report? Does it report a suitable framework is installed? If it doesn't that indicates you don't have the correct runtime installed.

de Laurie VK3AMA



--
73's Dave NU4N
--
*73'S DAVE NU4N*