Learn R Programming

serial (version 3.0)

The Serial Interface Package

Description

Enables reading and writing binary and ASCII data to RS232/RS422/RS485 or any other virtual serial interface of the computer.

Copy Link

Version

Install

install.packages('serial')

Monthly Downloads

327

Version

3.0

License

GPL-2

Maintainer

Martin Seilmayer

Last Published

May 14th, 2020

Functions in serial (3.0)

print.serialConnection

Print method for serialConnection
summary.serialConnection

Serial Connection Summary
read.serialConnection

Reads from the serial interface.
write.serialConnection

Wirtes data to serial interface.
open.serialConnection

Function to initialize an serial interface.
nBytesInQueue

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

Flushes the connection.
serial

A serial communication interface for R.
close.serialConnection

Function to close an serial interface.
serialConnection

Sets up the interface parameters.
listPorts

Lists the serial interfaces.
isOpen.serialConnection

Tests whether the connection is open or not
isOpen.default

Default function from base-package
isOpen

Generic function for isOpen