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=0.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,d389379253dcfc68 X-Google-Attributes: gid103376,public From: Thomas Handler Subject: Re: Serial Port Programming ?? Date: 1999/02/06 Message-ID: <36BCC112.717EBA5C@umundum.vol.at>#1/1 X-Deja-AN: 441472493 Content-Transfer-Encoding: 8bit References: <36BC2987.322E2423@hei.fr> Content-Type: text/plain; charset=iso-8859-1 Organization: Toemmsn's Homeoffice Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-02-06T00:00:00+00:00 List-Id: You will have to make a binding to the termios functions. I'm not aware of any existing binding except florist. Thomas Handler Fr�d�ric Besson wrote: > > I 'd like to use my serial port to exchange datas with > an external card. > But how can I exchange datas with the serial port with Ada? > My configuration is: PC under Linux. > > Thanks!