home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / packet / pak_29 / amsoft.iii next >
Text File  |  1997-02-01  |  8KB  |  143 lines

  1.                      PACFAST for Amateur Radio
  2.                 Copyright 1992, 1993 By Van Flynn, N5ARU
  3.  
  4.  
  5.                     Documentation for  Ver 1.21
  6.                          by Minnie, KB5JM
  7.  
  8.  
  9. PACFAST is a high speed packet terminal program.  It is designed to
  10. work at baud rates up to 115200.  It was written in "C" for fast
  11. execution.  It can utilize the 16550 UART  chip with a screen
  12. display indicator for this high speed UART chip.  It is able to
  13. maintain  log files, and will shell to dos.  It will work  under
  14. windows V3.1.  This program will work on most MS-DOS or IBM
  15. compatible machines.  It is a  very  simple and easy  program to
  16. work with and relies on the operators knowledge of the TNC's
  17. Firmware rather than a complicated and unwieldy software program. 
  18. For the packet experimenter it offers the benefit of being one of
  19. the few programs for packet radio that is designed  for high speed
  20. as well as the utilization of the 16550 UART Chip. As an added
  21. feature in this version, it will look up Amateur Radio Call Signs
  22. from within the program if you have j.Com's HAMBASE  Program
  23. installed on your computer.  This program will also indicate if you
  24. don't have HAMBASE loaded in your machine.  You do not have to have
  25. HAMBASE in order to use this program; it will operate as well
  26. without it.  With HAMBASE, however, you can get callsign
  27. information fast while working packet contacts.
  28.  
  29. When this program was compiled, it was optimized for the three most
  30. common Intel processors for the IBM compatibles.  Therefore, there
  31. are three versions of PACFAST.EXE on this disk. 1. PACFAST.EXE for
  32. the 8088 and up.  2. PAC286.EXE for the 286 and up.  3.
  33. PAC386.EXE for the 386 and 486. PACFAST.EXE will  run on any IBM
  34. compatible; however, if you have a 286 computer, use the 286
  35. version.  If you have a 386 or 486, use the 386 version -it will
  36. run faster.  Just rename the version you are going to use on your
  37. machine to PACFAST.EXE and discard the others or save higher
  38. versions in case you upgrade your computer.
  39.  
  40. There are many other more sophisticated programs  for packet radio. 
  41. However, the simplicity of this program will appeal to the average
  42. packet user who just does not have time to engage in a higher
  43. learning curve type of  program.  Some packet programs take months
  44. to learn; this one only takes minutes.
  45.  
  46. To use PACFAST insert the original disk in the drive slot and  make
  47. a backup first.  Then if you wish to have the program installed on
  48. your hard drive, copy all of the files over to the hard drive.  To
  49. run the program merely type PACFAST at the prompt.  The program
  50. will come up under its default settings of COM1 1200N81.  If you
  51. need different parameters, for instance COM2 at 9600 Baud, with no
  52. parity, 8 data bits, and 1 stop bit;  you would then type PACFAST
  53. COM2 9600N81.  On the original disk there is a file called
  54. SAMPLE.BAT.  You can change it and rename it to reflect your own
  55. set of parameters if they are different from the default.  You can
  56. also change parameters from within PACFAST by using ALT P.  You
  57. cannot change the com port from within the program.
  58.  
  59. Once PACFAST is running F1 gets the help screen which is listed
  60. below.  From then on to receive and transmit packet, use the normal
  61. TNC commands like C  for connect, etc.  If you have a 16550 high 
  62. speed UART Chip in the Com Port you are using  on your  computer,
  63. the digits "16550" will appear on the bottom line of the screen
  64. (toward the right side).  If you don't have a 16550 UART, then
  65. nothing will appear there.
  66.  
  67.  
  68. PACFAST works very nicely under Windows V3.1.  While in Windows use
  69. the Program Manager to go to the drive and directory with PACFAST
  70. and click  on PACFAST.EXE or PACFAST.PIF.  Note that the files
  71. PACFAST.EXE and PACFAST.PIF must be on the same drive and directory
  72. for the program to function under Windows.  PACFAST, while not a
  73. Windows program, will work as a window (386 and  higher) and will
  74. run as part of a multi-tasking  environment.  This means that you
  75. can have PACFAST running in the background while you are doing
  76. something else in Windows.
  77.  
  78. The following commands are available  in PACFAST:
  79.  
  80.        Alt C:  Clears the screen
  81.  
  82.        ALT E:  Toggle Echo -  If you type something and don't see 
  83.                it appear on the screen then turn echo on by typing 
  84.                ALT E.
  85.  
  86.        ALT L:  Toggle Line Feed - If each line of text you receive 
  87.                in packet seems  to be overwriting the previous line
  88.                then turn on Line Feed by typing ALT L.
  89.                Please note that both line feed and echo  can be 
  90.                toggled with commands to the TNC also.
  91.  
  92.        ALT P:  Changes  Parameters - This command allows you
  93.                to change the baud, parity, data and stop bit
  94.                settings from within the program.  Normally the
  95.                parity, data, and stop bit would be left at
  96.                N81.
  97.  
  98.        ALT S:  Shell to Dos - This command enables you to leave   
  99.                PACFAST in a "status quo" setting and go to the
  100.                DOS prompt and perform some DOS command such as 
  101.                DIR, TYPE, Etc.
  102.  
  103.        F2   :  Open a Log File - F2 will toggle a Log File named
  104.                PACFAST.LOG. If the file is open anything you      
  105.                received via packet will be saved to disk.
  106.  
  107.        F1   :  Help Screen - A help  screen  will be display
  108.                the above commands.
  109.  
  110.        F10  :  This will open a window and prompt you for
  111.                a callsign.   Type in the callsign, hit return, and
  112.                the information will appear in this same window.
  113.                You must have the HAMBASE program installed on your
  114.                system and in the same directory as PACFAST.  If not
  115.                HAMBASE must be set in the path statement.  An error
  116.                message will appear if this is not done.  Refer to
  117.                the HAMBASE documentation for details on how to 
  118.                print labels, save label information to file, etc.
  119.                which can all be done from within PACFAST while
  120.                using HAMBASE.
  121.  
  122.       Alt  X:  Exit - This will exit you from the program.
  123.  
  124. This program was written using Borland C Compiler and the MCOMM5
  125. Library and is copyrighted February 1992.  As such it is shareware
  126. and not in the public domain.  The author makes no representations
  127. or warranties with respect to the contents here of and specifically
  128. disclaims any implied warranties of fitness for any particular
  129. purpose.  The HAMBASE Callsign Program is a product of j.Com, Ben
  130. Lomond, California.
  131.  
  132. If you like the program and would like a future update, there is a
  133. $21.50 registration fee which will entitle you to one upgrade (if
  134. there is one - this is the third update).  Please make checks or
  135. money orders payable to: Van H. Flynn, N5ARU P.O.Box 24816 New
  136. Orleans, Louisiana 70184.  Also any suggestions, reports of bugs,
  137. etc. will be graciously received.  If you like the documentation
  138. and would like to let me know how much you enjoyed reading it,
  139. please send E-Mail via Packet to kb5jm@n5uxt.la.usa
  140.  
  141.               de Minnie, KB5JM  7/8/92
  142. 
  143.