The Mudcat Café TM
Thread #115539   Message #2479220
Posted By: Artful Codger
29-Oct-08 - 03:30 PM
Thread Name: Tech: converting binary data to ASCII
Subject: RE: Tech: converting binary data to ASCII
Except that the data, in any character representation of the raw bytes, is unlikely to be useful, especially if the data is formatted into records or more complex structures. Those are more easily processed in native binary representation.

Another potential wrinkle is byte order, but I presume that all the devices involved use the same native representation and byte ordering.