Xref: utzoo comp.sys.atari.st:39252 comp.sys.atari.st.tech:2744 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!caen!news From: msoysal@mcimail.com (Mustafa Soysal) Newsgroups: comp.sys.atari.st,comp.sys.atari.st.tech Subject: handling serial io in turbo-c Message-ID: <00000000.msoysal@mcimail.com> Date: 18 Jun 91 22:37:00 GMT Organization: AA-MI Lines: 16 Hi, I have a problem accesing the serial port with the fgets and fscanf functions. If I use "aux:" for filename and "r+" option for permissions, I read garbled characters into the buffer, and sometimes it sits there and probably waits for input from serial port, while the data is pouring in. If I use the predefined stream stdaux, I get a bus error with one of the tries to get something with fgets. Has anyone done any work with the serial work using Turbo-C ? Please help Mustafa