home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / PKTGOLD.ZIP / GOLDTD.EXE / PKT-VHF.TNC < prev    next >
Encoding:
Text File  |  1990-12-16  |  636 b   |  33 lines

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