09-09-2008 10:39 AM
i ll take a look at the way you scan the word and answer your question
the chance to keep up is better because if your not flushing the serial port, data should be present
and you allow more data to come in to SCAN(search for a string), and while it (rewrite a scansearchblock.vi) is running
your readserial.vi is reading a new block of data
then you will not be limited at the speed of scan,
09-09-2008 10:45 AM
09-09-2008 10:47 AM
this is a quick modif of you vi
1. add shift registers and redirect string wires
2. little modif in search (scan.vi) a -1 as offset means the string is not present(faster and save one vi)
09-10-2008 03:11 AM
hi,
Tried to look at the files you sent me but i am only using labview 8.2 if you could please post them again in 8.2 that would be great
Thank you
09-10-2008 03:57 AM
09-10-2008 04:06 AM
09-10-2008 08:50 AM