How to Read Data from Serial Port in R
I'm wanting to plot live data from the serial port. I figured R would be a good tool for the job. I'm stumbling on trying to read data from the serial port (COM4). I've verified the data is coming in through terra term (and close the session before trying R), but I can't seem to get anything in R. I've checked a few places, including these threads: How to invoke script that uses scan() on Windows? How to include interactive input in script to be run from the command line I've also found this old thread on the R forum: https://stat.ethz.ch/pipermail/r-help/2005-September/078929.html These have