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,b2077f5b728fb9af X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-12 00:14:07 PST From: "Martin Dowie" Newsgroups: comp.lang.ada References: <3ad40649$1@pull.gecm.com> Subject: Re: redirecting the standard output Date: Thu, 12 Apr 2001 08:08:38 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 NNTP-Posting-Host: sg2c11210.dsge.edinbr.gmav.gecm.com Message-ID: <3ad552a3@pull.gecm.com> X-Trace: 12 Apr 2001 08:00:51 GMT, sg2c11210.dsge.edinbr.gmav.gecm.com Path: supernews.google.com!sn-xit-03!supernews.com!logbridge.uoregon.edu!dispose.news.demon.net!demon!btnet-peer0!btnet-feed5!btnet!newreader.ukcore.bt.net!pull.gecm.com!sg2c11210.dsge.edinbr.gmav.gecm.com Xref: supernews.google.com comp.lang.ada:6805 Date: 2001-04-12T08:08:38+01:00 List-Id: well, apparently there is (and I quote!) "an excruciating path to the serial i/o device on the board"... wrote in message news:yJ7B6.11025$ix4.8084038@news1.rdc1.sfba.home.com... > >So far, from what simple tests we've run each character seems to be > >taking about 10ms to display via serial and 0.03ms via ethernet - does this > >sound reasonable to everyone?.. :-) > 10ms/character means 800ms, or nearly a second, to display one full line > on a CRT. If it takes 30 mics to generate a character (ethernet speed) > and another 9,970 mics to display it on a serial line, I'd be wondering > what's going on.