On Tue, Mar 24, 2009 at 6:06 PM, Harry Campigli <[email protected]> wrote:
>
> Thus at the moment,  the process routine calls the parse routine as in
> yesterday, There  I am picking up the number of chars in "buf" from
> "length". In the parse routine then I am testing each char and at the same
> time sending the char to a printf.
>
>
> If I test each char, from "buf" I can find 0x5a "Z" but not 0xA5. Futher the
> terminal shows only the printable characters from "buf". However it is a
> steady cycle of the same pintable char data 10 times a sec with the non
> printables missing.

Try using printf("%02x ", ch);

-- 
Csaba/Jester

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Flightgear-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to