04-25-2015 11:32 PM
I used the join numbers function as below:
It works well at most time, but some times I got an incorrect data. Such as: The data from visa is 01, 02, 03, 04.....and I should get 0102,0304; but I got 0102, 0403 sometimes.
I don't know if it is because the visa or somehting elsa.
04-26-2015 12:00 AM
04-26-2015 11:29 AM
I'm not sure what you mean by "transmitter" or "synchronize the receiver"? The "vi" just get data from MSP430 by uart. And I think it doesn't need termination character.
More, I'm new to labview. If the code is so poor would you mind tell me how to do it better, thanks a lot.
04-26-2015 11:34 AM - edited 04-26-2015 11:34 AM
Altenbach is saying that if the bytes are out of order, then it has to be occurring within whatever device is sending the data (the "transmitter").
LabVIEW isn't going to swap bytes in the data stream on its own. The poor code he is referring to is whatever code is in the device since it seems like it is the one swapping bytes around arbitrarily.
04-26-2015 01:39 PM
04-26-2015 01:43 PM
Sorry Dennis. I should have said your name. I saw the shield, and I think I recently saw Christian's name in another post and his name was still in my mind.
04-26-2015 01:59 PM