home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / v612docs.zip / VC14 < prev    next >
Text File  |  1993-12-22  |  24KB  |  716 lines

  1.  
  2.                                           VBBS 6.12 Documentation -- 14-1
  3. .TOPIC:
  4. Channel Configuration and Modems
  5.  
  6.          ╔════════════════════════════════════════════════════════════════╗
  7.          ║ CHAPTER 14        CHANNEL CONFIGURATION AND MODEMS             ║
  8.          ╚════════════════════════════════════════════════════════════════╝
  9.  
  10.          Correctly setting your modem for use by a BBS can be one of the
  11.          most challenging endeavors during setup.  The sections below
  12.          offer both general and specific information.
  13.  
  14.                       See VCONFIG/Channel Configuration
  15.                       See UART Chips and Recommendations
  16.                       See Modem Initialization Settings
  17.  
  18.  
  19.                        Click On The Section Of Your Choice
  20.  
  21. .TOPIC:
  22. Modem Help
  23.  
  24.                       See VCONFIG/Channel Configuration
  25.                       See UART Chips and Recommendations
  26.                       See Modem Initialization Settings
  27.  
  28. .TOPIC:
  29. VCONFIG/Channel Configuration
  30.                 See UART Chips and Recommendations
  31.                 See Modem Initialization Settings
  32.  
  33.  
  34.          VBBS comes preconfigured to work correctly with most
  35.          2400 baud modems.  If you are setting up a 2400 baud system,
  36.          your modem configuration should be as simple as choosing the
  37.          correct modem port in VCONFIG's channel.cfg.  High speed
  38.          modems will probably require a more complex configuration.
  39.          Basic information is provided here for a sampler of those
  40.          modems.  Due to the variety of systems in use throughout the
  41.          network, indepth setup assistance for your specific hardware
  42.          is best obtained from the Modem Mania message base,
  43.          VirtualNET Sub #209.
  44.  
  45.                 VBBS allows multiple phone lines to be configured,
  46.          depending on the registration level chosen.  For each data
  47.          line in VBBS, a channel (phone line) configuration must be
  48.          set to define the Serial COM port that the individual line(s)
  49.          will be running from.  An example follows:
  50.  
  51.                 1.) COM Port :
  52.                 2.) Base Address (Hex):
  53.                 3.) IRQ (Hex) :
  54.                 4.) Baud Rate :
  55.                 5.) Init String :
  56.                 6.) Locked Baud Rate :
  57.                 7.) Hardware (RTS/CTS) Handshake :
  58.                 8.) Minimum Baud allowed :
  59.  
  60.          A. COM Port
  61.          ═══════════
  62.  
  63.          Define a communications port for each channel in use.  COM
  64.          ports can be used more than once, but the repeated port must
  65.          have a different base address to prevent an IRQ conflict.
  66.                                        VBBS 6.12 Documentation --14-2
  67.  
  68.  
  69.          B. Base Address
  70.          ═══════════════
  71.  
  72.          The base address that DOS understands as the port assignment
  73.          for the channel. (example: COM1 is 3F8, COM2 is 2F8).
  74.  
  75.          C. IRQ
  76.          ══════
  77.  
  78.          Assign an IRQ (Interrupt ReQuest) for further definition of 
  79.          the communications port.
  80.  
  81.          D. Baud Rate
  82.          ════════════
  83.  
  84.          Define your modem's baud rate speed, from 300 to 57600.
  85.  
  86.  
  87.          E. Init String
  88.          ══════════════
  89.  
  90.          The modem initialization string used by a particular channel
  91.          to define reset and operation of the modem.
  92.  
  93.          F. Locked Baud Rate
  94.          ═══════════════════
  95.  
  96.          Toggle YES/NO for locked baud rate at high speeds.  This
  97.          should be set to NO for 2400-baud and slower modems.
  98.  
  99.          Note: High-speed modems should use a locked baud rate to
  100.          indicate the maximum throughput achieved by the modem.  For
  101.          instance, a 14400-baud modem could be defined as 14400, 19200,
  102.          38400, or 57600, as the modem allows.
  103.  
  104.          G. Hardware (RTS/CTS) Handshake
  105.          ═══════════════════════════════
  106.  
  107.          Toggle "No, Yes(Normal), or Yes(Slow)".  This setting is for 
  108.          high speed modems.  Yes(Normal) is the preferred choice.
  109.  
  110.          H. Minimum Baud Allowed
  111.          ═══════════════════════
  112.  
  113.          Configure a minimum speed to tailor a high-speed line.
  114.                 
  115.                 See VCONFIG/Channel Configuration
  116.                 See UART Chips and Recommendations
  117.                 See Modem Initialization Settings
  118.  
  119.  
  120.                                        VBBS 6.12 Documentation --14-3
  121.  
  122. .TOPIC:
  123. UART Chips and Recommendations
  124. UART Chips and Recommendations        
  125.         See VCONFIG/Channel Configuration
  126.         See UART Chips and Recommendations
  127.         See Modem Initialization Settings
  128.  
  129.  
  130.                 The NS16550AFN, or UART (Universal Asynchronous
  131.          Receiver/Transmitter) chip, is the heart of your asynchronous
  132.          communications board.  The advantage of the 16550 over the
  133.          16450 and 8250 UARTs is that it has a 16 byte buffer.
  134.  
  135.  
  136.          A.  Reliability
  137.  
  138.                 On the older chips, with their single-byte buffer, 
  139.          you would lose data if a second byte came in from the modem
  140.          before the CPU had sufficient time to call the first byte.
  141.          The 16550, with its 16-byte buffer, gives the CPU up to 16
  142.          opportunities to access data before a character is lost.
  143.  
  144.  
  145.          B.  Multitasking
  146.  
  147.                 When VBBS is transmitting data, it has to stop the 
  148.          CPU and fill the UART's transmit buffer.  That means that 
  149.          the background caller will experience a system slowdown while
  150.          VBBS attempts to send data to another caller.  In addition,
  151.          the older 8250 chips were much less reliable, and were never
  152.          designed for the high speeds of current modems.  The 
  153.          NS16550AFN, on the other hand, is designed with high bus 
  154.          speeds and high modem speeds in mind.  When multitasking, 
  155.          even at slower baud rates, the 16550 can be very helpful in
  156.          providing smooth operation for the entire system.
  157.                 See VCONFIG/Channel Configuration
  158.                 See UART Chips and Recommendations
  159.                 See Modem Initialization Settings
  160.  
  161.  
  162. .TOPIC:
  163. Modem Initialization Settings
  164. Modem Initialization Settings and Strings
  165.  
  166.     CHOOSE A MODEM CATAGORY BELOW
  167.  
  168. See High Speed Modem Initialization Strings
  169. See VCONFIG/Channel Configuration
  170. See UART Chips and Recommendations
  171. See Standard 2400 bps Hayes Compatibles
  172. See Zoom 2400 V.42bis
  173.                                        VBBS 6.12 Documentation --14-4
  174.  
  175.    
  176.                 Since high speed modems can utilize so many settings, 
  177.          it is almost impossible to include them all in one initiali-
  178.          zation string.  Therefore, you may wish to use the NRAM fea-
  179.          ture to store the settings which are common to most applica-
  180.          tions and use the VBBS init string for VBBS-specific settings.
  181.          This collection of modem settings has been garnered over time
  182.          from VBBS sysops working with an unlimited variety of hardware con-
  183.          figurations. If your modem is not listed here and you can't get VBBS 
  184.          to answer, then try the following. First find your modem manual. 
  185.          Then in the init string, type:
  186.                 
  187.                 AT&F&C1&D2
  188.          
  189.          Check your modem manual, usually an appendix of your modem's ROM
  190.          defaults to see what they are and if they enable extended result
  191.          codes, modem returns result codes, and modem returns verbal result 
  192.          codes. Also at this time, check to see what the command is to return 
  193.          the DCE speed of the modem, usually the 'W' command followed by a 
  194.          number and/or a 'S' register. So now, you will probably have an init 
  195.          string something like:
  196.                 
  197.                 AT&F&C1&D2W2S0=0S95=3
  198.  
  199.          By also using your modem's ROM defaults, you are also enabling
  200.          compression and error correction for your high speed modem. If the 
  201.          following recommendations provide unsatisfactory results, please 
  202.          refer to the VirtualNET support subs for further assistance.
  203.  
  204.  
  205. .TOPIC:
  206. Standard 2400 bps Hayes Compatibles
  207.          A.  Modem AT Command Settings
  208.          ═════════════════════════════
  209.  
  210.          Standard 2400 bps or 1200 bps Hayes Compatibles (NON-MNP):
  211.  
  212.          Supports the extended "&" command set:
  213.  
  214.                 ATX4Q0E0V1&C1&D2S2=251S7=40
  215.  
  216.         
  217.          X4     Enables extended result codes
  218.          Q0     Modem returns result codes
  219.          E0     Modem does not echo commands back to the computer
  220.          V1     Modem returns verbal result codes
  221.          &C1    Modem asserts carrier detect based on connection
  222.                 status
  223.          &D2    On DTR high-to-low transition, modem Hangs Up.
  224.          S2=251 Disable modem escape sequence
  225.          S7=40  Time modem waits for a carrier when initiating a new
  226.                 connection
  227.  
  228.         
  229.          Does not support the extended "&" command set:
  230.        
  231.                 ATX4Q0E0V1S2=251S7=40
  232.  
  233.          Modems which do not use the & command set usually have DIP
  234.          switches of some type to set their mode of operation. Verify
  235.          that your modem is set to assert CD (carrier detect) only 
  236.          when connected to a remote modem and hang up on drop of DTR 
  237.          (data terminal ready).
  238.                                        VBBS 6.12 Documentation --14-5
  239.  
  240. .TOPIC:
  241. High Speed Modem Initialization Strings
  242. High Speed Modem Initialization Strings
  243.         CLICK ON ANY MODEM TYPE BELOW
  244. See Aceex 14.4                 
  245. See AT&T Dataport 14.4
  246. See Boca 14.4
  247. See Compucom High Speed Modems    
  248. See Cardinal 9600   
  249. See Dallas Fax 14.4
  250. See Digicomm 14.4      
  251. See Infotel 14.4 Faxmodem
  252. See Intel 14.4EX
  253. See Lightning Communications  
  254. See Motorola UDS 14.4 V32bis 
  255. See Patriot
  256. See PPI
  257. See SupraFAXmodem 14.4 V32bis  
  258. See TwinCom V.32  
  259. See USRobotics
  260. See Viva 14.4
  261. See Zoom 14400 Fax/Modem   
  262. See Zoom 2400 V.42bis   
  263. See ZyXEL High Speed  
  264. See ZyXEL   Send/Recieve Fax/Modem          
  265.  
  266. .TOPIC:
  267. AT&T Dataport 14.4
  268.  
  269.                 AT&T Dataport 14.4 Modem String
  270.  
  271.                 ATE0Q0V1X4&C1&D2S7=60S11=50S13=50S0=0
  272.  
  273. .TOPIC:
  274. Aceex 14.4
  275.                 Aceex 14.4
  276.                                                                       
  277.                 AT&F1S0=0M0E0V1X4&C1&D2&M5\N0S95=1S46=136S36=5               
  278.  
  279. .TOPIC:
  280. Boca 14.4
  281.                 Boca 14.4 V32bis (same as Gateway 14.4):
  282.  
  283.                 AT&F E0 V1 Q0 W2 S95=3 S7=50 S0=0
  284.                                        VBBS 6.12 Documentation --14-6
  285.  
  286. .TOPIC:
  287. Compucom High Speed Modems
  288.                 Compucom High Speed Modems:
  289.  
  290.                 AT&F2*H1%C0\N0S25=2M0QV1ES11=50&C1&D2H&W
  291.  
  292.          Compucom STAR:
  293.  
  294.                 AT&F2*H2&D2S7=75&Y0&WX4M0L0S11=50
  295.  
  296.  
  297.          Recommendations:
  298.                 Assign the above values to NRAM settings, and the
  299.         initialization string will actually read 
  300.  
  301.                 ATZ0
  302.         
  303.          To assign an NRAM setting, enter the above initialization
  304.          string, then type 
  305.  
  306.                 AT&W0
  307.  
  308.          To disable CCSP (Compucom proprietary protocol) type
  309.  
  310.                 AT*H0
  311.           
  312.          Baud rate should be locked and set to 19200, or 38400 for
  313.          those with 16550 UARTs.
  314.  
  315. .TOPIC:
  316. Cardinal 9600
  317.                 Cardinal 9600:
  318.  
  319.                 ATW2Q0V1E0&D2&C1S2=251M0&W2S95=1235
  320.  
  321.          - or -
  322.  
  323.                 ATQ0V1E0&D2&C1S2=251S7=45M0
  324.         
  325. .TOPIC:
  326. Digicomm 14.4
  327.                 Digicomm 14.4
  328.  
  329.                 AT&F&C1*S1E0
  330.  
  331. .TOPIC:
  332. Infotel 14.4 Faxmodem
  333.         Infotel 14.4 Faxmodem
  334.  
  335.         AT&F&D2&C1S0=0S7=70M0E0S11=55W2S95=3
  336.  
  337.  
  338.                                        VBBS 6.12 Documentation --14-7
  339.  
  340. .TOPIC:
  341. Lightning Communications
  342.                 Lightning Communications:
  343.  
  344.                 AT&FE0&D2&C1&Q9S7=65W2M0
  345.  
  346.                 Locked Baud Rate:  38400
  347.                 RTS/CTS         :  Slow
  348.  
  349. .TOPIC:
  350. Motorola UDS 14.4 V32bis
  351.                 Motorola UDS 14.4 V32bis:
  352.  
  353.                 AT&F E0 V1 Q0 S0=0 %R2 \Q3 \V1 \M0 &C1 &D2 \N7 S7=50
  354.  
  355. .TOPIC:
  356. SupraFAXmodem 14.4 V32bis
  357.                SupraFAXmodem 14.4 V32bis:
  358.  
  359.                AT&F2 E0 V1 Q0 W2 S95=3 S7=50
  360.         
  361. .TOPIC:
  362. TwinCom V.32
  363.                TwinCom V.32:
  364.  
  365.                ATE0H0M0Q0V1X4S0=0S2=1W0S95=145
  366.         
  367. .TOPIC:
  368. Dallas Fax 14.4
  369.         Dallas Fax 14.4K Nova Plus w/AT&T chipset
  370.  
  371.         AT&F &C1 &D2 &S1 \J0 "O125 T E0 S11=50 S7=60 S95=3 S2=251
  372.  
  373. .TOPIC:
  374. Intel 14.4EX
  375.  
  376.         INTEL 14.4EX
  377.  
  378.         AT&FE0S2=251S7=50M0
  379.  
  380. .TOPIC:
  381. Patriot
  382.         Patriot 96i5 v.32/v.42 MNP5 9600
  383.  
  384.         ATE0M0X4&D2\N7Q2\V2%A32%C3S2=251S7=30
  385.  
  386. .TOPIC:
  387. PPI
  388.         Practical PM9600SA
  389.  
  390.         AT&F&C1&D2V1Q0E0W2&Q9S2=251M0TS110=1S95=2
  391.         ---------------------------------------------------------
  392.         PP14400FXSA
  393.  
  394.         AT&FM0&C1&D3E0W2&Q9S10=20S2=251S7=100
  395.                                        VBBS 6.12 Documentation --14-8
  396.  
  397. .TOPIC:
  398. Viva 14.4
  399.         ViVA 14.4i/Fax Modem
  400.         AT&F&C1&D2W2S95=3
  401.         ---------------------------------------------------------
  402.  
  403.  
  404.  
  405. .TOPIC:
  406. USRobotics
  407. See US Robotics Courier HST / Courier Dual Standard  
  408. See USRobotics Courier 14400 HST Dual Standard   
  409. See USRobotics Courier 9600 HST  See USRobotics Dual Standard 14.4 
  410. See US Robotics HST/DS 16.8         
  411. See Older US Robotics HST 9600         
  412. See USR Sportster 14.4
  413.  
  414. .TOPIC:         
  415. US Robotics Courier HST / Courier Dual Standard
  416. US Robotics Courier HST / Courier Dual Standard:
  417.  
  418.          NRAM Settings Recommended:
  419.  
  420.          X7     Return full result codes
  421.          &H1    Turns on hardware handshaking for output from DTE (CTS
  422.                 line) *
  423.          &R2    Turns on hardware handshaking for input to DTE    (RTS
  424.                 line) *
  425.          &B1    Fixes the DTE to DCE rate **
  426.          &N0    Negotiates highest link rate with fallback/fallforward
  427.                 enabled
  428.          &M4    Enables ARQ if remote modem has ARQ
  429.          &C1    Modem asserts carrier detect based on connection
  430.                 status
  431.          &D2    On DTR high-to-low transition, modem hangs up
  432.          &A3    Give FULL EXTENDED Result Codes
  433.                                        VBBS 6.12 Documentation --14-8
  434.  
  435.          (Choose one of the 3 &K commands below based on your preference)
  436.  
  437.          &K1    Enables data compression if remote modem requests
  438.                 compression
  439.          &K3    Enables V.42 bis data compression but not MNP5
  440.          &K0    Disables all compression
  441.  
  442.          VBBS Initialization String:
  443.                 ATX7Q0E0V1S2=251S7=25&H1&R2&B1&M4&N0&K1&A3
  444.                                 - or -
  445.                 ATX7Q0E0V1S2=251S7=25&H1&R2&B1&A3
  446.  
  447. .TOPIC:         
  448. USRobotics Courier 14400 HST Dual Standard
  449. USRobotics Courier 14400 HST Dual Standard:
  450.  
  451.          B0  C1  E1  F1  M1  Q0  V1  X7
  452.          BAUD=38400  PARITY=N  WORDLEN=8
  453.          DIAL=HUNT   ON HOOK   TIMER
  454.  
  455.          &A3  &B1  &C1  &D2  &G0  &H1  &I0  &K3  &L0
  456.          &M4  &N0  &P0  &R2  &S0  &T5  &X0  &Y1  %R0
  457.  
  458.          S00=000  S01=000  S02=251  S03=013  S04=010
  459.          S05=008  S06=002  S07=045  S08=002  S09=006
  460.          S10=007  S11=050  S12=050  S13=000  S14=000
  461.          S15=008  S16=000  S17=000  S18=000  S19=000
  462.          S20=000  S21=010  S22=017  S23=019  S24=150
  463.          S25=000  S26=000  S27=000  S28=008  S29=020
  464.          S30=000  S31=000  S32=001  S33=000  S34=000
  465.          S35=000  S36=000  S37=000  S38=000
  466.  
  467.          - or -
  468.  
  469.          B0  C1  E1  F1  M1  Q0  V1  X7
  470.          BAUD=19200  PARITY=N  WORDLEN=8
  471.          DIAL=HUNT   ON HOOK   TIMER
  472.  
  473.          &A3  &B0  &C1  &D2  &G0  &H1  &I0  &K3  &L0
  474.          &M4  &N0  &P0  &R2  &S0  &T5  &X0  &Y1  %R0
  475.  
  476.          S00=000  S01=000  S02=251  S03=013  S04=010
  477.          S05=008  S06=002  S07=045  S08=002  S09=006
  478.          S10=007  S11=070  S12=050  S13=000  S14=001
  479.          S15=008  S16=000  S17=000  S18=000  S19=000
  480.          S20=000  S21=010  S22=017  S23=019  S24=150
  481.          S25=000  S26=000  S27=000  S28=008  S29=020
  482.          S30=000  S31=000  S32=001  S33=000  S34=000
  483.          S35=000  S36=000  S37=000  S38=000
  484.  
  485.          VBBS Initialization String:
  486.                 ATX7Q0E0V1S2=251S7=25&H1&R2&B1&M4&N0&K1&A3
  487.                                 - or -
  488.                 ATX7Q0E0V1S2=251S7=25&H1&R2&B1&A3
  489.                                        VBBS 6.12 Documentation --14-9
  490.  
  491. .TOPIC:
  492. USRobotics Courier 9600 HST
  493. USRobotics Courier 9600 HST Settings
  494.  
  495.          C=1  E=1  F=1  M=3  Q=0  V=1  X=7  B=1
  496.          BAUD=19200  PARITY=N  WORDLEN=8
  497.          DIAL=TONE   ON HOOK    TIMER
  498.  
  499.          &A1  &B1  &G0  &H1  &I2  &K0
  500.          &M4  &N0  &P0  &R2  &S1  &Y1
  501.  
  502.          S00=000  S01=000  S02=251  S03=013
  503.          S04=010  S05=008  S06=002  S07=025
  504.          S08=002  S09=006  S10=007  S11=040
  505.          S12=050  S13=000  S14=001  S15=000
  506.          S16=000  S17=000  S18=000  S19=005
  507.          S20=000  S21=010  S22=017  S23=019
  508.  
  509.          DIAL=TONE   M=3  X=7  F=1  B=1
  510.          BAUD=19200  PARITY=N  WORDLEN=8
  511.  
  512.          &A1  &B1  &G0  &H1  &I2  &K0
  513.          &M4  &N0  &P0  &R2  &S1  &Y1
  514.  
  515.          S02=251  S03=013  S04=010  S05=008
  516.          S06=002  S07=025  S08=002  S09=006
  517.          S10=007  S11=040  S12=050  S13=000
  518.          S15=000  S19=005  S21=010  S22=017
  519.          S23=019
  520.  
  521. .TOPIC:
  522. USRobotics Dual Standard 14.4
  523. USRobotics Dual Standard 14.4
  524.          ─────────────────────────────
  525.  
  526.          (Square LEDs -- not the 16.8 model):
  527.  
  528.                 AT&B1 B0 E0 V1 Q0 &N0 &M4 S7=50 &H1 &R2 &A3
  529.  
  530. .TOPIC:
  531. US Robotics HST/DS 16.8
  532. US Robotics HST/DS 16.8
  533.  
  534.          (Square LEDs):
  535.  
  536.                 ATX710V130B0S2=251S7=45&H1&R2&M4&N0&B1
  537.                                        VBBS 6.12 Documentation --14-10
  538.  
  539. .TOPIC:
  540. Older US Robotics HST 9600
  541. Older US Robotics HST 9600
  542. ──────────────────────────
  543.  
  544.                 AT&B1 B1 E0 V1 Q0 &N0 &M4 S7=50 &H1 &R2
  545.  
  546.  
  547.          Also, another note: USRobotics modem users (Dual Std and
  548.          HST) can specify that a smaller transmit buffer should be
  549.          used during non-ARQ connections, so that when 2400/non-error
  550.          correcting callers call the board, the space-bar abort is
  551.          more responsive. The modem will auto-adjust the size of the
  552.          transmit buffer for each connection:
  553.  
  554.                 non-ARQ: 128 bytes
  555.                 ARQ: 4k
  556.  
  557.          To enable this modem feature, set S15=8.
  558.  
  559. .TOPIC:
  560. Zoom 14400 Fax/Modem
  561. Zoom 14400 Fax/Modem:
  562.  
  563.                 Locked Baud Rate:  38400
  564.                 RTS/CTS         :  Slow
  565.  
  566.                 AT&C1&D2E0H0Q0V1X4W0S95=3\T2
  567.  
  568. .TOPIC:
  569. Zoom 2400 V.42bis
  570. Zoom 2400 V.42bis:
  571.  
  572.                 ATX4Q0V1E0&D2&C1S2=251S7=45
  573.  
  574.          ACTIVE PROFILE:
  575.  
  576.          B1 E1 L2 M1 N1 P Q0 V1 W1 X4 Y0 &C0 &D0 &G0 &J0 &K3 &Q5 &R0
  577.          &S0 &T4 &X0 &Y0
  578.          S00:000 S01:000 S02:043 S03:013 S04:010 S05:008 S06:002
  579.          S07:045 S08:002 S09:006
  580.          S10:014 S11:095 S12:050 S18:000 S25:005 S26:001 S36:005
  581.          S37:000 S38:020 S44:003
  582.          S46:138 S48:000 S49:008 S50:255
  583.  
  584.          STORED PROFILE 0:
  585.  
  586.          B1 E1 L2 M1 N1 P Q0 V1 W0 X4 Y0 &C0 &D0 &G0 &J0 &K3 &Q5 &R0
  587.          &S0 &T4 &X0
  588.          S00:000 S02:043 S06:002 S07:030 S08:002 S09:006 S10:014
  589.          S11:095 S12:050 S18:000
  590.          S25:005 S26:001 S36:005 S37:000 S38:020 S44:003 S46:138
  591.          S48:007 S49:008 S50:255
  592.                                        VBBS 6.12 Documentation --14-11
  593.  
  594.          STORED PROFILE 1:
  595.  
  596.          B1 E1 L2 M1 N1 P Q0 V1 W0 X4 Y0 &C0 &D0 &G0 &J0 &K3 &Q5 &R0
  597.          &S0 &T4 &X0
  598.          S00:000 S02:043 S06:002 S07:030 S08:002 S09:006 S10:014
  599.          S11:095 S12:050 S18:000
  600.          S25:005 S26:001 S36:005 S37:000 S38:020 S44:003 S46:138
  601.          S48:007 S49:008 S50:255
  602.  
  603. .TOPIC:
  604. ZyXEL High Speed
  605. ZyXEL High Speed:
  606.  
  607.          This is saved as Profile 0.  Init string is just ATZ0.
  608.  
  609.          Be aware that register S20 sets the DTE speed, set to 19200,
  610.          so you may want to change this to S20=2 or S20=1.
  611.  
  612.          CURRENT SETTING:
  613.  
  614.          B0   E0   L4   M0   N5   Q0   V1   X6
  615.          &B1  &C1  &D2  &G0  &H3  &J0  &K4  &L0  &M0  &N0  &P0  &R1
  616.          &S0  &X0  &Y0
  617.          *B0  *C0  *D0  *E0  *I0  *M0  *P9  *Q2  *S0
  618.  
  619.          S00=000   S01=000   S02=251   S03=013   S04=010
  620.          S05=008   S06=003   S07=060   S08=002   S09=006
  621.          S10=007   S11=070   S12=000   S13=000   S14=002
  622.          S15=002   S16=000   S17=018   S18=000   S19=000
  623.          S20=003   S21=176   S22=000   S23=112   S24=133
  624.          S25=000   S26=000   S27=156   S28=064   S29=000
  625.          S30=000   S31=017   S32=019   S33=000   S34=030
  626.          S35=000   S36=000   S37=000   S38=016   S39=000
  627.  
  628. .TOPIC:
  629. ZyXEL   Send/Recieve Fax/Modem
  630. ZyXEL 14400 V.32 V.32bis V.42 V.42bis Send/Recieve Fax/Modem:
  631.  
  632.                 AT&FX6E0&C1&D2&G2H0M0|
  633.  
  634.                 Locked Baud: 19200
  635.                 Hardware handshaking normal
  636.  
  637.  
  638.  
  639.  
  640.          ─────────────────────────────────────────────────────────────
  641.                                        VBBS 6.12 Documentation --14-12
  642.  
  643.  
  644.          VBBS FOSSIL Documentation
  645.          ═════════════════════════
  646.  
  647.                The use of a fossil driver with VBBS is not required. However,
  648.          a fossil driver can handle 2 or more serial ports using the same 
  649.          IRQ line.  In fact, a FOSSIL can be used to control up to 8 ports.  
  650.          It can be "programmed" to use almost any serial board in existence.
  651.  
  652.                 VBBS has been extensively tested with both the BNU and X00
  653.          FOSSIL drivers. If you're new to FOSSIL drivers, they provide a stan-
  654.          dard way for programs to communicate with serial ports. The FOSSIL may
  655.          load through either AUTOEXEC.BAT or CONFIG.SYS. The advantages and
  656.          disadvantages of each are discussed at length within the individual
  657.          FOSSIL documentation.  Overall, use of VBBS' own serial routines are
  658.          preferred over external fossil drivers. 
  659.  
  660.          Number of Simultaneous Open Ports
  661.  
  662.             The basic CONFIG.SYS install for X00 is: DEVICE=X00.SYS
  663.  
  664.             The basic AUTOEXEC.BAT install for BNU is: BNU
  665.  
  666.                 By default, a FOSSIL will assume you wish to have only one
  667.          communications port open at any given moment.  The FOSSIL doesn't
  668.          specify which port (COM1, COM2, COM3, etc) but is merely concerned
  669.          with the maximum number of simultaneous open ports.  Each port you
  670.          request is like a "data channel," corresponding to your VBBS data
  671.          channels.  For more detailed information on a driver, consult the
  672.          specific FOSSIL documentation.
  673.  
  674.          2-Node System
  675.  
  676.             Channel 1 to be on COM1
  677.             Channel 2 to be on COM2
  678.             ───────────────────────
  679.  
  680.                 X00: DEVICE=X00.SYS 0=COM1 1=COM2
  681.                 BNU: BNU /P=2
  682.  
  683.                 VCONFIG: Set Channel 1 to COM1
  684.                          Set Channel 2 to COM2
  685.  
  686.             Channel 1 to be on COM2
  687.             Channel 2 to be on COM3
  688.             ───────────────────────
  689.  
  690.                 X00: DEVICE=X00.SYS 0=COM2 1=COM3
  691.                 BNU: BNU /P=2
  692.  
  693.                 VCONFIG: Set Channel 1 to COM2
  694.                          Set Channel 2 to COM3
  695.                                        VBBS 6.12 Documentation --14-13
  696.  
  697.  
  698.          4-Node System
  699.  
  700.             Channel 1 to be on COM1
  701.             Channel 2 to be on COM2
  702.             Channel 3 to be on COM3
  703.             Channel 4 to be on COM4
  704.             ───────────────────────
  705.  
  706.                 X00: DEVICE=X00.SYS 0=COM1 1=COM2 2=COM3 3=COM4
  707.                 BNU: BNU /P=4
  708.  
  709.                 VCONFIG: Set Channel 1 to COM1
  710.                          Set Channel 2 to COM2
  711.                          Set Channel 3 to COM3
  712.                          Set Channel 4 to COM4
  713.  
  714.  
  715.  
  716.