W
Wills
Hi all,
When using javax.comm for serial communications what is the
buffer size where the data read from the UART is stored .The Serial
Communication APIs tell that we can use an InputStream object over the
Serial port to read data from it.The buffer size of the UART itself is
two, but how to find the size of the Java Buffer where data from UART
is kept before reading using read().
Thanks in advance.
When using javax.comm for serial communications what is the
buffer size where the data read from the UART is stored .The Serial
Communication APIs tell that we can use an InputStream object over the
Serial port to read data from it.The buffer size of the UART itself is
two, but how to find the size of the Java Buffer where data from UART
is kept before reading using read().
Thanks in advance.