home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / misc / ve6aap / amsoft.iii next >
Text File  |  1997-02-01  |  2KB  |  44 lines

  1.  
  2.       Here is how I have SARA.EXE set up on my PC.  Since the program came
  3. with absolutely NO docs, I thought I would relate what I learned from playing
  4. with it in case you want to try putting it up.
  5.  
  6. Files:
  7.        COM2OPEN.EXE
  8.        SARA.EXE       - actual interface program
  9.        PACK_GO.BAT    - batch file that starts up the interface
  10.        PACINIT.TXT    - TNC commands to reset TNC after user
  11.        Misc BBS/GBS   - my stuff to menu drive the thing
  12.  
  13. You also need to create a file called PASS.TXT which holds the callsigns and
  14. passwords of your accessed users.  The file is set up as such:
  15.  
  16. /AA5KG,PASSWORD
  17. /N5JZZ,PWD
  18.    and so on until the last line which must be a / by itself.
  19. /
  20.  
  21. Activity is logged to a file called PASS.LOG.  I wrote a quick file to open
  22. the COM port the TNC is connected to because I noticed that SARA didn't
  23. always manage to get it opened.  That one is COM2OPEN.EXE.  That insurs the
  24. com port gets opened.
  25.  
  26. The program config parameters are hard - wired.  The Phone modem must be on
  27. COM1, the TNC on COM2.  The computer to TNC baud rate may (not must) be locked.
  28. You don't need any kind of CTTY command or driver (gateway) to run the thing.
  29. It takes care of all that by itself.  The program definetly leaves alot to be
  30. desired, but works well.
  31.  
  32. Oh, something I almost forgot.  This program doesn't like 4 character calls.
  33. Guess its cuz a Canadian made it and they don't have 4 char calls.  Anyhow, to
  34. get around that, on users with a 4 char call, put an extra space after the
  35. callsign like so:
  36.  
  37. /W5QX ,PASSWORD
  38.  
  39. and then make sure to tell the user to add a space when the program asks for
  40. their callsign.  I found that out with WR5V, and it works fine as long as he
  41. remembers to add a space after his call when he starts the program.
  42.  
  43. 73 es C U on packet!  de AA5KG   Al
  44.