08-25-2014 09:40 AM
At 38400 you can get ~3840 characters/sec, or ~77 per 20ms. If sending a command and awaiting response it's better assume 50%, or ~40 chars per 20ms. How much is sent and recieved, is it even possible at this speed?
/Y
08-25-2014 09:56 AM - edited 08-25-2014 10:02 AM
Thanks for the feed back. I have another idea that might work. I could take all the display data and put it in several clusters and then route those clusters to a parallel loop that updates the terminals every half second or so. Do you think that would work?
Also to answer some of the other questions.
1. there are only 10 bytes in each message.
2. I am not using synchronous displays
3. I have updated the priority of my vi. Thanks, I didn't know I could do that.
08-25-2014 09:57 AM