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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,cc65ab136f46904d X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!r6g2000vbz.googlegroups.com!not-for-mail From: tonyg Newsgroups: comp.lang.ada Subject: Re: GNAT.Serial_Communications Date: Fri, 15 Apr 2011 10:32:23 -0700 (PDT) Organization: http://groups.google.com Message-ID: <31dd80b2-3fd3-4078-8774-c396a52c94a0@r6g2000vbz.googlegroups.com> References: <9af0087d-9637-40d9-8c30-2e06c2d1e4f4@o26g2000vby.googlegroups.com> NNTP-Posting-Host: 82.46.232.121 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1302888743 25907 127.0.0.1 (15 Apr 2011 17:32:23 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 15 Apr 2011 17:32:23 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r6g2000vbz.googlegroups.com; posting-host=82.46.232.121; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.2.16) Gecko/20110323 Ubuntu/10.04 (lucid) Firefox/3.6.16,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:18802 Date: 2011-04-15T10:32:23-07:00 List-Id: The minicom values along the bottom are 1115200 , 8N1 , NOR the port in my code is set with GNAT.Serial_Communications.Set (Port => The_Port, Rate => GNAT.Serial_Communications.B115200, Bits => GNAT.Serial_Communications.CS8, Stop_Bits => GNAT.Serial_Communications.one, Parity => GNAT.Serial_Communications.None); I'm not sure what NOR means and if this is some to do with flow control, there seems to be no option to set this within the gnat.serial_communications package. The electronics I am working with has no hardware or software handshaking. Is handshaking the same as flow control ? The settings in minicom also has no hardware or software flow control. hhhmmm