From: Dietmar DOT Segbert AT T-ONLINE DOT de (Dietmar Segbert) Newsgroups: comp.os.msdos.djgpp Subject: Re: syntax for hex and binary Date: 04 Feb 2001 17:42:00 +0100 Organization: T-Online Lines: 24 Message-ID: <7vEMumjMJVB@0256597511.t-online.de> References: <<7vEMlT$6JVB AT 0256597511 DOT t-online DOT de>> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 981305415 02 7931 70bt77SSt-2hy 010204 16:50:15 X-Complaints-To: abuse AT t-online DOT com X-Sender: 0256597511-0001 AT t-dialin DOT net X-Newsreader: CrossPoint v3.12d R/A22565 X-Mailer: NOS-BOX 2.05 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hallo, > > constants can only have digits 0 or 1). I'm guessing that B115200 > is a macro for setting the UART to work at 115200 baudrate. It That is correct,, will i was seraching in info.exe for B9600, i found that it was for termios.h. Looking in "include/termios.h" i found, that there are no definitions for B57600 an B115200. What can id DO? There ist also a flag called ICAN, but i did not found it with info.exe. The Programm i will was writen for linux. Sorry, my english is not the best, but i hope, that you understood, what i mena. Thanks Dietmar