Take the rest of what N1MM's QTC window does on CW
Reading the source again after this was tried turned up several things it had
wrong or left out.
The TU message went out only when reading a series out. N1MM sends it whichever
way the traffic went, and lets it name the series: {QTC} in it stands for the
header, so TU {QTC} 73 goes out as TU QTC 3/10 73.
The RX Ready button was hidden while sending and sent nothing on CW. It is
N1MM's QRV button: reading out it says R U QRV and keys QRV?, taking down it
says QRV and keys QRV.
The fields were asked for again with shift and Enter, which was made up. N1MM
uses the number keys, and writes them under the lines: 1, 2, 3 and 4 send the
time, call, serial or header of the last line again while reading out, and
shift with 1, 2 or 3 asks for that field while taking down.
The buttons now carry N1MM's names for the direction the traffic is going —
R U QRV, Snd Hdr, Snd1 to Snd10, Exit reading out; QRV, Hdr Agn, Agn1 to Agn10,
Exit taking down — and the Cfm column and Clear are hidden while reading out,
as N1MM hides them. The separate Send Hdr button is gone: N1MM has one button
there that sends the header one way and asks for it the other.
The log window gained N1MM's QTC? column for a contest that carries QTC
traffic. It holds the series, so a QTC row can be told from a contact; before
this a QTC row read as an ordinary one with odd values in the report columns.
Driven under Xvfb against a fake cwdaemon. Reading out: QRV?, QTC 3/2,
2319 DL7GGG 03, then 2319 and QTC 3/2 from the number keys, and
TU QTC 3/2 73 on Exit. Taking down: QRV, AGN TIME, AGN CALL.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RoGtneMQaz4M9w7Kk49AVD
This commit is contained in:
@@ -39,12 +39,13 @@ and passed over. Acting on them means holding N1MM's section lists and its
|
||||
rules about which sections are retired, and getting that wrong throws away good
|
||||
data. The file is read without them.
|
||||
|
||||
**The QTC window transmits on CW only.** The header, the lines, the TU and the
|
||||
four again messages go out through the keyer, with N1MM's messages and N1MM's
|
||||
defaults. Nothing goes out on SSB or RTTY: N1MM plays four recordings on SSB —
|
||||
QRV, Agn, Cfm and TU — and sends RTTY from its digital window, and this program
|
||||
has neither a voice keyer nor a digital window. RX Ready therefore sends nothing
|
||||
on any mode here, because N1MM only ever sends a recording from it.
|
||||
**The QTC window transmits on CW only.** The header, the lines, the QRV, the TU
|
||||
and the again messages go out through the keyer, with N1MM's messages and
|
||||
N1MM's defaults. Nothing goes out on SSB or RTTY: N1MM plays four recordings on
|
||||
SSB — QRV, Agn, Cfm and TU — and sends RTTY from its digital window, and this
|
||||
program has neither a voice keyer nor a digital window. N1MM's Send All, which
|
||||
keys a whole series at once, belongs to that RTTY window and is not here
|
||||
either.
|
||||
|
||||
**Cut numbers are not sent.** N1MM can key a serial number as letters — `N` for
|
||||
9, `T` for 0 — and offers several styles. Nothing here does, in a QTC line or in
|
||||
|
||||
Reference in New Issue
Block a user