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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1e21dc55d506e662 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news2.google.com!news.glorb.com!wn14feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!53ab2750!not-for-mail Newsgroups: comp.lang.ada From: anon@anon.org (anon) Subject: Re: GNAT.Serial_Communications ? Reply-To: no to spamers (No@email.given.org) References: <4d081d5f-0aca-446b-a90e-cf5ad71ce9e4@59g2000hsb.googlegroups.com> X-Newsreader: IBM NewsReader/2 2.0 Message-ID: <5Dunk.152780$102.71229@bgtnsc05-news.ops.worldnet.att.net> Date: Sun, 10 Aug 2008 05:01:53 GMT NNTP-Posting-Host: 12.64.60.219 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1218344513 12.64.60.219 (Sun, 10 Aug 2008 05:01:53 GMT) NNTP-Posting-Date: Sun, 10 Aug 2008 05:01:53 GMT Organization: AT&T Worldnet Xref: g2news1.google.com comp.lang.ada:1586 Date: 2008-08-10T05:01:53+00:00 List-Id: It depends. On the low-end motherboards and stocked computer system the uarts have been removed, or you could say replaced by the usb ports. But most other motherboards and some server still have them. Plus you can always add a uart card to any computer. In , stephane.los@neuf.fr writes: >On 9 ao=FBt, 16:58, Samuel Tardieu wrote: >> >>>>> "Tomek" =3D=3D Tomek Walkuski writes: >> >> Tomek> I have got GNAT.Serial_Communications sources from GCC CVS, >> Tomek> renamed packages and I am trying to compile: >> >> You can't just do that and expect to work, as this unit depends on >> other runtime library changes. For example, the "close" function in >> System.Crtl was added on March 26th and is needed by >> GNAT.Serial_Communications. >> >> If you need this unit, you should either wait for the next release or >> build a new compiler and runtime libraries. >> >> Sam >> -- >> Samuel Tardieu -- s...@rfc1149.net --http://www.rfc1149.net/ > >Hello, > >I am learning Ada and I find it quite funny that this serial stuff >happens as COM ports are no more available on the machines... > >Am I right spending my time trying to learn this language or is it >like latin (good to know some sentences to shine at tea time) ? > >I don't appreciate tea too much... > >Steve