Learn R Programming

⚠️There's a newer version (3.0) of this package.Take me there.

serial (version 1.2)

The Serial Interface Package

Description

Provides functionality for the use of the internal hardware for RS232/RS422/RS485 and any other virtual serial interfaces of the computer.

Copy Link

Version

Install

install.packages('serial')

Monthly Downloads

440

Version

1.2

License

GPL-2

Maintainer

Martin Seilmayer

Last Published

April 11th, 2016

Functions in serial (1.2)

serialConnection

Sets up the interface parameters.
isOpen

Generic function for isOpen
open.serialConnection

Function to initialize an serial interface.
read.serialConnection

Reads from the serial interface.
isOpen.default

Default function from base-package
write.serialConnection

Wirtes data to serial interface.
listPorts

Lists the serial interfaces.
isOpen.serialConnection

Tests whether the connection is open or not
close.serialConnection

Function to close an serial interface.
serial

A serial communication interface for R.