10-01-2005 08:44 AM
10-03-2005 04:19 AM
10-03-2005 07:37 AM
let me make clear the questions.
actially, i can read the data from the serial port, but the problem is: it's continuous data and i think buffer has a default value(4096) and it will stop when received 4096 bytes.
i am wondering how i can receive the continuous data until i press the stop button.
many thanks
10-03-2005 11:25 AM
10-04-2005 03:31 AM
thanks, JLV
but i am quite new in labview ans so i still have a little confused. could you attach a example or .jpg graphy to make me clear understand
many thanks
10-04-2005 03:43 AM
10-04-2005 07:59 AM
Hi srt,
As suggested, review the examples. If you still need help, let me know and I will send you a vi tonight. 🙂
JLV
10-04-2005 08:19 AM
yes, please send a example as you said and i will make clear to understand it
many thanks
10-04-2005 11:11 AM
10-04-2005 11:39 AM
Thanks all
Actually, I know these examples and i also read them. But the actual questions is:
I had to use the labview to build a test sysetem which is used by tera term before. in tera term software, i can manully control the serial communication until access test model.
so when i transfer the test system in labview platform, firstly, i configures the serial ports and use the bytes at serial ports and read serail vi and while loop to read the data from the test termianl through rs232.and it can work (see 1.jpg) and after accessing the test model, i need to write a command and watch the response from the test termianl. that is my problem, i can receive the continuous data but it will stop when 4096 bytes arrive( i think this is the default value in buffer). but i need to look the result( the response) from the test termianl until i want to stop.
i think JLV suggest me to use the shhift register in whie loop, but i am not quite sure how to do it.
so I hop get some example to see.
many thanks