K1TTT Windows Telnet/ComPort Cross Connect Program


K1TTT Home | What's New | Weather | Webcams | Tech Reference | WebCluster | BIG!



 
 
 
 

W0YK instructions on how to use Wintelnetx with TRLog (basic steps should be the same for other loggers who use a serial port to talk to a tnc.)

 

-----------------------------------------------------------------------------------

Version 4.14

1. improved dx spot validation, it should reject spots that don't have at least one letter and one number in both the dx and user callsigns.  this should get rid of some of the 'dx' spots that are just chat junk.

2. started on option to filter out -@ spots, no gui for it yet.

3. changed escape character generation.  old code used lower case 'a' as base, now i use uppercase 'A'.  so if you used \{ to get esc now you should use the more common \[ sequence.  you will also have to change any \c \m \j type codes to their uppercase equivalent \C \M \J.  NOTE!  the old \r that i used in tnc examples won't work, in fact it should never have worked, change those to \M which sends a carriage return instead.  except for the special cases \\=\, \%=callsign and \#=pong code, the formula is now "char-'A'+1", so take the character ascii code, subtract 65(decimal) and add 1 to get the code that will be sent.

 

 



David Robbins, K1TTT K1TTT@arrl.net