home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / DATACOM / DIVERSEN / SIO145 / SIOUSER.TXT < prev    next >
Text File  |  1995-01-27  |  73KB  |  1,594 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.                                   USERS MANUAL
  25.  
  26.             SIO.SYS and VSIO.SYS, Serial Communications Device Driver
  27.             for OS/2 V2 (and up) and its Virtual DOS Machines (VDM).
  28.  
  29.                      Copyright (c) 1995 by Raymond L. Gwinn
  30.                               12469 Cavalier Drive
  31.                            Woodbridge, Virginia 22192
  32.                                All Rights Reserved
  33.  
  34.                                 January 27, 1995
  35.  
  36.                                       Email
  37.                               CompuServe 71154,575
  38.                              Internet ray@gwinn.com
  39.  
  40.                            VOICE ORDERS 1-703-494-4673
  41.                                FAX 1-703-494-0595
  42.                        BBS 1-703-494-0098 or 199.248.240.2
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                   INTRODUCTION
  66.  
  67.      SIO.SYS and VSIO.SYS are companion device drivers for Version 2 (and
  68.      up) of the OS/2 operating system.
  69.  
  70.      Both drivers (SIO/VSIO) have been coded with performance in mind,
  71.      possibly sacrificing some compatibility.  For this reason, SIO and
  72.      VSIO are not exact replacements for the OS/2 drivers COM and VCOM. 
  73.      However, all serial communications programs tested by the author work
  74.      correctly using SIO/VSIO.
  75.  
  76.      This manual is intended for the SIO user.  A separate SIO Technical
  77.      Reference Manual is included in the distribution zip.  The Technical
  78.      Reference Manual also documents some advanced options and features
  79.      that are not documented here.
  80.  
  81.      This manual and the software distributed with it is provided with no
  82.      guarantees.  Use it at your own risk.
  83.  
  84.  
  85.  
  86.  
  87.                                                                          ii
  88.  
  89.                                 TABLE OF CONTENTS
  90.  
  91.  
  92.      INTRODUCTION  . . . . . . . . . . . . . . . . . . . . . . . . . .    i
  93.           SIO Technical Reference Manual . . . . . . . . . . . . . . .    i
  94.  
  95.      WHAT IS SIO . . . . . . . . . . . . . . . . . . . . . . . . . . .    1
  96.  
  97.      WHAT IS VSIO  . . . . . . . . . . . . . . . . . . . . . . . . . .    2
  98.  
  99.      DISTRIBUTION AND SUPPORT  . . . . . . . . . . . . . . . . . . . .    3
  100.           Distribution and Ordering  . . . . . . . . . . . . . . . . .    3
  101.                SIO Distribution and Support BBS  . . . . . . . . . . .    3
  102.           Support  . . . . . . . . . . . . . . . . . . . . . . . . . .    3
  103.                OS/2 Vendor Forum on
  104.                     CompuServe . . . . . . . . . . . . . . . . . . . .    3
  105.           Updates  . . . . . . . . . . . . . . . . . . . . . . . . . .    4
  106.  
  107.      GETTING STARTED . . . . . . . . . . . . . . . . . . . . . . . . .    5
  108.           Installing SIO/VSIO  . . . . . . . . . . . . . . . . . . . .    5
  109.           Quick Start  . . . . . . . . . . . . . . . . . . . . . . . .    5
  110.  
  111.      COMMAND LINE OPTIONS  . . . . . . . . . . . . . . . . . . . . . .    6
  112.           COM1 thru
  113.                COMn  . . . . . . . . . . . . . . . . . . . . . . . . .    6
  114.           I/O port address . . . . . . . . . . . . . . . . . . . . . .    6
  115.           IRQ number . . . . . . . . . . . . . . . . . . . . . . . . .    6
  116.           Forced 16550A  . . . . . . . . . . . . . . . . . . . . . . .    6
  117.  
  118.      Development and Debugging Tools . . . . . . . . . . . . . . . . .    8
  119.           The Poor Man's Line Monitor (PMLM.EXE) . . . . . . . . . . .    8
  120.           VIEWPMLM.EXE . . . . . . . . . . . . . . . . . . . . . . . .    9
  121.           SIO's Utility (SU.EXE) . . . . . . . . . . . . . . . . . . .    9
  122.                IRQs that are currently free  . . . . . . . . . . . . .    9
  123.  
  124.      Intelligent Cards Supported . . . . . . . . . . . . . . . . . . .   10
  125.           Hayes ESP  . . . . . . . . . . . . . . . . . . . . . . . . .   10
  126.                ESP in Compatibility Mode . . . . . . . . . . . . . . .   10
  127.           Telcor Tport . . . . . . . . . . . . . . . . . . . . . . . .   10
  128.  
  129.      . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .   11
  130.  
  131.      AUTOMATIC IRQ ASSIGNMENT  . . . . . . . . . . . . . . . . . . . .   11
  132.  
  133.      DOS SETTINGS  . . . . . . . . . . . . . . . . . . . . . . . . . .   12
  134.           SIO_Allow_Access_COMn  . . . . . . . . . . . . . . . . . . .   12
  135.           SIO_Virtualize_COM_Ports . . . . . . . . . . . . . . . . . .   12
  136.           SIO_Virtualize_16550A  . . . . . . . . . . . . . . . . . . .   12
  137.           SIO_Share_Access_With_OS/2 . . . . . . . . . . . . . . . . .   12
  138.           SIO_Screen_Sync_Kludge . . . . . . . . . . . . . . . . . . .   13
  139.           SIO_Mode_DTR . . . . . . . . . . . . . . . . . . . . . . . .   13
  140.           SIO_Mode_IDSR  . . . . . . . . . . . . . . . . . . . . . . .   14
  141.           SIO_Mode_OCTS  . . . . . . . . . . . . . . . . . . . . . . .   15
  142.           SIO_Mode_ODSR  . . . . . . . . . . . . . . . . . . . . . . .   15
  143.           SIO_Mode_RTS . . . . . . . . . . . . . . . . . . . . . . . .   15
  144.  
  145.  
  146.  
  147.  
  148.                                                                         iii
  149.  
  150.           SIO_Mode_XON/XOFF  . . . . . . . . . . . . . . . . . . . . .   16
  151.           SIO_Mode_FIFO_Load_Count . . . . . . . . . . . . . . . . . .   17
  152.  
  153.      Configuration Profiles  . . . . . . . . . . . . . . . . . . . . .   18
  154.           Seiko Smart Label Printer  . . . . . . . . . . . . . . . . .   18
  155.           IBM's SLIP . . . . . . . . . . . . . . . . . . . . . . . . .   18
  156.  
  157.      Differences between SIO/VSIO and COM/VCOM . . . . . . . . . . . .   19
  158.  
  159.      PROBLEMS AND SOLUTIONS  . . . . . . . . . . . . . . . . . . . . .   21
  160.           IRQ for a port appears to be wrong . . . . . . . . . . . . .   21
  161.           The modem will not initialize  . . . . . . . . . . . . . . .   21
  162.           WinFax locks up during install . . . . . . . . . . . . . . .   21
  163.           Telemate does not recognize VX00 as a FOSSIL . . . . . . . .   21
  164.           Comm output is very slow from DOS  . . . . . . . . . . . . .   21
  165.            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .   21
  166.           Procomm stops receiving  . . . . . . . . . . . . . . . . . .   22
  167.           WinFax does not work well. . . . . . . . . . . . . . . . . .   23
  168.                Class 1 FAX modem . . . . . . . . . . . . . . . . . . .   23
  169.                Class 2 FAX modem . . . . . . . . . . . . . . . . . . .   23
  170.           Serial Printer messes up on last page. . . . . . . . . . . .   23
  171.  
  172.      IRQ SHARING ON ISA  . . . . . . . . . . . . . . . . . . . . . . .   24
  173.  
  174.      Appendix A, Hardware Port and IRQ Assignments . . . . . . . . . .   25
  175.           Addresses and IRQs for COM1 and COM2 . . . . . . . . . . . .   25
  176.           Defacto standard for COM3 and COM4 . . . . . . . . . . . . .   25
  177.           Addresses and IRQ for COM3 through COM8 on the PS/2  . . . .   25
  178.  
  179.      Appendix B, SIO Chips . . . . . . . . . . . . . . . . . . . . . .   26
  180.           8250 . . . . . . . . . . . . . . . . . . . . . . . . . . . .   26
  181.           8250A  . . . . . . . . . . . . . . . . . . . . . . . . . . .   26
  182.           16450  . . . . . . . . . . . . . . . . . . . . . . . . . . .   26
  183.           16C451 . . . . . . . . . . . . . . . . . . . . . . . . . . .   27
  184.           16550 (Non A)  . . . . . . . . . . . . . . . . . . . . . . .   27
  185.           16550A . . . . . . . . . . . . . . . . . . . . . . . . . . .   27
  186.           16550AF  . . . . . . . . . . . . . . . . . . . . . . . . . .   27
  187.           16550AFN . . . . . . . . . . . . . . . . . . . . . . . . . .   27
  188.           16550s Made by Western Digital . . . . . . . . . . . . . . .   28
  189.           16C551 . . . . . . . . . . . . . . . . . . . . . . . . . . .   28
  190.           16C552 . . . . . . . . . . . . . . . . . . . . . . . . . . .   28
  191.           16C554 . . . . . . . . . . . . . . . . . . . . . . . . . . .   28
  192.           82510  . . . . . . . . . . . . . . . . . . . . . . . . . . .   28
  193.           16650  . . . . . . . . . . . . . . . . . . . . . . . . . . .   29
  194.           ComBic . . . . . . . . . . . . . . . . . . . . . . . . . . .   30
  195.  
  196.      Appendix C, Multi-Port Serial I/0 Cards . . . . . . . . . . . . .   31
  197.           STB 4COM . . . . . . . . . . . . . . . . . . . . . . . . . .   31
  198.           Connect Tech Dflex-8 . . . . . . . . . . . . . . . . . . . .   31
  199.           Gtek BBS550  . . . . . . . . . . . . . . . . . . . . . . . .   32
  200.           Neotech Quad Serial  . . . . . . . . . . . . . . . . . . . .   32
  201.  
  202.      INDEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .   33
  203.  
  204.  
  205.  
  206.  
  207.                                                                           1
  208.  
  209.                                    WHAT IS SIO
  210.  
  211.      SIO is a Serial Input/Output (SIO) communications driver.  It provides
  212.      an interface between application programs and the serial
  213.      communications hardware.
  214.  
  215.      SIO had been designed as a high performance replacement for the OS/2
  216.      device driver COM.SYS.  See the Technical Reference Manual for
  217.      information about the known differences between COM.SYS and SIO.SYS.
  218.  
  219.      SIO works with 8250 (type) serial I/O devices.  Such devices include,
  220.      but are not limited to the 8250A, 16450, 16550, 16550A and the 82510. 
  221.      If you have a PC that is an IBM or near compatible which has a serial
  222.      communication port, it is likely that it contains one of these
  223.      devices.  In addition, SIO supports some intelligent serial I/O cards. 
  224.      See "Intelligent Cards Supported" for additional information.  SIO
  225.      will identify the type of serial devices that it finds and display
  226.      them at load time.
  227.  
  228.      Like other Device Drivers, SIO will do very little standing alone. 
  229.      There must be an application(s) program that makes use of SIO's
  230.      functions before one will benefit from SIO.
  231.  
  232.  
  233.  
  234.  
  235.                                                                           2
  236.  
  237.                                   WHAT IS VSIO
  238.  
  239.      VSIO is a Virtual Device Driver (VDD).  Virtual device drivers provide
  240.      services for DOS programs executing under OS/2.  Most Virtual Device
  241.      Drivers emulate a specific hardware device and/or BIOS service.  The
  242.      primary job of a Virtual Device Driver is to convert misbehaved DOS
  243.      input/output into well behaved input/output that can be accepted by
  244.      the OS/2 driver SIO.SYS.
  245.  
  246.      Using the protection mechanism of the 386 (and up) processor, a
  247.      Virtual Device Driver can instruct OS/2 to trap all input/output for
  248.      given hardware ports.  Once trapped, the Virtual Device Driver (VDD)
  249.      appropriately routes information to/from the Physical Device Driver
  250.      (PDD) and to/from the DOS program.
  251.  
  252.      VSIO creates a virtual (imaginary) 16550A or 16450 (UART) in software. 
  253.      Additionally VSIO emulates the BIOS INT 14h services.  All of the
  254.      hardware registers of the virtual UART are simulated by VSIO.  VSIO
  255.      does not attempt to simulate the timing of the real UARTs.  DOS
  256.      programs that depend on the timing of real hardware UARTs may have
  257.      problems executing under VSIO.
  258.  
  259.      All DOS programs that execute under VSIO should have RTS/CTS
  260.      handshaking enabled (in the application) even if SIO proper is not
  261.      using RTS/CTS handshake.  
  262.  
  263.      The virtualization (simulation) provided by VSIO is not (and can not
  264.      be) exact.  However, most well written DOS programs should not have
  265.      problems.
  266.  
  267.      VSIO will only work with SIO installed and the versions of SIO/VSIO
  268.      must match.  If VSIO refuses to install, you most likely have a
  269.      version mismatch or COM.SYS is still installed.  VSIO will not work
  270.      with any other device driver like COM.SYS.
  271.  
  272.  
  273.  
  274.  
  275.                                                                           3
  276.  
  277.                             DISTRIBUTION AND SUPPORT
  278.  
  279.      Distribution and Ordering
  280.      The entire package collectively known as SIO is ShareWare.  It is not
  281.      free software or freeware.  See LICENSE.TXT and ORDER.TXT for
  282.      additional information.  The ShareWare version of SIO is distributed
  283.      electronically and supports only 4 ports (registered versions can be
  284.      ordered supporting up to 16 ports).  One may check their favorite
  285.      electronic hangout for the latest version of SIO.  The latest copy of
  286.      the ShareWare version is always posted for downloading from the BBS at
  287.      1-703-494-0098 or 199.248.240.2.
  288.  
  289.      Registered versions of SIO are distributed by US Mail, electronically
  290.      mail and from the SIO Distribution and Support BBS.  Users desiring to
  291.      register electronically, may call the BBS and register on line (1-703-
  292.      494-0098 or 199.248.240.2) and immediately download their registered
  293.      version of SIO.  Use the ORDER command at the main BBS prompt.
  294.  
  295.      Registrations/Orders can also be placed by phone, mail, FAX, and
  296.      email.  See the front cover of this manual for the phone numbers and
  297.      addresses.  Also see ORDER.TXT for and order form that may be used.
  298.  
  299.      Support
  300.      Extensive testing has been done to insure that this product works on
  301.      the widest possible range of OS/2 V2 (and up) systems.  In most cases,
  302.      problems can be resolved by reading this manual carefully.
  303.  
  304.      Support is provided in section 4 of the OS/2 Vendor Forum on
  305.      CompuServe (GO OS2BVEN).  Section 4 of the OS2BVEN Forum is dedicated
  306.      to the support of SIO.
  307.  
  308.      In addition, support is provided by BBS, Email and FAX.  Voice support
  309.      would overwhelm the author and is not available.  If, after reading
  310.      the manual carefully, you are unable to resolve a problem, you may
  311.      submit a problem report to one of the following: 
  312.                                       Email
  313.                               CompuServe 71154,575
  314.                              Internet ray@gwinn.com
  315.                                FAX 1-703-494-0595
  316.                        BBS 1-703-494-0098 or 199.248.240.2
  317.  
  318.      Users should note that Support does not always result in a correction
  319.      of a problem.  In addition, the support provided is support of SIO,
  320.      and not the applications that use SIO.  Questions and/or problems
  321.      about applications programs (such as terminal or FAX programs) should
  322.      be directed to the available support for the application.
  323.  
  324.  
  325.  
  326.  
  327.                                                                           4
  328.  
  329.  
  330.      Updates
  331.  
  332.      In general, updates/upgrades of SIO are free of charge for all
  333.      releases of SIO with the same major version number.  However, there
  334.      may be a handling charge if the user requires the upgrade to be mailed
  335.      or emailed.
  336.  
  337.      Registered users of SIO can update to the latest version FREE of
  338.      charge using the BBS and its UPDATE command.  Be sure to have your SIO
  339.      serial number when you first log onto the BBS.  All variations (number
  340.      of ports) of SIO are available for immediate download from the BBS by
  341.      registered users.
  342.  
  343.      Users that have a registered copy of SIO can also use REREG.EXE to
  344.      transfer the registration information to a new version of SIO.  Simply
  345.      unzip the new SIO files into a temporary directory, change to that
  346.      directory, execute REREG and answer the questions.  After doing the
  347.      above, all of the files in the temporary directory will have been
  348.      registered.  You must then copy all the SYS and EXE files from the
  349.      temporary directory to their normal directory (overlaying the old
  350.      registered version) or execute the SIO install program (INSTALL.EXE). 
  351.      Then you must reboot.  You may also want to check your CONFIG.SYS for
  352.      the path of the SIO/VSIO being loaded and make sure both the new ones
  353.      are being loaded.
  354.  
  355.      If REREG will not transfer your registration information from a
  356.      previous version of SIO to the new version, then an upgrade must be
  357.      ordered on disk or obtained from the support BBS.
  358.  
  359.  
  360.  
  361.  
  362.                                                                           5
  363.  
  364.                                  GETTING STARTED
  365.  
  366.      Installing SIO/VSIO
  367.  
  368.      SIO is distributed as a ZIP file.  To extract the individual files
  369.      from the distribution file you need the program PKUNZIP or an
  370.      equivalent.  PKUNZIP is a product of PKWARE and can be downloaded from
  371.      almost any bulletin board system (BBS).  You probably already have
  372.      PKUNZIP and know how to use it, otherwise I doubt that you would be
  373.      reading this.  When PKUNZIP is used to extract the various files, -AV
  374.      should appear after each file name as it is extracted.  In addition,
  375.      the message:
  376.  
  377.           Authentic files Verified!
  378.  
  379.      should appear after the extraction process.  If this message does not
  380.      appear, or appears with a name other than Raymond L. Gwinn, the file
  381.      is not an original SIO distribution file.
  382.  
  383.      The only file that the basic user actually needs is SIO.SYS.  Virtual
  384.      DOS machine (VDM) users will also want VSIO.SYS.  Copy one or both of
  385.      these files to a convenient directory or subdirectory on your system. 
  386.      An installation program (INSTALL.EXE) is provided to install the SIO
  387.      files and modify your CONFIG.SYS
  388.  
  389.      Quick Start
  390.  
  391.      Create a temporary directory, change into that directory and unzip the
  392.      SIO distribution zip there.  Type INSTALL followed by the enter key. 
  393.      For a basic setup, that is all that is needed.
  394.  
  395.      If you choose to install SIO manually, the following should be done.
  396.  
  397.      BE SURE THAT ANY SERIAL MOUSE DRIVER APPEARS IN THE CONFIG.SYS BEFORE
  398.      SIO.SYS
  399.  
  400.      If you are going to use standard communications ports, either COM1 or
  401.      COM2 on an ISA bus (AT or clone), or COM1 through COM4 on a PS/2, then
  402.      add the following line to your CONFIG.SYS file:
  403.  
  404.           DEVICE=SIO.SYS
  405.           DEVICE=VSIO.SYS
  406.  
  407.      Be sure to REMark out the COM.SYS and VCOM.SYS device drivers if they
  408.      exist in your CONFIG.SYS.
  409.  
  410.      With the above statements you will be able to use standard COM1 and/or
  411.      COM2 (if they exist) on any PC system known to the author.
  412.  
  413.      If your setup is more complex, you must read on.
  414.  
  415.  
  416.  
  417.  
  418.                                                                           6
  419.  
  420.                               COMMAND LINE OPTIONS
  421.  
  422.      The command line options are included in the command line that loads
  423.      SIO in the CONFIG.SYS file.  VSIO has no command line options. 
  424.      Command line options are usually grouped by port within parenthesis.
  425.  
  426.      If you use only COM1 and/or COM2, at the standard IRQ and port
  427.      addresses, you will not need any command line options.  However, up to
  428.      four serial communications ports, COM1 thru COM4, can be specified at
  429.      any base port address and any IRQ.  On PS/2 systems and some ISA
  430.      cards, SIO/VSIO supports multiple communications devices sharing the
  431.      same IRQ.
  432.  
  433.      The basic command line syntax is as follows:
  434.  
  435.           DEVICE=SIO.SYS (Cn, An, In, Ig, Fc) [(Cn, An, In, Ig, Fc)]
  436.  
  437.      Where
  438.           "Cn" is the comm port number (1 thru 4) or the string COM1 thru
  439.           COMn.  The port number may preceeded by an asterisk "*" to
  440.           indicate that the port may be used as a PCMCIA comm port (eg *1
  441.           or *COM1).  Note that it is normal for SIO to display a warning
  442.           about not finding anything at PCMCIA ports.
  443.  
  444.           "An" is a hexadecimal number that defines the base hardware I/O
  445.           port address for the communications port.  If this field is left
  446.           blank, the default I/O port address is used for the comm port. 
  447.           Note that default I/O addresses exist only for COM1 through COM4
  448.           on AT type systems and for COM1 through COM8 on PS/2 systems.
  449.  
  450.           "In" is an IRQ number (0 thru 15) or the string IRQ0 thru IRQ15
  451.           or the string NONE.  It is best if one leaves this field blank
  452.           and allows SIO to determine the IRQ, see AUTOMATIC IRQ ASSIGNMENT
  453.           below.  The IRQ choice of NONE is provided for cards that can
  454.           work either with or without an IRQ like the Hayes ESP.
  455.  
  456.           "Ig" is an ignored parameter.  If exists for compatibility with
  457.           COM.SYS.
  458.  
  459.           "Fc" is the Forced 16550A chip parameter.  If an F is placed in
  460.           this position, a 16550A UART chip type is forced regardless of
  461.           the automatically detected chip type.
  462.  
  463.  
  464.  
  465.  
  466.                                                                           7
  467.  
  468.  
  469.      For a PC with COM1 and COM2 of standard configuration, the following
  470.      command line will load SIO correctly:
  471.  
  472.           DEVICE=SIO.SYS (1, 3F8, 4) (2, 2f8, 3)
  473.  
  474.      A more readable, but identical, command line is:
  475.  
  476.           DEVICE=SIO.SYS (COM1,3F8,IRQ4) (COM2,2F8,IRQ3)
  477.  
  478.      Forcing a 16550A on COM1 would be as follows:
  479.  
  480.           DEVICE=SIO.SYS (COM1,3F8,IRQ4,,F) (COM2,2F8,IRQ3)
  481.  
  482.      In a similar manner, up to sixteen serial communications ports (four
  483.      in the Shareware version) can be defined and supported by SIO and
  484.      VSIO.
  485.  
  486.  
  487.  
  488.  
  489.                                                                           8
  490.  
  491.                          Development and Debugging Tools
  492.  
  493.      The Poor Man's Line Monitor (PMLM.EXE)
  494.  
  495.      PMLM is basically of interest to developers of comm applications and
  496.      those providing technical support for those applications.  This SIO
  497.      utility is released largely (in self defense) in the hope that some
  498.      users can diagnose their own problems.  PMLM's feature of saving trace
  499.      information to disk will only work with registered and beta versions
  500.      of SIO.
  501.  
  502.      PMLM provides basic line monitoring for OS/2, DOS and Windows comm
  503.      programs.  All characters sent or received by application programs are
  504.      displayed in the upper portion of the screen.  Receive characters are
  505.      displayed as "white on blue" and transmitted characters are displayed
  506.      "yellow on violet".  Line signals, such as CTS are displayed as "dim
  507.      white on red" when turned off and "bright white on red" when turned
  508.      on.  In addition, a signal's transition to OFF is displayed in lower
  509.      case and a signal's transition to ON is displayed in upper case.
  510.  
  511.      Status information is displayed in the lower part of the screen.  A
  512.      bright white display means the signal is on, a dim white indicates
  513.      that the signal is off.  In addition, when bright,  Rxoff and Txoff
  514.      indicate the SIO has sent (Txoff) or received (Rxoff) an Xoff, and an
  515.      Xon is pending.
  516.  
  517.      When a DOS or Windows session uses a comm port, an additional line of
  518.      signal status appears.  This status line shows the state of the
  519.      virtual UART's signals.  Only the signals which MAY be different from
  520.      the real UART's signals are shown.
  521.  
  522.      "Rx Chars" and "Tx Chars" reflects the number of characters in SIO's
  523.      receive and transmit buffers respectively.
  524.  
  525.      The last line on the screen shows the keys (from the keyboard) that
  526.      PMLM will recognize.  The bright character shows the key to hit for
  527.      the associated function.  The font keys will not work in a windowed
  528.      OS/2 session.
  529.  
  530.      PMLM's command line requires one parameter, the comm port number, and
  531.      optionally accepts an additional parameter giving a save trace file
  532.      name.  For example, PMLM 1 COM1INFO.TRC will monitor COM1 and save ALL
  533.      of the communications traffic in the file COM1INFO.TRC.  The trace
  534.      files created by PMLM contain exactly the same information that is
  535.      displayed by PMLM, video attributes and all.
  536.  
  537.  
  538.  
  539.  
  540.                                                                           9
  541.  
  542.  
  543.      VIEWPMLM.EXE may be used to view trace files created by PMLM. 
  544.      VIEWPMLM.EXE requires one parameter, the trace file name.  The user
  545.      can use the keys UP, DOWN, PAGEUP, PAGEDOWN, HOME, and END to navigate
  546.      the saved trace file.  Registered SIO users may send VIEWPMLM.EXE
  547.      (along with saved trace files) to anyone for technical support
  548.      purposes.
  549.  
  550.      VIEWPMLM can be used in native DOS, in DOS sessions under OS/2, and in
  551.      OS/2 sessions.  This means that even those developers and support
  552.      people need not have OS/2 to view the captured communications data
  553.      created by PMLM.
  554.  
  555.      SIO's Utility (SU.EXE)
  556.  
  557.      This utility program has several useful commands.  You can obtain a
  558.      list of the available commands by typing SU at any command line prompt
  559.      without any parameters.  One very useful command is SU IRQS.  This
  560.      command will show IRQs that are currently free for use.  Commands are
  561.      provided allowing user control (missing from MODE) are available. 
  562.      Status commands provide a wealth of diagnostic information.
  563.  
  564.  
  565.  
  566.  
  567.                                                                          10
  568.  
  569.                            Intelligent Cards Supported
  570.  
  571.  
  572.      Hayes ESP
  573.  
  574.      The original ESP (ESP V1) is not supported.  The SIO command line must
  575.      contain the ESP's enhanced I/O port address.  For bit rates exceeding
  576.      180000bps the IRQ MUST be specified for the master port. For lower
  577.      data rates NONE may be specified for the IRQ.  SIO does not search for
  578.      the ESP ports as the Hayes drivers do under DOS/Windows.  This
  579.      searching can (will) break things under OS/2.  The SIO command line
  580.      for an ESP at I/O port 180h using IRQ14 would be as follows:
  581.  
  582.      DEVICE=path\SIO.SYS (COM1,180,IRQ14)
  583.  
  584.      If you would like the above reflected to DOS sessions as a standard
  585.      COM1, then use the following command line:
  586.  
  587.      DEVICE=path\SIO.SYS (COM1,180:3F8,IRQ14:IRQ4)
  588.  
  589.      Note that the numbers after the colons ":" are the address and IRQ of
  590.      where the port appears to DOS software running under OS/2.  
  591.      Any IRQ specified for an ESP slave port is ignored.  For those that
  592.      like to have a clean looking CONFIG.SYS, SIO will accept NONE as the
  593.      IRQ specification of an ESP slave port.
  594.  
  595.      If you wish to use the ESP in Compatibility Mode, simply specify the
  596.      base port address that the ESP's compatibility mode is configured for
  597.      (ie 3F8 when configured for COM1).
  598.  
  599.      Telcor Tport
  600.  
  601.      The Telcor Tport is supported in both burst mode and 16450 emulation
  602.      mode.  When in burst mode, the Tport's 16k FIFOs are enabled. 
  603.      Additionally in burst mode, no IRQ is used by the Tport.  In burst
  604.      mode, any IRQ specified for the Tport is ignored.  For those that like
  605.      to have a clean looking CONFIG.SYS, SIO will accept NONE as the IRQ
  606.      specification of a Tport.  An example command line defining a Tport
  607.      card to be used in burst mode; and that is configured for COM1
  608.      follows:
  609.  
  610.      DEVICE=path\SIO.SYS (COM1,Tport@3F8,NONE:IRQ4)
  611.  
  612.      The Tport's 16450 Emulation mode simply uses a normal SIO command
  613.      line. eg:
  614.  
  615.      DEVICE=path\SIO.SYS (COM1,3F8,IRQ4:IRQ4)
  616.  
  617.      In both examples the "IRQ4" following the colon above, means that the
  618.      virtual IRQs are to be sent to a VDM on IRQ4.
  619.  
  620.  
  621.  
  622.  
  623.                                                                          11
  624.  
  625.  
  626.                             AUTOMATIC IRQ ASSIGNMENT
  627.  
  628.      SIO will automatically locate the IRQ that a comm port is attached to. 
  629.      The IRQ used by SIO for a given comm port is assigned in the following
  630.      manner:
  631.  
  632.      1 - If an IRQ is specified in the SIO command line then that IRQ is
  633.      used.  However, SIO will display a warning message if the IRQ seems to
  634.      be other than specified.
  635.  
  636.      2 - If no IRQ is specified in the command line, and if SIO detected
  637.      the IRQ then the detected IRQ is used.
  638.  
  639.      3 - If no IRQ is specified in the command, and if SIO could NOT detect
  640.      an IRQ then the default IRQ for the comm port is used.  SIO will also
  641.      display a warning message in this case.
  642.  
  643.      The following STYLE command line is recommended for all but the most
  644.      unusual systems.  That is, specify only the port number for those
  645.      above COM2 (to tell SIO to support those ports) and let SIO do the
  646.      rest.
  647.  
  648.      DEVICE=SIO.SYS (COM3) (COM4)
  649.  
  650.      If you do not have a COM3 or COM4, or if the mouse is using the only
  651.      comm port above COM2 then the following command line should be used.
  652.  
  653.      DEVICE=SIO.SYS
  654.  
  655.  
  656.  
  657.  
  658.                                                                          12
  659.  
  660.                                   DOS SETTINGS
  661.  
  662.      VSIO gets its operational characteristics from DOS Settings.  Several
  663.      basic DOS Settings are provided.  They specify the type of access (if
  664.      any) that a DOS program is to have to a communication port that SIO
  665.      controls.
  666.  
  667.      All of the DOS Settings default to what most users should use most of
  668.      the time (which is ON).  Also, all of the DOS Settings are prefixed
  669.      with SIO_.
  670.  
  671.      If any of the DOS settings are changed, then the DOS session must be
  672.      restarted from the Work Place Shell for the changed setting to take
  673.      affect.
  674.  
  675.      The provided DOS Settings and their meaning follow:
  676.  
  677.           "SIO_Allow_Access_COMn" (where n is 1 thru 4).  This DOS setting
  678.           defaults to ON.  If this setting is turned OFF for any or all of
  679.           the ports, the DOS program will not be allowed any access to that
  680.           port(s).
  681.  
  682.           "SIO_Virtualize_COM_Ports"  This Dos setting defaults to ON and
  683.           it applies to all communications ports used by the DOS session. 
  684.           When ON, this DOS setting means VSIO is to act as an interface
  685.           between the SIO and the DOS program.  When OFF, the DOS program
  686.           is given direct access to the hardware ports of the UART(s).
  687.  
  688.           "SIO_Virtualize_16550A"  This DOS setting defaults to ON and it
  689.           applies to all communications ports used by the DOS session. 
  690.           When ON, VSIO will simulate a 16550A.  When OFF, VSIO will
  691.           simulate a 16450.  Some DOS programs may not work when a 16550A
  692.           is simulated.  Turning this setting off may allow the program to
  693.           work (but slower).
  694.  
  695.           "SIO_Share_Access_With_OS/2"  This DOS setting defaults to ON and
  696.           it applies to all communications ports used by the DOS session. 
  697.           When ON, SIO will allow an OS/2 session to access a
  698.           communications port which the DOS session first opened (and has
  699.           not closed).  If set to OFF, then the DOS session will have
  700.           exclusive use of the communications port(s) that it uses.
  701.  
  702.           This setting does not apply to a second DOS session attempting to
  703.           access a communications port,  two different DOS sessions are
  704.           never allowed to access the same port at the same time. 
  705.           Additionally, this setting has no affect upon the access to a
  706.           communications port which is first opened by an OS/2 session.
  707.  
  708.  
  709.  
  710.  
  711.                                                                          13
  712.  
  713.  
  714.           "SIO_Screen_Sync_Kludge" DOS setting.  This DOS setting defaults
  715.           to off and it applies to all communications ports used by the DOS
  716.           session.  Some DOS BBS programs (such as Wildcat) and many DOS
  717.           Door programs attempt to synchronize the screen output with
  718.           transmitted data.  This plays havoc with a multi tasking system
  719.           like OS/2 and results in very slow transmitted data.  When this
  720.           setting is on, an attempt is made to fake out these misbehaved
  721.           programs and allow them to run at normal transmit speed.  This
  722.           setting should not be turned on unless you experience VERY slow
  723.           transmission from a DOS program.
  724.  
  725.      All of the DOS Settings that begin with "SIO_Mode"  allows one to
  726.      construct a MODE command for a DOS session.  These settings apply to
  727.      SIO proper, and not necessarily to the DOS program itself.  For
  728.      example, if you set XON/XOFF handshake with the appropriate SIO_Mode
  729.      setting, you are specifying that SIO is to implement the handshaking. 
  730.      The DOS application itself will be unaware of this handshaking.  This
  731.      can be very confusing, so think it through before you start changing
  732.      the defaults.
  733.  
  734.      The "SIO_Mode" settings WILL NOT BE APPLIED IF THE COMM PORT IS
  735.      ALREADY OPEN WHEN THE DOS SESSION FIRST ACCESSES THE COMM PORT.  This
  736.      means that the "SIO_Mode" settings will NOT be asserted for spawned
  737.      DOS comm programs.  That is, for spawned DOS comm programs, the mode
  738.      of operation that is already in effect will continue to be in effect
  739.      and the "SIO_Mode" settings are ignored.
  740.  
  741.           "SIO_Mode_DTR"  This setting has three options that specify how
  742.           SIO and VSIO are to treat the DTR signal.  The there available
  743.           option are:
  744.                     No Change at OPEN or CLOSE.
  745.                     Turn ON at OPEN, OFF at CLOSE.
  746.                     HandShake Signal, as in DTR/DSR.
  747.  
  748.                If either of the first two settings is selected, then
  749.                basically the DOS application has direct control over the
  750.                DTR signal.  If the second option is selected, then DTR will
  751.                be turned on by SIO when the DOS program first touches the
  752.                comm port.
  753.  
  754.                If the third option is selected, then SIO will use DTR as a
  755.                handshaking signal.  That is, DTR will be turned off if SIO
  756.                can not accept any further receive data.  In addition, if
  757.                the DOS application program turns off the Virtual DTR, VSIO
  758.                will stop supplying the DOS application with receive data.
  759.  
  760.  
  761.  
  762.  
  763.                                                                          14
  764.  
  765.  
  766.           "SIO_Mode_IDSR"  This setting specifies how SIO is to react to
  767.           received data and the DSR signal.  The two available options are:
  768.                     Ignore DSR During Receive.
  769.                     Required for Valid Receive Data.
  770.  
  771.                If the first option (the default) is selected, then SIO will
  772.                ignore DSR and accept all received data.  If the second
  773.                option is selected, then SIO will ignore received data when
  774.                the DSR signal is off.  VSIO ignores this DOS setting.
  775.  
  776.  
  777.  
  778.  
  779.                                                                          15
  780.  
  781.  
  782.           "SIO_Mode_OCTS"  This setting specifies how SIO will react to the
  783.           CTS signal when transmitting data.  The two available options
  784.           are:
  785.                     HandShake Signal, as in RTS/CTS.
  786.                     Ignore CTS During Transmit.
  787.  
  788.                If the first option (the default) is selected, then SIO will
  789.                not transmit data when the CTS signal is off.  If the second
  790.                option is selected, then SIO will ignore CTS during
  791.                transmit.  Note that this setting should be set to "Ignore"
  792.                for 3 wire connections like the Seiko Smart Label Printer,
  793.                and Laplink.  VSIO ignores this setting.
  794.  
  795.           "SIO_Mode_ODSR"  This setting specifies how SIO is to react to
  796.           the DSR signal during transmit.  The two available options are:
  797.                     Ignore DSR During Transmit.
  798.                     HandShake Signal, as in DTR/DSR.
  799.  
  800.                If the first option (the default) is selected, then SIO will
  801.                ignore DSR during transmit.  If the second option is
  802.                selected, then SIO will not transmit data when the DSR
  803.                signal is off.  VSIO ignores this setting.
  804.  
  805.  
  806.           "SIO_Mode_RTS" This setting has three options that specify how
  807.           SIO and VSIO are to treat the RTS signal.  The there available
  808.           option are:
  809.                     HandShake Signal, as in RTS/CTS.
  810.                     No Change at OPEN or CLOSE.
  811.                     Turn ON at OPEN, OFF at CLOSE.
  812.  
  813.                If either of the last two settings is selected, then
  814.                basically the DOS application has direct control over the
  815.                RTS signal.  If the last option is selected, then RTS will
  816.                be turned on by SIO when the DOS program first touches the
  817.                comm port.
  818.  
  819.                If the first option (the default) is selected, then SIO will
  820.                use RTS as a handshaking signal.  That is, RTS will be
  821.                turned off if SIO can not accept any further receive data. 
  822.                In addition, if the DOS application program turns off the
  823.                virtual RTS signal, VSIO will stop supplying the DOS
  824.                application with receive data.
  825.  
  826.  
  827.  
  828.  
  829.                                                                          16
  830.  
  831.  
  832.           "SIO_Mode_XON/XOFF"  This setting specifies if (and how) SIO is
  833.           to use XON/XOFF flow control.  The four options are:
  834.                     No XON/XOFF flow control by SIO.
  835.                     Received XON is flow control.
  836.                     Sent XON is flow control.
  837.                     Rcvd and Sent XON is flow control.
  838.  
  839.                The first option (the default) specifies that SIO is not to
  840.                use XON/XOFF flow control at all.  The second option
  841.                specifies that SIO is to treat received XON/XOFF as flow
  842.                control, but that SIO must not send XON/XOFF as flow control
  843.                characters.  The third option specifies that SIO may send
  844.                XON/XOFF as flow control characters, but that received
  845.                XON/XOFF characters are to be treated as normal data.  The
  846.                fourth option turns on XON/XOFF flow control in both
  847.                directions, meaning that all sent and received XON/XOFF
  848.                characters are flow control.
  849.  
  850.  
  851.  
  852.  
  853.                                                                          17
  854.  
  855.  
  856.           "SIO_Mode_FIFO_Load_Count"  This setting specifies how many
  857.           characters that SIO will load into a 16550A UART at one time. 
  858.           The choices are 1 and 16 (16 is the default).  The only case
  859.           known to the author where one would select a setting of 1, is
  860.           when very fast reaction to flow control is needed.  One such case
  861.           is the Seiko Smart Label Printer which uses XON/XOFF flow control
  862.           and a 3 wire connection.  If one is using a 16550 with a load
  863.           count of 16, then 16 additional characters may be sent after an
  864.           XOFF is received.  This condition will overrun the Seiko Printer. 
  865.           If the "Load Count" is set to 1, then SIO will transmit (at most)
  866.           two additional characters following a received XOFF which allows
  867.           the Seiko Printer to work.  A setting of 1 will cause additional
  868.           system overhead due to additional transmit interrupts.
  869.  
  870.  
  871.  
  872.  
  873.                                                                          18
  874.  
  875.  
  876.                              Configuration Profiles
  877.  
  878.      I will attempt to provide the DOS Settings that one should try for DOS
  879.      communications programs in this section.  The settings may not work on
  880.      all systems.  I will add to this section as I receive information from
  881.      users.  All DOS Settings that are not given should be at their
  882.      defaults.
  883.  
  884.      Seiko Smart Label Printer.
  885.           I tested the Seiko printer successfully using the following DOS
  886.           settings for SIO:
  887.  
  888.           SIO_Mode_DTR                No Change at OPEN or CLOSE
  889.           SIO_Mode_FIFO_Load_Count    1.
  890.           SIO_Mode_IDSR               Ignore DSR During Receive
  891.           SIO_Mode_OCTS               Ignore CTS During Transmit
  892.           SIO_Mode_ODSR               Ignore DSR During Transmit
  893.           SIO_Mode_RTS                No Change at OPEN or CLOSE
  894.           SIO_Mode_XON/XOFF"          Received XON is flow control
  895.  
  896.      In addition, you should run the printer in its own separate Win-OS/2
  897.      session.
  898.  
  899.      IBM's SLIP
  900.           I have been told by many users that a MODE command is required
  901.           for IBM's SLIP program to work correctly.  The recommended MODE
  902.           command is as follows:
  903.  
  904.           MODE DTR=ON
  905.  
  906.  
  907.  
  908.  
  909.                                                                          19
  910.  
  911.                     Differences between SIO/VSIO and COM/VCOM
  912.  
  913.      What follows is some of the differences between SIO/VSIO and COM/VCOM
  914.      that are known to the author.
  915.  
  916.      1 -  COM.SYS will automatically seek out and support four comm
  917.           ports, COM1 through COM4.  SIO.SYS will automatically seek
  918.           out and support only COM1 and COM2.  If SIO.SYS is to
  919.           support more than two comm ports, they must be defined in
  920.           the command line that loads SIO.SYS.  For example,
  921.           DEVICE=SIO.SYS (COM3) (COM4) will cause SIO.SYS to support
  922.           four comm ports.
  923.  
  924.      2 -  In the absence of overrides in the command line, COM.SYS
  925.           will seek out four comm ports in the sequence of I/O ports
  926.           3F8h, 2F8h, 3E8h and 2E8h.  The first port found in this
  927.           sequence is given the logical name COM1, the second is COM2
  928.           etc.  This means that the comm port at 2F8h could become
  929.           COM1.  In the opinion of the author, this confuses some
  930.           users to frustration.
  931.  
  932.           With no command line overrides, SIO.SYS uses a fixed I/O
  933.           port concept.  That is, COM1 is always at I/O port 3F8h,
  934.           COM2 is always at 2F8h, etc.  Another way of looking at this
  935.           is;  if no comm port exists at port 3F8h, then you do not
  936.           have a COM1.  SIO.SYS will not move another (found) comm
  937.           port into the logical COM1 slot.
  938.  
  939.      3 -  VSIO opens a comm port for a DOS session with sharing allowed. 
  940.           VCOM uses an "exclusive use" open for DOS sessions.
  941.  
  942.      4 -  SIO.SYS always controls the FIFOs of the 16550 UART.  SIO.SYS
  943.           will not allow an application program (OS2 or DOS) to disable the
  944.           FIFOs of a real 16550.  The application may specify the transmit
  945.           fifo load count.
  946.  
  947.      5 -  SIO.SYS will accept any number between 50 and 115200 (921600 if a
  948.           Hayes ESP) as a valid baud rate.  For example, if an application
  949.           program attempts to set a baud rate of 9990 bps, COM.SYS will
  950.           reject it and SIO.SYS will accept it.
  951.  
  952.      6 -  SIO/VSIO execute faster than COM/VCOM.  This means that some
  953.           applications, that are timing dependent, may not work under
  954.           SIO/VSIO that do work under COM/VCOM.
  955.  
  956.  
  957.  
  958.  
  959.                                                                          20
  960.  
  961.  
  962.      7 -  SIO/VSIO provides more reliable active flow control for DOS
  963.           sessions.  For example, if RTS/CTS handshaking is in use, VSIO
  964.           processes the RTS settings by the DOS program while SIO
  965.           completely controls the real RTS signal.  COM/VCOM simply passes
  966.           the RTS signal directly to the hardware.
  967.  
  968.      8 -  COM.SYS will block an application until a write completes.  SIO
  969.           will return to the application program immediately if all of the
  970.           write data will fit into SIO's internal buffers.
  971.  
  972.  
  973.  
  974.  
  975.                                                                          21
  976.  
  977.  
  978.                              PROBLEMS AND SOLUTIONS
  979.  
  980.      1 -  Port already in use is displayed.
  981.  
  982.           This message is displayed when the comm port or the IRQ is in
  983.           use.  If the comm port is not actually in use, the IRQ is most
  984.           likely in use.
  985.  
  986.      2 -  SIO displays a warning message that the IRQ for a port appears to
  987.           be wrong, but the port works.
  988.  
  989.           SIO probably detected more than one IRQ attached to the comm
  990.           port.  This indicates a possible hardware problem with your
  991.           system that you may want to have checked.
  992.  
  993.      3 - The modem will not initialize.
  994.  
  995.           Configure your comm program(s) to insert a delay between modem
  996.           initialization characters as they are sent to the modem.
  997.  
  998.      4 - WinFax locks up during install.
  999.  
  1000.           During the WinFax install, temporarily turn OFF the DOS setting
  1001.           SIO_Virtualize_COM_Ports.  Once installation is complete, the
  1002.           setting SIO_Virtualize_COM_Ports can be restored.
  1003.  
  1004.      5 - Telemate does not recognize VX00 as a FOSSIL.
  1005.  
  1006.           Set the baud rate in Telemate to less than 57600.
  1007.  
  1008.      6 -  Comm output is very slow from DOS.
  1009.  
  1010.           This is a problem common to many DOS BBS and Door programs.  They
  1011.           attempt to synchronize the local screen with the transmitted
  1012.           data.  That is, they send a character, wait until it is sent and
  1013.           then display the character on the local screen.  This does not
  1014.           cause a problem for the single tasking DOS environment.  However,
  1015.           this procedure causes at least two (probably more) context
  1016.           switches in the multi-tasking environment of OS2, which in turn
  1017.           brings the processor to its knees.  One possible solution is for
  1018.           the programmer to synchronize line by line instead of character
  1019.           by character.
  1020.  
  1021.  
  1022.  
  1023.  
  1024.                                                                          22
  1025.  
  1026.  
  1027.  
  1028.      7 -  Procomm stops receiving
  1029.  
  1030.           Procomm seems to have a bug in its implementation of RTS/CTS
  1031.           handshaking.  The problem shows up most often when Procomm is
  1032.           windowed.  Under certain conditions, Procomm will turn the
  1033.           virtual RTS OFF and does not turn it ON again.  This prevents
  1034.           VSIO from sending further data to Procomm if SIO_Mode_RTS is set
  1035.           for RTS/CTS handshake.  A solution to the problem that seems to
  1036.           work is to set SIO_Mode_RTS to other than RTS/CTS handshake. 
  1037.           Note that SIO_Mode_RTS should be set for RTS/CTS handshake under
  1038.           almost all other conditions.
  1039.  
  1040.  
  1041.  
  1042.  
  1043.                                                                          23
  1044.  
  1045.  
  1046.      9 - WinFax does not work well.
  1047.  
  1048.           a- Connect problems with recipient's fax station
  1049.  
  1050.           b- Cannot send more than one page of a multiple page fax
  1051.  
  1052.           c- Transmission fails between pages
  1053.  
  1054.           d- Transmitted pages are corrupted, missing parts, or cut off.
  1055.  
  1056.           Class 1 FAX modem.
  1057.                     The modem init strings set by WinFax 3.0 will work in
  1058.                     the single-layered comm world of DOS and Windows. 
  1059.                     However, these modem init strings will not work in the
  1060.                     multi-layered comm environment used by OS/2. 
  1061.                     Specifically, WinFax 3.0 sets the modem to use only
  1062.                     Xon/Xoff flow control.  Ideally, both Xon/Xoff and
  1063.                     Hardware handshaking needs to be set.  If only one
  1064.                     handshake can be set, set the modem to Hardware
  1065.                     handshake.  For USR FAX modems, use &H3, for many other
  1066.                     modems, the setting is &K3.  Additionally, for WinFax
  1067.                     3.04 and up, place the following in your WINFAX.INI
  1068.                     file:
  1069.                          HdwFlowControl=1
  1070.  
  1071.           Class 2 FAX modem.
  1072.                     It seems to the author that hardware handshake screws
  1073.                     up some (possibly all) class 2 FAX modems.  Therefore,
  1074.                     when using a class 2 modem, WinFax should be configured
  1075.                     to use XON/XOFF handshaking.  For WinFax 3.04 and up,
  1076.                     place the following in your WINFAX.INI file:
  1077.                          HdwFlowControl=0
  1078.  
  1079.                     The author feels that the inability to use hardware
  1080.                     handshake with class 2 FAX modems is a serious design
  1081.                     deficiency.
  1082.  
  1083.      10 - Serial Printer messes up on last page.
  1084.  
  1085.           Add the following command line to your CONFIG.SYS file:
  1086.                RUN=MODE COM1 TO=ON
  1087.  
  1088.  
  1089.  
  1090.  
  1091.                                                                          24
  1092.  
  1093.                                IRQ SHARING ON ISA
  1094.  
  1095.      Sharing the same IRQ for multiple communications ports on ISA systems
  1096.      is not for the weak of heart (or mind).  If you have problems with
  1097.      shared IRQs, DO NOT contact the author.  Contact the board or computer
  1098.      manufacturer for help.
  1099.  
  1100.      Some general rules are as follows:
  1101.  
  1102.      1 - Two different boards (plugged into different slots) can not share
  1103.      the same IRQ.  This is a hardware limitation of ISA systems and can
  1104.      not be corrected by software.  This means that you can not plug in two
  1105.      internal modems, set them for the same IRQ and expect them to work. 
  1106.      This does not apply to PS/2 systems.  The problem of multiple boards
  1107.      sharing the same IRQ was corrected in the PS/2's bus design.
  1108.  
  1109.      2 - SIO can not (will not) share an IRQ with other device drivers at
  1110.      the same time.  SIO releases IRQs that it is currently not using. 
  1111.      This is different form how COM.SYS works.  This difference may show up
  1112.      as an unexpected "port already in use" error that does not occur with
  1113.      COM.SYS.  I have received reports that the SDLC drivers try to
  1114.      concurrently share IRQs with the ASYNC driver.  SIO.SYS will not allow
  1115.      this while COM.SYS will.
  1116.  
  1117.  
  1118.  
  1119.  
  1120.                                                                          25
  1121.  
  1122.                   Appendix A, Hardware Port and IRQ Assignments
  1123.  
  1124.      I have obtained the following information from various sources. 
  1125.      Accuracy is not guaranteed.  In fact, nothing in this document is
  1126.      guaranteed.
  1127.  
  1128.      Addresses and IRQs for COM1 and COM2
  1129.  
  1130.           COM1 uses 03F8h and IRQ4
  1131.           COM2 uses 02F8h and IRQ3
  1132.  
  1133.      Defacto standard for COM3 and COM4 for PC, XT and AT
  1134.  
  1135.           COM3 uses 03E8h and IRQ4
  1136.           COM4 uses 02E8h and IRQ3
  1137.  
  1138.      Addresses and IRQ for COM3 through COM8 on the PS/2
  1139.  
  1140.           COM3 uses 3220h and IRQ3
  1141.           COM4 uses 3228h and IRQ3
  1142.           COM5 uses 4220h and IRQ3
  1143.           COM6 uses 4228h and IRQ3
  1144.           COM7 uses 5220h and IRQ3
  1145.           COM8 uses 5228h and IRQ3
  1146.  
  1147.      All PCs (known to the author) prior to the PS/2 and EISA only use 10
  1148.      bits to address hardware I/0 ports.  Systems prior to the PS/2 and
  1149.      EISA can not address the standard PS/2 addresses for COM3 through
  1150.      COM8.  If an AT or below attempts to address COM3 through COM8 using
  1151.      the PS/2 addresses, only the low 10 bits of the address are used. 
  1152.      That is, the high digit of the hexadecimal address will be ignored. 
  1153.      This means that any reference to COM3 through COM8 will actually
  1154.      address ports 220h through 22Fh on older PCs.
  1155.  
  1156.      One should avoid expansion boards that use ports 220h through 22Fh
  1157.      unless the expansion board is a serial I/O board. 
  1158.  
  1159.      SIO will (attempt to) determine the hardware architecture (ISA/EISA
  1160.      and PS/2) that it is being executed on and use the appropriate
  1161.      hardware port addresses for COM1 thru COM4 as defaults.
  1162.  
  1163.  
  1164.  
  1165.  
  1166.                                                                          26
  1167.  
  1168.                               Appendix B, SIO Chips
  1169.  
  1170.  
  1171.      The following is a collection of comments developed from hearsay,
  1172.      random documents, experience, and technical specifications. So, take
  1173.      it with a grain of salt.  Order information from the various
  1174.      manufactures if you want accurate information.
  1175.  
  1176.      Very good reference books are available from National Semiconductor
  1177.      Corporation.  They cover most of the SIO devices (also called UARTs)
  1178.      that you will find in many PCs and clones.  I am not sure that books
  1179.      can be ordered directly from National semiconductor. They may require
  1180.      that you get it from a distributor.  In any case, the address on the
  1181.      back of the one manual is:
  1182.  
  1183.           National Semiconductor Corporation
  1184.           2900 Semiconductor Drive
  1185.           P.O. Box 58090
  1186.           Santa Clara, CA 95052-8090
  1187.  
  1188.           Tel:(408)721-5000
  1189.           TWX:(910)339-9240
  1190.  
  1191.      8250
  1192.  
  1193.      As best that I know, the 8250 was the first SIO chip (integrated
  1194.      circuit) that was used by the IBM PC and many clones.  In my opinion,
  1195.      it was a poor choice on the part of IBM.  I feel many superior
  1196.      devices, at comparable prices, were readily available.  At that time,
  1197.      I feel the 8251A or the 8530 would have been better choices.  But,
  1198.      they used the 8250 and therefore we must use it.
  1199.  
  1200.      From a hardware standpoint the 8250 is a relatively slow device.  It
  1201.      is advisable that programmers not perform successive inputs or outputs
  1202.      to this device.  It seems that software programs can load the various
  1203.      registers of the 8250 faster than it can process the information.  The
  1204.      8250 had a total of 7 registers.  The specifications state that 56kb
  1205.      is the maximum baud rate.
  1206.  
  1207.      8250A
  1208.  
  1209.      I believe the 8250A is the 8250 with some bug fixes.  I have no idea
  1210.      what the bugs may have been.  A quick glance at the specifications
  1211.      shows the speed of the 8250 and 8250A to be much the same.  The 8250A
  1212.      added an 8th register.  This additional register enables software to
  1213.      detect if an 8250 is installed.  The specifications state that 56kb is
  1214.      the maximum baud rate.
  1215.  
  1216.  
  1217.  
  1218.  
  1219.      16450
  1220.  
  1221.      The 16450 seems to be a speeded up version of the 8250A.  There is no
  1222.      direct way (that I know of) for software to detect the difference
  1223.  
  1224.  
  1225.  
  1226.  
  1227.                                                                          27
  1228.  
  1229.      between an 8250A and a 16450.  I believe the 16450 was developed to
  1230.      eliminate the need for software to insert delays between successive
  1231.      accesses to the device.  The specifications indicate the 16450 is a
  1232.      much faster device than its predecessors.  The additional speed is
  1233.      only the speed at which the processor can access the device.  The
  1234.      maximum baud rate for the 16450 is still stated at 56kb.  However, I
  1235.      have been told by some people that they have run the 16450
  1236.      successfully at much higher speeds. I do not believe there was ever a
  1237.      16450A.
  1238.  
  1239.      16C451
  1240.  
  1241.      The 16C451 is a CMOS version of the 16450.  CMOS is a term for the
  1242.      material and manufacturing process used to make the part.  CMOS
  1243.      typically uses less power than other technologies.  If you are not
  1244.      designing hardware, you should view the 16C451 as a 16450.
  1245.  
  1246.      16550 (Non A)
  1247.  
  1248.      It is hard to find a 16550 (Non A).  I was told by National
  1249.      Semiconductor that they did everything they could to get all 16550s
  1250.      back.  SIO will detect a 16550 and tell you if you have one.  I am
  1251.      told that the 16550 was installed in early PS/2 systems.
  1252.  
  1253.      The 16550 was the first shot at a FIFOed version of the 8250 family
  1254.      from National semiconductor.  However, I was told by National
  1255.      Semiconductor that the FIFOs of the 16550 are not reliable and they
  1256.      should not be enabled.  SIO will treat a 16550 like a 16450.  In this
  1257.      mode, they are reliable.  National Semiconductor would not provide me
  1258.      with a specification for the 16550.  However, I suspect its maximum
  1259.      baud rate is the same as the 16550A which is 256kb.
  1260.  
  1261.      16550A, 16550AF and 16550AFN
  1262.  
  1263.      In the manuals that I have, National Semiconductor does not explain
  1264.      the differences between the 16550A and the 16550AF.  I suspect the AF
  1265.      part may have a few bug fixes.  I believe the N in AFN describes
  1266.      packaging, ceramic versus plastic, DIP versus surface mount etc.
  1267.  
  1268.      In the opinion of the author, there is no substitute for the 16550A
  1269.      (and its successors) in the 8250 type series.  The 16550A is
  1270.      compatible with most software written for the entire family of 8250
  1271.      type devices.  Programs that are 16550A aware can provide much
  1272.      improved performance over previous devices.
  1273.  
  1274.  
  1275.      The maximum baud rate for the 16550A is specified at 256kb.  However,
  1276.      due to the hardware design of the PC et al, 115kb is the maximum baud
  1277.      rate that can be programmed by software.
  1278.  
  1279.      The 16550A can be plugged into the same socket that contains an 8250,
  1280.      8250A or 16450.  If your SIO expansion board has the SIO chips in
  1281.      sockets, you can upgrade to the 16550A by simply removing the old
  1282.      chips and replacing them with 16550As.
  1283.  
  1284.  
  1285.  
  1286.  
  1287.                                                                          28
  1288.  
  1289.      The key to the performance increase of the 16550A is its FIFOs.  It
  1290.      has 16 byte FIFOs for both transmit and receive data.
  1291.  
  1292.      16550s Made by Western Digital
  1293.  
  1294.      I have been told, but I have not verified for myself, that 16550s made
  1295.      by Western Digital have a problem with their FIFOs when working at
  1296.      2400 baud or below.
  1297.  
  1298.      16C551
  1299.  
  1300.      The 16C551 is a CMOS version of the 16550AF.  See the above
  1301.      description of the 16C451 for a discussion of CMOS.  Do not feel you
  1302.      need to upgrade from a 16550A or AF to a 16C551.  There is no gain
  1303.      from an existing users point of view.
  1304.  
  1305.      16C552
  1306.  
  1307.      The 16C552 is two 16C551s on a single chip.
  1308.  
  1309.      16C554
  1310.  
  1311.      The 16C554 is four 16C551s on a single chip.
  1312.  
  1313.      82510
  1314.  
  1315.      I believe Intel is the only company that manufactures the 82510.  The
  1316.      82510 is feature rich with several modes of operation.  Its default
  1317.      mode is to operate as a 16450.  The 82510 has a 4 byte FIFO for both
  1318.      transmit and receive data.  A 4 byte FIFO is sufficient to provide
  1319.      significant performance over a basic 16450.
  1320.  
  1321.      The 82510 is small in size.  Therefore, it is found in many lap tops.
  1322.  
  1323.      The 82510 is somewhat of a sleeper.  I believe it would be much more
  1324.      widely used if Intel had promoted it more.  However, given a choice
  1325.      between the 82510 and the 16550A, I would select the 16550A.
  1326.  
  1327.  
  1328.  
  1329.  
  1330.                                                                          29
  1331.  
  1332.  
  1333.      16650
  1334.  
  1335.      The 16650 by Startech seems a good logical step in the evolution of
  1336.      the 8250 type UARTs.  One of the many flavors of the 16650 is a
  1337.      package that is pin compatible with the 40 pin (DIP) 16550s.  This
  1338.      means that the 16650 can be placed into the same socket as any 16550,
  1339.      8250, etc.
  1340.  
  1341.      The 16650 has enhanced the FIFOs to 32 bytes, added on chip flow
  1342.      control ability, and increases the maximum bit rate to 460800.  The on
  1343.      chip flow control is a really nice feature.  On chip flow control
  1344.      practically eliminates the possibility of missed receive characters. 
  1345.      On chip flow control also means that some devices that require
  1346.      immediate attention when it sends Xoff, like the Seiko Label Printer,
  1347.      will work much better in environments like OS/2 and Windows.
  1348.  
  1349.      The 32 byte FIFOs of the 16650 is an improvement over the 16550, but
  1350.      is still a disappointment.  I feel that 1k, or larger, FIFOs would
  1351.      have been a much better choice.  When I quizzed Startech about this,
  1352.      they replied that the 32 byte FIFOs were chosen to keep the cost down. 
  1353.      They added that if the 16650 is successful, they plan a 16750 with
  1354.      larger FIFOs.
  1355.  
  1356.      The 16650 powers up in a 16550 compatible mode, meaning most software
  1357.      written for the 16550 should work.  I have discovered a serious
  1358.      incompatibility in the current (Oct 1994) versions of the 16650.  All
  1359.      previous UARTS in the 8250 family will issue only a single transmit
  1360.      interrupt if no additional data is sent to the UART.  The 16650 on the
  1361.      other hand, will issue continuous transmit interrupts making it
  1362.      necessary to mask the transmit interrupt.  I quizzed Startech about
  1363.      this and was told that a new revision of the chip would be available
  1364.      within a few months that would correct this incompatibility.
  1365.  
  1366.  
  1367.  
  1368.  
  1369.                                                                          30
  1370.  
  1371.  
  1372.      ComBic
  1373.  
  1374.      The ComBic is a very impressive UART used on the Hayes ESP card and
  1375.      some others.  The ComBic is basically a 16550 UART with on chip flow
  1376.      control and 1k FIFOs and a maximum bit rate of 921600.   Like the
  1377.      16650, on chip flow control practically eliminates the possibility of
  1378.      missed receive characters.  On chip flow control also means that some
  1379.      devices that require immediate attention when it sends Xoff, like the
  1380.      Seiko Label Printer, will work much better in environments like OS/2
  1381.      and Windows.
  1382.  
  1383.      The ComBic has two modes of operation, compatibility mode and enhanced
  1384.      mode.  In compatibility mode, the UART acts as a 16550.  However, when
  1385.      in compatibility mode, the 1k FIFOs and on chip flow control can still
  1386.      be used.  In enhanced mode, software gains the ability to look into
  1387.      the FIFOs and determine the exact number of bytes loaded.  This
  1388.      feature enables software the use block input and output to the ComBic
  1389.      which greatly reduces processor overhead.
  1390.  
  1391.  
  1392.  
  1393.  
  1394.                                                                          31
  1395.  
  1396.                      Appendix C, Multi-Port Serial I/0 Cards
  1397.  
  1398.      I have received many requests for information about multi-port serial
  1399.      I/O card.  I will describe the boards that I know about (or have heard
  1400.      about) here.  I will add to the list as I receive precise information
  1401.      from manufactures, users, or I develop it myself.
  1402.  
  1403.      Please do not contact me for support on the following boards, contact
  1404.      the manufacturer.  The following tells of my experiences with the
  1405.      boards and does not imply support.  Your experiences with a given
  1406.      board may be different.
  1407.  
  1408.      STB 4COM  (ISA bus)
  1409.  
  1410.      I am very impressed with the STB 4COM card, they have almost got it. 
  1411.      Yes, its the same company that makes the VGA cards.  The 4COM card
  1412.      uses a 16554 which is the equivalent of four 16550A.  Comm ports can
  1413.      use IRQs 2/9, 3, 4, 5, 10, 11, 12, and 15.  Any or all ports can share
  1414.      IRQs, and they have done this right.  I tested SIO with all four ports
  1415.      of the 4COM on IRQ12 and they worked correctly.  The user can select
  1416.      any of the following I/O port address for a comm port: 3F8, 2F8, 3E8,
  1417.      2E8, 1A8, 1E8, 1F8, 2A8.
  1418.  
  1419.      The 4COM card is priced at $110 and I ordered mine from Prerapture
  1420.      Solutions which can be reached by telephone at 1-919-286-1502 for
  1421.      information and foreign callers.  In the US orders can be placed by
  1422.      calling 1-800-735-5266.  Their mailing address is:
  1423.           Prerapture Solutions
  1424.           1806 Albany St.
  1425.           Durham NC 27705-3135
  1426.  
  1427.      Connect Tech Dflex-8
  1428.  
  1429.      This is one of the most configure able communications cards that I
  1430.      have ever seen.  It has on board simms to configure the electrical
  1431.      characteristics (RS232, RS442 etc).  The board that I tested was
  1432.      configured for RS232 and has 8 Startech 16550 on it.  All 8 ports can
  1433.      be jumpered to the same IRQ and the IRQ sharing seems to work well
  1434.      with SIO and I detected no performance problems.
  1435.  
  1436.      I have no pricing information, the Dflex was supplied to me at no
  1437.      charge.  Connect Tech can be reached at 519-836-1291.  Their mailing
  1438.      address is:
  1439.  
  1440.      Connect Tech Inc.
  1441.      727 Speedvale Ave. West
  1442.      Guelph, Ontario, Canada
  1443.      N1K 1E6
  1444.  
  1445.  
  1446.  
  1447.  
  1448.                                                                          32
  1449.  
  1450.  
  1451.      Gtek BBS550 (ISA bus)
  1452.  
  1453.      The Gtek BBS550 is a communications card with the equivalent of 8
  1454.      16550s (in reality two 16554s) UARTs.  Where were these cards 5 years
  1455.      ago!  Like the STB 4COM, I am very impressed with the BBS550.  It has
  1456.      a wide range of selectable I/O port address, some in the 16 bit range
  1457.      (above 3FFh) which can be very useful.  I tested the board with all 8
  1458.      ports installed using IRQ3 (although I never had more than 3 ports
  1459.      active at the same time).  The board performed well using shared IRQs.
  1460.  
  1461.      The BBS550 has 8 RJ-45 connectors (10 pin), 6 of which comes directly
  1462.      off the back of the card.  The other two RJ-45 connectors are internal
  1463.      and special cables with grommets are supplier for these 2 ports.  The
  1464.      cables supplied with the BBS550 expands the RJ-45 out to standard DB-
  1465.      25 connectors.
  1466.  
  1467.      Gtek is located in St. Louis Mississippi.  Their phone number is 800-
  1468.      282-4835 or 601-467-8048.
  1469.  
  1470.      Neotech Quad Serial (MCA bus)
  1471.  
  1472.      Well, I just got my first PS/2 system (for testing of SIO) and I am
  1473.      using the NeoTech Quad Serial card in that system.  What can I say, it
  1474.      works beautifully and interrupt sharing has never been a problem on
  1475.      MCA systems.  This card (as shipped) came with four individual 16450
  1476.      chips installed, but they were in sockets so I installed 16550 UARTs
  1477.      before I installed the card.  The card has one large connector on the
  1478.      back of the card and the supplied cable expands that to 4 standard DB-
  1479.      25 connectors.  Those of you needing a good 4 port card for an MCA
  1480.      system contact:
  1481.  
  1482.           Neotech Inc
  1483.           30295 Solon Industrial Pkwy.
  1484.           Solon, Ohio 44139
  1485.  
  1486.           Voice     (216) 248-4114
  1487.           FAX       (216) 248-5701
  1488.  
  1489.  
  1490.  
  1491.  
  1492.                                                                          33
  1493.  
  1494.                                       INDEX
  1495.  
  1496.      16450 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
  1497.      16550 (Non A) . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
  1498.      16550A  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
  1499.      16550AF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
  1500.      16550AFN  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
  1501.      16550s Made by Western Digital  . . . . . . . . . . . . . . . . . . 28
  1502.      16650 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
  1503.      16C451  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
  1504.      16C551  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
  1505.      16C552  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
  1506.      16C554  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
  1507.      8250  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
  1508.      8250A . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
  1509.      82510 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
  1510.      Addresses and IRQ for COM3 through COM8 on the PS/2 . . . . . . . . 25
  1511.      Addresses and IRQs for COM1 and COM2  . . . . . . . . . . . . . . . 25
  1512.      Allow_Access_COMn . . . . . . . . . . . . . . . . . . . . . . . . . 12
  1513.      Appendix A, Hardware Notes  . . . . . . . . . . . . . . . . . . . . 25
  1514.      Appendix B, SIO Chips . . . . . . . . . . . . . . . . . . . . . . . 26
  1515.      Appendix C, Multi-Port Serial I/0 Cards . . . . . . . . . . . . . . 31
  1516.      AUTOMATIC IRQ ASSIGNMENT  . . . . . . . . . . . . . . . . . . . . . 11
  1517.      BBS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  3
  1518.      ComBic  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
  1519.      COMn already in use . . . . . . . . . . . . . . . . . . . . . . . . 21
  1520.      CompuServe  . . . . . . . . . . . . . . . . . . . . . . . . . . . .  3
  1521.      CONFIG.SYS  . . . . . . . . . . . . . . . . . . . . . . . . . . . .  5
  1522.      Connect Tech Dflex-8  . . . . . . . . . . . . . . . . . . . . . . . 31
  1523.      Defacto standard for COM3 and COM4  . . . . . . . . . . . . . . . . 25
  1524.      Development and Debugging Tools . . . . . . . . . . . . . . . . . .  8
  1525.      Differences between SIO/VSIO and COM/VCOM . . . . . . . . . . . . . 19
  1526.      Distribution  . . . . . . . . . . . . . . . . . . . . . . . . . . .  3
  1527.      DOS SETTINGS  . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
  1528.      Email . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  3
  1529.      ESP in Compatibility Mode . . . . . . . . . . . . . . . . . . . . . 10
  1530.      Exclusive use . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
  1531.      FAX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  3
  1532.      FAX Modems
  1533.           Class 1 FAX modem  . . . . . . . . . . . . . . . . . . . . . . 23
  1534.           Class 2 FAX modem  . . . . . . . . . . . . . . . . . . . . . . 23
  1535.      FaxWorks  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
  1536.      FIFO  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27, 28
  1537.      FMD.SYS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
  1538.      GETTING STARTED . . . . . . . . . . . . . . . . . . . . . . . . . .  5
  1539.      Gtek BBS550 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
  1540.      Hayes ESP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
  1541.      Installing SIO/VSIO . . . . . . . . . . . . . . . . . . . . . . . .  5
  1542.      Intellegent Cards Supported . . . . . . . . . . . . . . . . . . . . 10
  1543.      IRQ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  6, 11
  1544.      IRQ SHARING ON ISA  . . . . . . . . . . . . . . . . . . . . . . . . 24
  1545.      ISA buss  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
  1546.      MCA buss  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
  1547.      National Semiconductor Corporation  . . . . . . . . . . . . . . . . 26
  1548.      Neotech Quad Serial . . . . . . . . . . . . . . . . . . . . . . . . 32
  1549.  
  1550.  
  1551.  
  1552.  
  1553.                                                                          34
  1554.  
  1555.      Ordering  . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  3
  1556.      OS2BVEN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  3
  1557.      PCMCIA  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
  1558.      PDD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  2
  1559.      Physical Device Driver  . . . . . . . . . . . . . . . . . . . . . .  2
  1560.      PKUNZIP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  5
  1561.           Authentic files  . . . . . . . . . . . . . . . . . . . . . . .  5
  1562.      PMLM.EXE  . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  8
  1563.      PROBLEMS AND SOLUTIONS  . . . . . . . . . . . . . . . . . . . . . . 21
  1564.      Quick Start . . . . . . . . . . . . . . . . . . . . . . . . . . . .  5
  1565.      RTS/CTS handshaking . . . . . . . . . . . . . . . . . . . . . . . .  2
  1566.      Seiko Smart Label Printer . . . . . . . . . . . . . . . . . 15, 17, 18
  1567.      Serial Printer  . . . . . . . . . . . . . . . . . . . . . . . . . . 23
  1568.      SIO Chips . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
  1569.      SIO Technical Reference Manual  . . . . . . . . . . . . . . . . . .  i
  1570.      SIO's Utility (SU.EXE)  . . . . . . . . . . . . . . . . . . . . . .  9
  1571.      SIO_Mode_DTR  . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
  1572.      SIO_Mode_FIFO_Load_Count  . . . . . . . . . . . . . . . . . . . . . 17
  1573.      SIO_Mode_IDSR . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
  1574.      SIO_Mode_OCTS . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
  1575.      SIO_Mode_ODSR . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
  1576.      SIO_Mode_RTS  . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
  1577.      SIO_Mode_XON/XOFF . . . . . . . . . . . . . . . . . . . . . . . . . 16
  1578.      SIO_Screen_Sync_Kludge  . . . . . . . . . . . . . . . . . . . . . . 13
  1579.      SIO_Share_Access_With_OS/2  . . . . . . . . . . . . . . . . . . . . 12
  1580.      SLIP  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
  1581.      STB 4COM  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
  1582.      Support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  3
  1583.      Telcor Tport  . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
  1584.      UART  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
  1585.      Updates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  4
  1586.      VDD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  2
  1587.      VIEWPMLM.EXE  . . . . . . . . . . . . . . . . . . . . . . . . . . .  9
  1588.      Virtual Device Driver . . . . . . . . . . . . . . . . . . . . . . .  2
  1589.      Virtualize_16550A_For_COM . . . . . . . . . . . . . . . . . . . . . 12
  1590.      Virtualize_COM_Ports  . . . . . . . . . . . . . . . . . . . . . . . 12
  1591.      WHAT IS SIO . . . . . . . . . . . . . . . . . . . . . . . . . . . .  1
  1592.      WHAT IS VSIO  . . . . . . . . . . . . . . . . . . . . . . . . . . .  2
  1593.      WinFax  . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21, 23
  1594.