rduinoConnect {Rduino} | R Documentation |
Make a serial connection to an Arduino or similar device
rduinoConnect(baud = 38400, mode = "n,8,1", upload = TRUE, arduino = NULL)
baud |
baud rate |
mode |
communication mode |
upload |
if TRUE, upload the ino file to the device |
arduino |
command used to run arduino as a shell command including the path This function does two things - uploads a .ino file to an Arduino, and
acts as a wrapper for the |
## Not run: rduinoConnect() rduinoClose() ## End(Not run)