Learn R Programming

serial (version 1.2)

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
# NOT RUN {
 # See the top package documentation
 
 
# }
# NOT RUN {
write.serialConnection(con, "Hello World!")
# }

Run the code above in your browser using DataLab