LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Buffers

With the serial port VI's, is there a buffer size limit???

I'm trying to read 201 bytes, but can only seem to get 180



--
Slade Squire
Programmer
Rectifier Technologies Pacific
Melbourne, Australia
SladeSquire@rtp.com.au
0 Kudos
Message 1 of 2
(2,657 Views)
Slade,
The Serial Port Read VI input for 'requested byte count' specifies the number of bytes to read at the port - you could enter 201 here, however, to read all the bytes at the port (no matter how many), you must first use the Bytes at Serial Port' VI which reads the byte count queued at the port and forwards that on to you Read VI.
This should work for what your doing, good luck with it, Doug
0 Kudos
Message 2 of 2
(2,657 Views)