From: "deckerben" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: Serial port (RS232C) open Date: Wed, 16 Oct 2002 22:09:37 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Lines: 24 Message-ID: <3dadc6fa$0$182$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.7.8.89 X-Trace: 1034798843 news.freenet.de 182 213.7.8.89 X-Complaints-To: abuse AT freenet DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" wrote in message news:Pine DOT SUN DOT 3 DOT 91 DOT 1021016083016 DOT 20518G-100000 AT is... > > On Wed, 16 Oct 2002, jou wrote: > > > I want to read data from serial port (RS232C). > > Not possible to open /dev/ttyS0 in DOS. > > Open /dev/aux or COM1 (or COM2, as the case might be) instead. Thanks... I was wondering, too. Is it neccessary to use COM1, or does com1 also work? Is there an info node or man page that lists the entire DJGPP device nomenclature (/dev/lpt?, /dev/aux, etc.) Is it possible to map new devices into the DJGPP bash ... like setting a certain printer to /dev/lp0? (alias only works for command names) Thanks Ben