Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!maverick.ksu.ksu.edu!matt.ksu.ksu.edu!ohoward From: ohoward@matt.ksu.ksu.edu (Todd Howard) Newsgroups: comp.lang.c Subject: TURBOC bios question Keywords: TURBOC Message-ID: <1991Mar8.210556.20493@maverick.ksu.ksu.edu> Date: 8 Mar 91 21:05:56 GMT Sender: news@maverick.ksu.ksu.edu (The News Guru) Organization: Kansas State University Lines: 28 I'm am trying to get turboc 1.5 to interface with a serial port using BIOSCOM. It seems that bioscom doesn't actually send (or receive) the data that I request or send. Is this a problem with the version I'm running? Any help would be appreciated. I was sure to include the stdio.h, bios.h, and dos.h (just in case). The syntax I used is shown below: int q,d; char ch; ... /* Send a byte */ bioscom (1,ch,2); ... I know that the COM2 port works, as I have a modem installed and working. Please mail replies directly to me. Thanks. Todd -- ================================================================================ "Sometimes I think the universe | Todd Howard just waits for me to get cocky..." | ohoward@matt.ksu.ksu.edu ================================================================================