09-26-2005 09:42 AM
09-26-2005 09:50 AM - edited 09-26-2005 09:50 AM
@Acouphenix wrote:
How I convert I8 binary data to U8 binary data?
The binary data remains the same, you just need to tell LabVIEW to either interpret it as U8 or I8 as desired. For this you would use typecast. Check the online help for more details.
Binary data always looks like garbage if you display it as string in normal display, because most octets are not displayable ASCII characters. Do you have a single I8 value or an I8 array?
I don't know what "Conversion of chain to octet" means. Are you using using "String to byte array"?
Attached is one example how to cast a string to an I8 array. You can use the same technique to go from an I8 array to an U8 array ot to a string.
Message Edited by altenbach on 09-26-2005 08:02 AM