home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / packet / bb211 / modem.doc < prev    next >
Text File  |  1991-02-24  |  2KB  |  57 lines

  1. Users
  2. -----
  3.  
  4. For someone to be able to use the modem port, you MUST have given them a
  5. password.  Do an EU and use W to set the password.  The user can change
  6. it using the NP command over the modem port.
  7.  
  8. Modem Settings
  9. --------------
  10.  
  11. The default settings are:  'T E0 V1 X1 Q0 S7=60 S0=0'
  12.  
  13. Do not change E0, Q0, V1, X1, or S0.  All other settings are fair game.
  14. You can make any changes automatic by putting them in the
  15. INITIALIZE_FILE (see PARMS.DOC)
  16.  
  17. Modem switches
  18. --------------
  19.  
  20. You should set your modem to hangup and enter command mode when DTR goes
  21. low.  On older modems, this is a hardware switch.  On newer modems, it
  22. is a software switch (ATSxx=y type).
  23.  
  24. Some users have reported intermittent crashes during initialization with
  25. certain modems.  A suggested fix is to
  26.  
  27.     ECHO AT&C1&D2 > COMx
  28.  
  29. before bringing up the BBS.  The above line can be put in a BAT file.
  30. Substitute a real com number for the "x" above.  This fix will only work
  31. with COM1 and COM2.
  32.  
  33. User settings
  34. -------------
  35.  
  36. Recommended user setting for their terminal programs are:
  37.  
  38.      - Half duplex or Echo on -- Program must supply echo of what is being
  39.        typed.
  40.  
  41. Forwarding
  42. ----------
  43.  
  44. A typical forwarding script might be:
  45.  
  46.  
  47. PATH AA6 B AA4RE
  48. CT*70,8483865
  49. R*call sign*
  50. SAA4RE
  51. R*password
  52. SMYPASS
  53.  
  54. Note that this represents a change from previous versions.  The CONNECT
  55. message is now taken care of by the code.  The system will also change
  56. speed based on the connect message.
  57.