12-03-2014 07:49 AM - edited 12-03-2014 07:52 AM
Ok, we got it to work now that we got rid of the dynamic data. Thanks!
As of now though, we can only read one character at a time. We're thinking that somehow creating a new element in the array every 8th bit sent would be a soulution, but again, we don't know how.
Thanks
This is the current state btw:
12-03-2014 09:02 AM
Yes, you are very close
You need to use a shift register to hold either the array of U8s or the string in memory and append to it every time you get a new character. Also, the outer for loop is completely unnecessary. Remove the outer for loop and use a concatenate string like this:
Each time the loop runs, it will add the new character to the end of the read string. You should be able to modify your VI to do this.
I suggest you have a look at some of the LabVIEW training - you're struggling here with some pretty basic concepts that would easily be covered with some of the free training materials that NI provides. http://www.ni.com/getting-started/labview-basics/