home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_02_11 / 2n11044a < prev    next >
Text File  |  1991-08-06  |  184b  |  12 lines

  1. /*  Windows Initialization Files -- sample INI file section
  2.  *  Kevin H. Carlson  8/07/91
  3.  */
  4.  
  5. [Comm]
  6. Port=COM2
  7. BaudRate=2400
  8. Parity=N
  9. DataBits=8
  10. StopBits=1
  11. XferType=XModem
  12.