05-23-2013 01:08 PM
How about this for the read (attached). You read as fast as you can and check each byte as it comes in. This is a simplified version of a VI I use for serial reads. I have to be able to read a binary string, as well as ASCII, so I can't use a termination character. It seems to work just fine at 38400.
Cameron
05-24-2013 01:22 AM
Thanks for all the help you have provided. Your code camerond works very well.
Božidar