I need to take a input string that is text for instance my name "Ben," and have the output be a 1D array of binary, so this output would be the array
FTFFFFTF TFTFFTTF FTTTFTTF
I have been able succesfully create this array for single characters, but when I try to use a for loop to concatinate one characters ASCII representation to another, LabVIEW doesn't respond.
So once again heres what I need
String of ASCII characters converted to a 1D array of binary.
Any help would be greatly appreciated.