09-12-2011 08:11 AM
Solved! Go to Solution.
09-12-2011 02:31 PM
09-12-2011 02:50 PM
Have you tried in general Hyperterminal or try to append termination in labview to your writing command to serial device. Your message is not clear.
09-12-2011 03:34 PM
grateful
the program continuously listens a packet of 11 bytes, no time lag between a packageand another, the program receives some packages and then crashes.
Ja put to clear the buffer and still hangs as if waiting to receive a package.
09-12-2011 03:46 PM
please attach your VI, so that someone will help you.
09-12-2011 04:09 PM
That's basically it
Grateful
09-12-2011 04:21 PM
Your continously reading bytes from serial device until you press the stop button on front panel. Is it your data changes everytime and is that really need you to read everytime?
Do you really need to flush everytime? Remove that try again. Take a look at basic example for SERIAL here
09-12-2011 04:40 PM
I removed to flush the locking and continues, must read the data continuously as the unitsends me packets of 11 bytes with no interval between them.
09-12-2011 04:53 PM
Ok then try with giving some delay time on every read operation. Go to programming---> time options, wire 500ms or 1000ms to wait millisecond Vi after reading every 11 bytes.
09-13-2011 06:46 AM
Thank you shjukheter,
I put a delay of 50ms and so far has not caught more, is receiving no problems.
Thank you