Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!mips!spool.mu.edu!caen!hellgate.utah.edu!peruvian.utah.edu!msmith From: msmith%peruvian.utah.edu@cs.utah.edu (Matthew Smith) Newsgroups: comp.os.msdos.programmer Subject: Re: High speed serial communication Message-ID: <1991Jun19.124040.4000@hellgate.utah.edu> Date: 19 Jun 91 18:40:40 GMT References: <140842@unix.cis.pitt.edu> Sender: Matt Smith - msmith@peruvian.utah.edu Followup-To: Same Organization: University of Utah CS Dept Lines: 17 In article <140842@unix.cis.pitt.edu> ejost@unix.cis.pitt.edu (Ernest J. Obusek) writes: > >Is it possible to write programs that run the PC serial port at 56K baud? >All I need to do is dump text to a serial printer at that speed. > >Ernest > > >ejost@unix.cis.pitt.edu > You can run the PC serial card up to 115200 bps if you know how to directly the UART chip and make your program asynchronous (ie: don't use BIOS calls, relying on interrupts to do what you need). Matt Smith msmith@peruvian.utah.edu