07-06-2008 11:04 AM
07-06-2008 02:06 PM
Why do you multiply by 50?
Is this for serial (RS-232) communication?
If so, you can query the port by using the "Bytes at Port" property. See image below.
The reason it may stay for 1 sec is because it has to timeout because it cannot get the amount of data that you are specifying.
The image below gives you an idea how to implement, however, it is an oversimplified example. You should look at the serial communcation examples within the example finder.
R.