nBytesInQueue: Reads out the number of characters / bytes pending in the...

Description Usage Arguments Value See Also Examples

View source: R/nBytes.R

Description

Reads out the number of characters / bytes pending in the input and output buffer

Usage

1

Arguments

con

serial connection

Value

named vector with number of bytes

See Also

serial

Examples

1
 # See the top package documentation

Example output

Attaching package: 'serial'

The following object is masked from 'package:base':

    isOpen

Warning message:
no DISPLAY variable so Tk is not available 

serial documentation built on July 1, 2020, 10:53 p.m.

Related to nBytesInQueue in serial...