06-14-2007 03:40 AM
06-14-2007 06:36 AM
06-14-2007 08:12 AM
I can only venture a guess.
Either there is a lot of noise on the line that is being seen as characters or your VI is not getting back to the port fast enough to get the data.
Look at the data to see if it is garbage (noise on line) or watch you Task Manager to see if your application is being preempted by other tasks runing on the machine.
Ben
05-17-2009 06:31 PM
Hi, I got a problem when reading the serial port. Normally, when data is comming in with delays between packets it is ok (I can read every strings). But when the data scrambling in at a fast pace, all I got is garbage (except some time I can see section of the strings I'm supposed to get).
In the 2 scenarios, the parameters of the com port are the same i.e. 115200 / 8 / no par / 1 stp / no ctrl.
Any hints?
I use LV8.6
thanks
FB