home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / windows / win_03 / amsoft.iii next >
Text File  |  1997-02-01  |  4KB  |  87 lines

  1.  
  2. Packy for Windows: Version 1.04
  3.  
  4. Packy is designed for packet radio operation on ham radio frequencies
  5. using the AEA PK232 or PK88 controllers.   Other AEA packet controllers
  6. may work, but have not been tested.  Only AEA controllers will work, since
  7. Packy is designed to make extensive use of AEA's "host mode" and is thereby
  8. able to automatically route each connection to it's own separate window.
  9.  
  10. Installation:
  11.  
  12. To install Packy, copy PACKY.EXE and PACKY.HLP into a subdirectory together,
  13. and then use File Manager to drag and drop PACKY.EXE into a program group
  14. to create an icon.  (Or you can use the Program Manager's File/New menu to
  15. create an icon.) If upon launching PACKY, you do not see the small start-up 
  16. screen appear in the middle of Packy's main window, you need to make sure the 
  17. serial port is properly configured.
  18.  
  19. For tips and tricks on how to configure the serial port, see Packy's help file.
  20. You can start the help file by either:
  21. - From within Packy, use the help menu and select "Index".
  22. - Using File Manager, double click on PACKY.HLP in the directory you copied 
  23.   it to.
  24. - From Program Manager's File/Run menu, enter "WINHELP PACKY.HLP".  If Packy is
  25.   not in your path, you'll have to specify it's sub-directory.
  26.  
  27. If you have trouble getting Packy to work, be sure your serial cable supports
  28. hardware handshaking (RTS/CTS pins 4 and 5). If you don't get the start-up 
  29. screen to appear when Packy starts, trying using your old packet program or
  30. Windows Terminal to set the following parameters to set your TNC for 8-bit 
  31. data:
  32.     AWLEN 8
  33.     PARITY 0
  34.     8BITCONV ON
  35.     RESTART
  36.  
  37. You also need to be sure to configure Packy the first time for whatever baud 
  38. rate your TNC is configured for.
  39.  
  40. This version of Packy is shareware.  Feel free to distribute it.  Unregistered
  41. users, however, are restricted from some of it's coolest features.  It's hoped
  42. that the unregistered version will still be very useful and enjoyable for you
  43. to use and you'll spread the word.  
  44.  
  45. This program was written 100% in 'C' using the Windows SDK and took me over a
  46. year of late nights and sore wrists to build. I hope you'll enjoy it enough to 
  47. help support high-quality, low-cost shareware by registering.
  48.  
  49. Questions, comments, and suggestions are welcome at the address or CompuServe 
  50. account below.  Remember that the FCC does not allow business traffic on
  51. amateur radio frequencies, so please don't send me business related traffic 
  52. on packet radio.
  53.  
  54. 73!
  55.  
  56.     Ken Root (N7SNQ)
  57.     P.O. BOX 6281
  58.     Aloha, OR 97007-0281
  59.  
  60.     Compuserve: 72634,3245
  61.  
  62.  
  63. --- Revision History ------------------------------------
  64.  
  65. Version 1.04:
  66. - Minor bug fixes and user interface tweaks.
  67. - Fixed the indexing problem with the help file's front page.
  68. - Moved buttons around. It was pointed out to me that it should be
  69.   "OK CANCEL HELP", and I had the button order "HELP CANCEL OK".
  70.  
  71. Version 1.03:
  72. - Added hot keys to send canned messages.
  73. - Overhauled the serial port start-up code to make it less prone to problems,
  74.   and lots of error handling and error messages to help when problems are
  75.   detected.
  76.  
  77. Version 1.02:
  78. - Added ability to configure Packy to exit without leaving the TNC in host 
  79.   mode.  This is for the convenience of people that will be using software 
  80.   with their controller that may not support AEA host mode.
  81. - Added configurable buffer sizes for the scrolling windows to support 
  82.   larger amounts of captured data during long QSOs.
  83. - Changing baud rate when Packy is connected to the TNC will cause the TNC
  84.   to also change the port speed.  Prior versions only changed the PC's serial
  85.   port speed.
  86.  
  87.