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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9201003129b5431b,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-04 12:44:54 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!enews.sgi.com!coop.net!newsfeed1.global.lmco.com!news.orl.lmco.com!news From: "mop" Newsgroups: comp.lang.ada Subject: need ada timer routine Date: Tue, 4 Sep 2001 11:18:04 -0400 Organization: Lockheed Martin -- Information Systems Center Message-ID: <9n2rbg$4qj$1@zeus.orl.lmco.com> NNTP-Posting-Host: orlsr006538.orl.lmco.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: archiver1.google.com comp.lang.ada:12716 Date: 2001-09-04T11:18:04-04:00 List-Id: i need a routine to pass serial data at a 20 hertz rate For my Visual C I did "m_timer = SetTimer(1, 50, NULL);" This now calls a built in API OnTimer(UINT nIDEvent) every 50 millisec. Need something like this in Ada.