Date: Thu, 12 Feb 1998 11:54:04 +0200 (IST) From: Eli Zaretskii To: Nigel Megitt cc: djgpp AT delorie DOT com Subject: Re: Serial ports? In-Reply-To: <6bsjsk$h3l@bbcnews.rd.bbc.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 11 Feb 1998, Nigel Megitt wrote: > I'm trying to access COM1 and COM2 as buffers with file pointers, but I can't > find out how to do this by looking in the Info files. Is there an easy way to > set the ports up and use them, or do I have to use _bios_serialcom to set up > each port and then take data byte by byte? You could use the DJGPP Filesystem Extensions feature. From the DOS prompt, type "info libc alpha 'File System'" and read there.