Good Morning.
I'm new to LabView, having just gotten the version 8 full development suite.
Overall, everything has worked out great, but I'm having trouble reading a processing a serial string.
Here is my situation:
I have a three wire serial port (no flow control) running at 38400.
Twice per second, my instrument sends out a comma delimited data stream with a CR on the end. I need to capture the whole data string and take it apart at the commas. I know how to take it apart, so no problems there.
By using the "bytes at port" connected to the standard serial read, I can see my data. At times though, it gets "out of sync" for lack of a better term and doesn't capture the whole string.
I thought that maybe using events, might capture it, but no luck there at all.
Any ideas or futher clarifications for me?
Thanks!!
-Steve Weidman