Learn R Programming

serial (version 1.1)

write.serialConnection: Wirtes data to serial interface.

Description

Wirtes data to serial interface.

Usage

write.serialConnection(con,dat)

Arguments

con
serial Connection
dat
data string to write on the serial interface. At the moment this must be a string "...". See examle section in serial.

See Also

serial

Examples

Run this code
# See the top package documentation
 
 write.serialConnection(con, "Hello World!")

Run the code above in your browser using DataLab