LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Serial Comm - read operation

Hi,

I am trying to a read a data (session report) from Tektronix Audio
Monitor using the Labview. The problem Serial Port Read VI only reads 4096
bytes of data even though my report is larger than 4096 bytes. Wondering if
there is any restriction on the number of bytes that can be read using the
Serial Port Read VI. Appreciate any comments or solutions.

Thanks

Surendar
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


--
Posted from [129.46.174.141] by way of f63.law7.hotmail.com [216.33.237.63]
via Mailgate.ORG Server - http://www.Mailgate.ORG
0 Kudos
Message 1 of 3
(2,845 Views)
You can set the buffer size with Serial Port Init but instead of Serial Port
Read, try using use the VISA functions.

thaneer@hotmail.com ("Surendar Thaneer") wrote:
>Hi,>> I am trying to a read a data (session report) from Tektronix Audio
>Monitor using the Labview. The problem Serial Port Read VI only reads 4096
>bytes of data even though my report is larger than 4096 bytes. Wondering
if >there is any restriction on the number of bytes that can be read using
the >Serial Port Read VI. Appreciate any comments or solutions.>>Thanks>>Surendar>_________________________________________________________________>Get
your FREE download of MSN Explorer at http://explorer.msn.com>>>-- >Posted
from [129.46.174.141] by way of f63.law7.hotmail.com [216.33.237.63] >via
Mailg
ate.ORG Server - http://www.Mailgate.ORG
0 Kudos
Message 2 of 3
(2,845 Views)
[posted and mailed]

thaneer@hotmail.com ("Surendar Thaneer") wrote in
:

>Hi,
>
> I am trying to a read a data (session report) from Tektronix Audio
>Monitor using the Labview. The problem Serial Port Read VI only reads
>4096 bytes of data even though my report is larger than 4096 bytes.
>Wondering if there is any restriction on the number of bytes that can be
>read using the Serial Port Read VI. Appreciate any comments or
>solutions.
>

The serial port configuration has proabably set the buffer size to 4K.
Increase the buffer size or read the data faster from the buffer.



--

Alexander C. Le Dain, PhD
ICON Technologies Pty Ltd
http://www.icon-tech.com.au

******************************************************************

* The LabVIEW FAQ http://www.icon-tech.com.au/thelabviewfaq.html *
******************************************************************
0 Kudos
Message 3 of 3
(2,845 Views)