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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,87b54dbabc658fa2 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.88.200 with SMTP id b8mr27022896qam.8.1366887485817; Thu, 25 Apr 2013 03:58:05 -0700 (PDT) X-Received: by 10.49.130.7 with SMTP id oa7mr3568218qeb.12.1366887485760; Thu, 25 Apr 2013 03:58:05 -0700 (PDT) Path: ef9ni16888qab.0!nntp.google.com!gp5no6740376qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 25 Apr 2013 03:58:05 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=189.110.10.185; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu NNTP-Posting-Host: 189.110.10.185 References: <931385b2-3520-4d7a-b56f-6d0d0b06d467@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: AVR Usart send number string with no 'Image From: "Rego, P." Injection-Date: Thu, 25 Apr 2013 10:58:05 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-04-25T03:58:05-07:00 List-Id: On Thursday, April 25, 2013 1:54:55 AM UTC-3, rrr.e...@gmail.com wrote: > See the package AVR.Int_Img in AVR-Ada. It contains various attempts for generating string representations of integers. > http://sourceforge.net/p/avr-ada/code/ci/master/tree/avr/avr_lib/avr-int_img.ads > http://sourceforge.net/p/avr-ada/code/ci/master/tree/avr/avr_lib/avr-int_img.adb Thank you Rolf. It helps me for sure.