Package: serial 3.0
Martin Seilmayer
serial: The Serial Interface Package
Enables reading and writing binary and ASCII data to RS232/RS422/RS485 or any other virtual serial interface of the computer.
Authors:
serial_3.0.tar.gz
serial_3.0.tar.gz(r-4.5-noble)serial_3.0.tar.gz(r-4.4-noble)
serial_3.0.tgz(r-4.4-emscripten)serial_3.0.tgz(r-4.3-emscripten)
serial.pdf |serial.html✨
serial/json (API)
NEWS
# Install 'serial' in R: |
install.packages('serial', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 4 years agofrom:18b7f938c4. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-linux | OK | Nov 06 2024 |
Exports:isOpenlistPortsnBytesInQueueread.serialConnectionserialConnectionwrite.serialConnection
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Function to close an serial interface. | close.serialConnection |
Flushes the connection. | flush.serialConnection |
Generic function for isOpen | isOpen |
Default function from base-package | isOpen.default |
Tests whether the connection is open or not | isOpen.serialConnection |
Lists the serial interfaces. | listPorts |
Reads out the number of characters / bytes pending in the input and output buffer | nBytesInQueue |
Function to initialize an serial interface. | open.serialConnection |
Print method for serialConnection | print.serialConnection |
Reads from the serial interface. | read.serialConnection |
A serial communication interface for R. | serial |
Sets up the interface parameters. | serialConnection |
Serial Connection Summary | summary.serialConnection |
Wirtes data to serial interface. | write.serialConnection |