Packet Messages

To define messages that can be sent using function keys choose Options/Packet Options and Port Select and pick the Messages tab. There are two ways these messages can be sent:

Messages can include special "#" commands that are replaced with you call, the time, etc. The following commands are replaced with:

#me Your call, set by Options/Call
#him His call, set from the Packet Window using Edit/Set #him or by clicking on a call
#date or #time Current date or time
#tncdate Date/time for TNC "daytime" command
#msg1 ... #msg8 Include text from another message
#cr Carriage return, end of line
#cmd The TNC command escape character

If you have rig control enabled you can also use these # commands:

#freq Frequency from rig in kHz
#freqmhz Frequency from rig in mHz
#mode Mode from rig

Here are some examples:

Hi, my call is #me#cr
daytime #tncdate#cr Set TNC date/time
line 1#crline 2#cr Sends two lines
DX #freq #him Sends cluster spot

Log Entry Data

You can include data from any current log entry displayed in the Log Window with these # commands:

#logcall #logcountry #logfreq #logfreqmhz
#loggrid #logmode #logname #logpower
#logprefix #logqth #logstate #logzone

Control Characters

You can include non-printing ASCII control characters in messages using #^x where x represents the desired control character.

# Command      ASCII            Decimal value
#^@NULL0
#^aSOH1
#^bSTX2
#^cETX3
#^dEOT4
#^eENQ5
#^fACK6
#^gBELL7
#^hBS8
#^iHT9
#^jLF10
#^kVT11
#^lFF12
#^mCR13
#^nSO14
#^oSI15
#^pDLE16
#^qDC1 (XON)17
#^rDC218
#^sDC3 (XOFF)19
#^tDC420
#^uNAK21
#^vSYN22
#^wETB23
#^xCAN24
#^yEM25
#^zSUB26
#^[ESC27
#^\FS28
#^]GS29
#^^RS30
#^_US31
#^?DEL127