home *** CD-ROM | disk | FTP | other *** search
- **********************************************************************
- *** VHFPKT.TNC file ******
- **********************************************************************
-
- * Go to packet mode
- PACKET
- * Settings to operate VHF packet, sample of how you might setup
- * your own TNC file
-
- * Baud rate on VHF is 1200 on the radio port
- HBAUD 1200
-
- * Turn on VHF (see AEA docs)
- VHF ON
-
- * on a PK88, tone 3 is for compensation, to deal with radios
- * that don't have good high frequency response.
-
- TONE 3
-
- * To do file transfers, must have at least 150. 255 isn't too bad
- PACLEN 255
-
- * Wait 300 ms before sending data, after keying down.
- TXDELAY 30
-
- * Wait 7 seconds for a frame ack if I miss one
- FRACK 7
-
- * Maximum number of frames outstanding (unacknowledged) is 5.
- MAXFRAME 5
-
- * See the AEA docs about the TONEs to use on VHF.
- TONE 3
-