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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ed7254edc3f957d4,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-14 07:25:57 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: kz105@student.cs.york.ac.uk (Jamie) Newsgroups: comp.lang.ada Subject: ?how to read just single bit for a serial port? Date: 14 Apr 2002 07:25:56 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 144.32.177.216 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1018794357 2194 127.0.0.1 (14 Apr 2002 14:25:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 14 Apr 2002 14:25:57 GMT Xref: archiver1.google.com comp.lang.ada:22515 Date: 2002-04-14T14:25:57+00:00 List-Id: Hello, I've got a problem with reading a single bit from serial port. what type should I declare to store this? dose the 'character' work?