The Serial Interface Package


[Up] [Top]

Documentation for package ‘serial’ version 2.1.3

Help Pages

serial-package A serial communication interface for R.
close.serialConnection Function to close an serial interface.
flush.serialConnection Flushes the connection.
isOpen Generic function for isOpen
isOpen.default Default function from base-package
isOpen.serialConnection Tests whether the connection is open or not
listPorts Lists the serial interfaces.
nBytesInQueue Reads out the number of characters / bytes pending in the input and output buffer
open.serialConnection Function to initialize an serial interface.
read.serialConnection Reads from the serial interface.
serial A serial communication interface for R.
serialConnection Sets up the interface parameters.
write.serialConnection Wirtes data to serial interface.