delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-bounces using -f |
Message-ID: | <20011205154647.34727.qmail@web9107.mail.yahoo.com> |
Date: | Wed, 5 Dec 2001 07:46:47 -0800 (PST) |
From: | ROLAND <roland_asmann AT yahoo DOT com> |
Subject: | Re: Serial Communicaton |
To: | djgpp AT delorie DOT com |
In-Reply-To: | <20011204144118.20426.qmail@web9104.mail.yahoo.com> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
--- ROLAND <roland_asmann AT yahoo DOT com> wrote: > f3=open(/dev/tty00) /*for reading*/ > > f4=open(/dev/tty00) /*for writing*/ > > while(somethingToSend) > /*A call to a checkroutine, but I forgot the > name*/ > write(f3,message); > > /* The checkroutine */ > while(someStatus) > read(f3,reply) Isn't there anybody who can give me a short piece of code to get something like this working?? And if it is in a bigger file, please tell me what functions to look at... Roland __________________________________________________ Do You Yahoo!? Buy the perfect holiday gifts at Yahoo! Shopping. http://shopping.yahoo.com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |