home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / OP2EXE1.ZIP / PORTS2.BBS < prev    next >
File List  |  1990-11-07  |  2KB  |  39 lines

  1. #
  2. #     Omega Point/2 Message and Conference System
  3. #     Copyright (c) 1990 ExcelSoft Software
  4. #     
  5. #     Communications Port Description file. Each line in this file relates
  6. #     to a single communications port. Fields are delimited by commas.
  7. #     The fields are as follows:
  8. #        
  9. #     1.  Either "ON" or "OFF". Turns this port on or off
  10. #     2.  Device name, such as "COM1" or "COM2"
  11. #     3.  Flow control type
  12. #     4.  data rate, usually "NORM", but can be "FIXED" for error
  13. #         correcting modems such at USR Couriers.
  14. #     5,6,7,8.
  15. #         Initial Baud rate, databits, parity, and stop bits
  16. #     9.  either "MODEM" or "TERM". In TERM mode, the port will
  17. #         establish a link at 9600 bps when a carriage return is detected
  18. #     10. Time of day the port becomes active
  19. #     11. Time of day the port stops taking calls
  20. #     12. Modem initialization string. Make sure that carrier detect is
  21. #         on, DTR is active, and the modem is in Numeric mode (ATV0).
  22. #     13. Modem answer string, ususally ATA.
  23. #     14-25.
  24. #         Modem result codes, numeric only. 'X' indicates the field is not
  25. #         used. These numbers should correspond to the result codes returned
  26. #         by your modem. 'ARQ' indicates a connection in an Error Correcting
  27. #         mode, such as MNP. The fields, in order, are as follows:
  28. #         OKAY, RING, Connect 300, Connect 300 ARQ, Connect 1200,
  29. #         Connect 1200 ARQ, Connect 2400, Connect 2400 ARQ, Connect 4800,
  30. #         Connect 4800 ARQ, Connect 9600, Connect 9600 ARQ.     
  31. #        
  32. # Data, one line per port, begins here:
  33. #
  34. OFF,COM1,NONE,NORM,2400,8,N,1,MODEM,0000,0000,ATV0E1Q0M0S0=0,ATA,0,2,1,X,5,X,10,X,X,X,X,X
  35. OFF,COM2,NONE,NORM,2400,8,N,1,TERM,0000,0000,ATV0E1Q0M0S0=0,ATA,0,2,1,X,5,X,10,X,X,X,X,X
  36. # The following line can be used with a US Robotics HST or HST/V.32
  37. OFF,COM3,BOTH,FIXED,19200,8,N,1,MODEM,0000,0000,ATV0M1&A1&B1&N0&H0S0=0,ATA,0,2,1,14,5,15,10,16,18,19,13,17
  38.  
  39.