home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / misc / goldtd / pkt-vhf!.tnc < prev    next >
Text File  |  1991-01-16  |  785b  |  31 lines

  1. **********************************************************************
  2. ***                  VHFPKT.TNC   file                          ******
  3. **********************************************************************
  4.  
  5. * Go to packet mode
  6.   PACKET
  7. * Settings to operate VHF packet, sample of how you might setup
  8. * your own TNC file
  9.  
  10. * Baud rate on VHF is 1200 on the radio port
  11. HBAUD 1200
  12.  
  13. * Turn on VHF (see AEA docs)
  14. VHF ON
  15.  
  16. * To do file transfers, must have at least 150. 255 isn't too bad
  17. PACLEN 255
  18.  
  19. * Wait 300 ms before sending data, after keying down.
  20. TXDELAY 30
  21.  
  22. * Wait 7 seconds for a frame ack if I miss one
  23. FRACK 7
  24.  
  25. * Maximum number of frames outstanding (unacknowledged) is 5.
  26. MAXFRAME 5
  27.  
  28. * See the AEA docs about the TONEs to use on VHF.
  29. TONE 3
  30.  
  31.