Xref: utzoo comp.os.msdos.programmer:459 alt.msdos.programmer:2020 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!wuarchive!usc!apple!portal!cup.portal.com!PLFaith From: PLFaith@cup.portal.com (Patrick L Faith) Newsgroups: comp.os.msdos.programmer,alt.msdos.programmer Subject: Re: Microsoft C & serial comms Message-ID: <32673@cup.portal.com> Date: 11 Aug 90 01:16:50 GMT References: <990@dcl-vitus.comp.lancs.ac.uk> Organization: The Portal System (TM) Lines: 10 well "break" is used a couple of different ways, but they all come down to this, if the serial port does not transfer a character at the specified baud rate for the 8/7 bits of time it takes, then there is a break set in the serial driver(atleast if you are using u8250). So breaks are all to easy to send, just dont put anything out through the port for a given amount of time - 500 mSec is fine - so is 2 seconds. I like the book "C programmers guide to serial communications" of its 600+ pages it devotes about 2 pgs to break, which isn't indexed either. P L Faith