Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!helios!zeus.tamu.edu!sam4628 From: sam4628@zeus.tamu.edu (MCCLUNEY, S) Newsgroups: comp.lang.c++ Subject: Q's about serial I/O in TC++ Message-ID: <15151@helios.TAMU.EDU> Date: 23 Apr 91 03:21:12 GMT Sender: usenet@helios.TAMU.EDU Reply-To: sam4628@zeus.tamu.edu Organization: Academic Computing Services, Texas A&M University Lines: 8 News-Software: VAX/VMS VNEWS 1.3-4 Disclaimer: I'm new to Turbo C++... I'm new to C++... For that matter, I'm just learning C (not a bad transition from Pascal, though). I'm trying to do serial IO using the bioscom library function. The IO appears to be unbuffered. If so, what is the best way to do buffered IO out the COM port? If not, can I set the size of the buffer? Finally, is there a way to set the XMIT/Receive timeout times? Thanks. Steven