Package: serial 3.1.1

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.1.1.tar.gz
serial_3.1.1.tar.gz(r-4.7-any)serial_3.1.1.tar.gz(r-4.6-any)
serial_3.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:8a4a6f0a08. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 102 | ||
| source / vignettes | OK | 121 | ||
| linux-release-x86_64 | OK | 95 | ||
| wasm-release | OK | 81 |
Exports:isOpenlistPortsnBytesInQueueread.serialConnectionserialConnectionwrite.serialConnection
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| A serial communication interface for R. | serial-package serial |
| 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 |
| Sets up the interface parameters. | serialConnection |
| Serial Connection Summary | summary.serialConnection |
| Wirtes data to serial interface. | write.serialConnection |