08-11-2010 09:49 AM
When I'm taking data sample using hyperterminal works just fine but getting broken data when using basic serial communication from the example. (see attached files)
In hyperterminal sample, you'll see a complete data starting from the "z" (echo) then 0 to 137 data counts or rows. For basic serial com samples, it's breaking in to two parts thats why I have to samples P1 & P2..
Is there a way to fix this?
Thanks!
08-11-2010 10:36 AM
The basic example is not at all designed for continuous reading of the serial port. You would need to modify it to do that. The simplest is just to place a while loop around the VISA Read and a shift register with a concantanate string.
p.s. In the future, don't attach rtf files which will launch Word. Just attach the images as jpg or png format.