home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / packet / docs / packet13.doc < prev    next >
Text File  |  1997-02-01  |  6KB  |  99 lines

  1. INTRODUCTION TO PACKET RADIO - Part 13 - by Larry Kenney, WB9LOZ   
  2.  
  3. In this part of the series we'll take a look at many of the TNC commands
  4. available to you that we haven't covered in previous articles.  We will be
  5. discussing the commands used in the TAPR TNC2 and TNC2 clones.  You might
  6. find that some of the commands are not available in your particular TNC or
  7. that they're used in a slightly different manner than the one explained
  8. here.  Please refer to your owner's operating manual for specific details
  9. on how to use these commands in your TNC.
  10.  
  11. 8BITCONV:  This command enables the transmission of 8-bit data in           
  12. converse mode.  Used with AWLEN - see below.  For normal packet operation,
  13. such as keyboard to keyboard transmissions, use of bulletin boards, and
  14. transmission of ASCII files, 8BITCONV should be OFF.  If you need to
  15. transmit 8-bit data, set 8BITCONV ON and set AWLEN to 8.  Make sure that
  16. the TNC at the receiving end is also set up this way.  This procedure is
  17. normally used for transmission of executable files or a special non-ASCII
  18. data set.
  19.  
  20. AWLEN:     This parameter defines the word length used by the serial        
  21. input/output port of your TNC.  For normal packet operation, as described
  22. above, AWLEN should be set to 7.  Set to 8 only if you're going to send
  23. 8-bit data.
  24.  
  25. AX25L2V2:  This command determines which level of AX.25 protocol you're
  26. going to use.  If OFF, the TNC will use AX.25 Level 2, Version 1.0.  If ON, 
  27. the TNC will use AX.25 Level 2, Version 2.0.  Note: Some early TNCs will
  28. not digipeat Version 2.0 packets.  With AX25L2V2 OFF, if your TNC sends a
  29. packet and the packet doesn't get acknowledged the first time it was sent,
  30. it will send it again and again, until an "ack" is received or the TNC
  31. retries out.  With AX25 ON, if your TNC sends a packet and doesn't receive
  32. an "ack" the first time, it will send a poll frame to see if the other TNC
  33. received the packet.  If yes, then it would continue, if not then it would
  34. send the last packet again.  The advantage here is that short poll frames
  35. are sent, rather than long packets containing data.  This can greatly
  36. reduce channel congestion.  For VHF/UHF operation, it is almost essential
  37. that every TNC have AX25L2V2 ON.  Many operators have suggested that
  38. Version 2.0 NOT be used on the HF bands as it tends to clutter the
  39. frequency with poll frames.  See the CHECK command below for related
  40. information.
  41.  
  42. BEACON:    Used with EVERY or AFTER to enable beacon transmissions.
  43.    BEACON EVERY n  -  send a beacon at regular intervals specified by n.    
  44.    BEACON AFTER n  -  send a beacon once after a time interval specified    
  45.                       by n having no packet activity.
  46. n = 0 to 250  -  specifies beacon timing in ten second intervals.           
  47.                  1 = 10 seconds, 2 = 20 seconds, 30 = 300 seconds or
  48.                  5 minutes, 180 = 1800 seconds or 30 minutes, etc.
  49. For example, if you set BEACON EVERY 180 (B E 180), the TNC will transmit a
  50. beacon every 30 minutes.  If you set BEACON AFTER 180 (B A 180), the TNC
  51. will transmit a beacon after it hears no activity on the frequency for 30
  52. minutes.  B E 0 will turn the beacon off. The text of the beacon is
  53. specified by BTEXT and can contain up to 120 characters.  The path used for
  54. the beacon transmission is specified by the UNPROTO command.  YOU SHOULD
  55. USE BEACONS INTELLIGENTLY!  Beacons are often a point of controversy in the
  56. packet community because they tend to clutter the frequency if used too
  57. frequently.  You should keep your beacons short and infrequent, and they
  58. should only be used for meaningful data.  Bulletin boards use the beacon
  59. for advising the community of who has mail waiting for them, clubs use
  60. beacons for meeting announcements, beacons are used for weather warnings,
  61. etc.
  62.  
  63. CHECK n    Sets a timeout value for a packet connection.  Operation 
  64. depends on the setting of AX25L2V2.  The value of CHECK (n) determines the
  65. timing.  Value may be 0 to 250.  Check set to 0 disables the command. If a
  66. connection between your station and another exists and the other station
  67. seems to "disappear" due to changing propagation or loss of an intermediate
  68. digipeater, your TNC could remain in the connected state indefinitely.  If
  69. the CHECK command is set to a value other than 0, the TNC will attempt to
  70. recover.  The setting of AX25L2V2 will determine what action is taken. If
  71. AX25L2V2 is ON, the TNC will send a "check packet" to verify the presence
  72. of the other station if no packets have been heard for n * 10 seconds.
  73. (n = 1 = 10 seconds, n = 5 = 50 seconds, n = 30 = 5 minutes, etc.)  If a
  74. response is received, the connection will remain.  If no response is
  75. received, the TNC will begin the disconnect sequence, just as if the
  76. DISCONNECT command had been sent.  If AX25L2V2 is OFF, after no packets are
  77. heard for n * 10 seconds, the TNC will not send a check packet, but will
  78. begin the disconnect sequence.
  79.  
  80. CMSG       Enables the automatic sending of a connect message whenever a
  81. station connects to your TNC.  If CMSG is ON, the TNC will send the message
  82. contained in CTEXT as the first packet of the connection.  CTEXT can
  83. contain up to 120 characters.  This feature is often used when the station
  84. is on but the operator is not present.  The connect message is used to
  85. advise the other station of that fact, and often says to leave a message in
  86. the TNC buffer.  If CMSG is off, the text message is not transmitted.
  87.  
  88. KISS       KISS enables the TNC to act as a modem for a host computer,      
  89. allowing programs such as TCP/IP, the G8BPQ Packet Switch, various BBS
  90. programs, and other programs using the Serial Link Interface Protocal
  91. (SLIP) to be run.  Before turning KISS on, set the radio baud rate and
  92. terminal baud rate to the desired values.  Set KISS to ON and then issue a
  93. RESTART command.
  94.  
  95.                                         (continued in part 14)
  96.  
  97. - - - -
  98.  
  99.