|
Just a nit ...
Hi Dave,
When I right-click on a Spot Collector spot and ‘Copy to Windows Clipboard’ the resulting string looks like this:
VU2MB on 14074.0 in FT8 at 25 1441Z (VU: India)
Might it be
Hi Dave,
When I right-click on a Spot Collector spot and ‘Copy to Windows Clipboard’ the resulting string looks like this:
VU2MB on 14074.0 in FT8 at 25 1441Z (VU: India)
Might it be
|
By
Mike Flowers
·
#195936
·
|
|
Re: WinWarbler
You can not limit yourself to WK3. There are significant issues in
maintaining backward compatibility with WK 1 and WK 2. Study the
documentation on *ALL THREE* versions to understand the full
You can not limit yourself to WK3. There are significant issues in
maintaining backward compatibility with WK 1 and WK 2. Study the
documentation on *ALL THREE* versions to understand the full
|
By
Joe Subich, W4TV
·
#195935
·
|
|
Re: WinWarbler
I'm trying to understand the documentation for WK3 but obviously I'm failing.
I'll see if I can find any source code for some programs to try to understand it all better!
Thank you for your
I'm trying to understand the documentation for WK3 but obviously I'm failing.
I'll see if I can find any source code for some programs to try to understand it all better!
Thank you for your
|
By
sm6fpg
·
#195934
·
|
|
Re: DXAtlas
+ AA6YQ comments below+ Please review the step-by-step instructions in
<https://www.dxlabsuite.com/dxlabwiki/QSOPlottingDXAtlas>
+ If those don't get you going, let me know.
73,
+ AA6YQ comments below+ Please review the step-by-step instructions in
<https://www.dxlabsuite.com/dxlabwiki/QSOPlottingDXAtlas>
+ If those don't get you going, let me know.
73,
|
By
Dave AA6YQ
·
#195933
·
|
|
DXAtlas
After installing a Windows 10 update, when I click “plot” in DXKeeper, the only QSO that populates on DXAtlas is the QSO currently selected. In the past, all my QSO’s appeared. I imagine that
After installing a Windows 10 update, when I click “plot” in DXKeeper, the only QSO that populates on DXAtlas is the QSO currently selected. In the past, all my QSO’s appeared. I imagine that
|
By
Brian Deuby
·
#195932
·
|
|
Re: WinWarbler
Presumably your code is not responding to some command in the way that
WinWarbler expects, but WK3demo does not use that particular command
(or doesn't care that you're not responding properly).
To
Presumably your code is not responding to some command in the way that
WinWarbler expects, but WK3demo does not use that particular command
(or doesn't care that you're not responding properly).
To
|
By
iain macdonnell - N6ML
·
#195931
·
|
|
Re: WinWarbler
+ AA6YQ comments below
+ That's not correct. If you are emulating a WinKey, you must support the WinKey specification, not just one particular WinKey application.
73,
Dave, AA6YQ
+ AA6YQ comments below
+ That's not correct. If you are emulating a WinKey, you must support the WinKey specification, not just one particular WinKey application.
73,
Dave, AA6YQ
|
By
Dave AA6YQ
·
#195930
·
|
|
Re: WinWarbler
Winwarbler sends a close before opening for compatibility with the
original WinKeyer IC. The original WinKeyer did not automatically
close the serial mode when the serial port was closed.
Other than
Winwarbler sends a close before opening for compatibility with the
original WinKeyer IC. The original WinKeyer did not automatically
close the serial mode when the serial port was closed.
Other than
|
By
Joe Subich, W4TV
·
#195929
·
|
|
Re: WinWarbler
Yes WinWarbler sends close before as you describe which the WK3 demo does not!
What does WinWarbler want after opening that the WK3 demo does not seem to need!
My thought is where does it work against
Yes WinWarbler sends close before as you describe which the WK3 demo does not!
What does WinWarbler want after opening that the WK3 demo does not seem to need!
My thought is where does it work against
|
By
sm6fpg
·
#195928
·
|
|
Re: WinWarbler
+ AA6YQ comments below
I get it when WinWarbler connects for opening and also when closing to WinKey
+ My question was "From where are you receiving this string?"
+ What you are reporting doesn't
+ AA6YQ comments below
I get it when WinWarbler connects for opening and also when closing to WinKey
+ My question was "From where are you receiving this string?"
+ What you are reporting doesn't
|
By
Dave AA6YQ
·
#195927
·
|
|
Re: SQL Help
This works now
(<NeedFilter> and <BandFilter> and <ModeFilter> and <ContFilter> and <OriginFilter> and <AgeFilter> and (DXCCPrefix <> 'P5')) OR Tags like '*foc*'
Pete, W1RM
W1RM@...
This works now
(<NeedFilter> and <BandFilter> and <ModeFilter> and <ContFilter> and <OriginFilter> and <AgeFilter> and (DXCCPrefix <> 'P5')) OR Tags like '*foc*'
Pete, W1RM
W1RM@...
|
By
Pete W1RM
·
#195926
·
|
|
Re: SQL Help
1) You should use the "like" operator, not "="
2) Use of square brackets is not valid
3) Use of "or" is not valid either
Replace:
[Tags = <foc> or <foc-*>]
with:
Tags like '*foc*'
as I
1) You should use the "like" operator, not "="
2) Use of square brackets is not valid
3) Use of "or" is not valid either
Replace:
[Tags = <foc> or <foc-*>]
with:
Tags like '*foc*'
as I
|
By
iain macdonnell - N6ML
·
#195925
·
|
|
Re: SQL Help Update
This expression alone results in an error
[Tags = <foc> or <foc-*>]
Pete, W1RM
W1RM@...
This expression alone results in an error
[Tags = <foc> or <foc-*>]
Pete, W1RM
W1RM@...
|
By
Pete W1RM
·
#195924
·
|
|
Re: SQL Help
By itself the (tags = <foc> or <foc-*>) works.
However, when I add it to this SQL it doesn't
(<NeedFilter> and <BandFilter> and <ModeFilter> and <ContFilter> and <OriginFilter> and <AgeFilter>
By itself the (tags = <foc> or <foc-*>) works.
However, when I add it to this SQL it doesn't
(<NeedFilter> and <BandFilter> and <ModeFilter> and <ContFilter> and <OriginFilter> and <AgeFilter>
|
By
Pete W1RM
·
#195923
·
|
|
Re: WinWarbler
Using WK III (and WK3 Demo), the only difference between what WinWarbler
sends when initializing a WinKeyer and what WK3 Demo sends is that
WinWarbler does a Host Close before the Echo Test (00 04 55)
Using WK III (and WK3 Demo), the only difference between what WinWarbler
sends when initializing a WinKeyer and what WK3 Demo sends is that
WinWarbler does a Host Close before the Echo Test (00 04 55)
|
By
Joe Subich, W4TV
·
#195922
·
|
|
Re: WinWarbler
I get it when WinWarbler connects for opening and also when closing to WinKey
I get it when WinWarbler connects for opening and also when closing to WinKey
|
By
sm6fpg
·
#195921
·
|
|
Re: SQL Help
Tags like '*xx*'
The field is "Tags" and the *'s are important incase more than one tag
gets applied to a database entry.
73,
~iain / N6ML
Tags like '*xx*'
The field is "Tags" and the *'s are important incase more than one tag
gets applied to a database entry.
73,
~iain / N6ML
|
By
iain macdonnell - N6ML
·
#195920
·
|
|
SQL Help
I’m trying to add an expression for tag to a SQL expression that I already have but I can’t find the right syntax. I’ve tried Tag = <xx> and tag like ‘xx’ but neither work.
Pete,
I’m trying to add an expression for tag to a SQL expression that I already have but I can’t find the right syntax. I’ve tried Tag = <xx> and tag like ‘xx’ but neither work.
Pete,
|
By
Pete W1RM
·
#195919
·
|
|
Re: WinWarbler
+ AA6YQ comments below
I use a self-developed client for Elecraft K2. In this I have a winkey server that I have tested against K1EL WKdemo with excellent results.
When I try with WinWarbler the
+ AA6YQ comments below
I use a self-developed client for Elecraft K2. In this I have a winkey server that I have tested against K1EL WKdemo with excellent results.
When I try with WinWarbler the
|
By
Dave AA6YQ
·
#195918
·
|
|
WinWarbler
Hey!
I use a self-developed client for Elecraft K2. In this I have a winkey server that I have tested against K1EL WKdemo with excellent results.
When I try with WinWarbler the opening goes well but I
Hey!
I use a self-developed client for Elecraft K2. In this I have a winkey server that I have tested against K1EL WKdemo with excellent results.
When I try with WinWarbler the opening goes well but I
|
By
sm6fpg
·
#195917
·
|