LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Serial communication

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

 

To err is human, but to really foul it up requires a computer.
The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
Profanity is the one language all programmers know best.
An expert is someone who has made all the possible mistakes.

To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):

LabVIEW Unit 1 - Getting Started</ a>
Learn to Use LabVIEW with MyDAQ</ a>
Message 11 of 12
(363 Views)

Thanks for all the help you have provided. Your code camerond works very well.

 

Božidar

0 Kudos
Message 12 of 12
(336 Views)