From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d2d111f9a5ef2b29 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-20 09:34:26 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dennison@telepath.com (Ted Dennison) Newsgroups: comp.lang.ada Subject: Re: help with UART16550 Date: 20 May 2002 09:34:26 -0700 Organization: http://groups.google.com/ Message-ID: <4519e058.0205200834.62e0df80@posting.google.com> References: NNTP-Posting-Host: 65.115.221.98 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1021912466 19173 127.0.0.1 (20 May 2002 16:34:26 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 20 May 2002 16:34:26 GMT Xref: archiver1.google.com comp.lang.ada:24422 Date: 2002-05-20T16:34:26+00:00 List-Id: "Olivier" wrote in message news:... > I was askted to write a device driver for communication with a serial port > (RS232). Is there anyone who knows where I can find a tutorial about this ? > Or sample programs ? The idea is to connect two pc's with each other and > then to write data to the other pc over a serial cable. You didn't say for what OS. Also, if you are just talking about using RS-232 to talk between a couple of PC's, you are probably *not* talking about a device driver. You can do that easily with user code in Windows using the Win32 API. -- T.E.D. Home - mailto:dennison@telepath.com (Yahoo: Ted_Dennison) Homepage - http://www.telepath.com/dennison/Ted/TED.html