How to Read Data from Serial Port in R

前端 未结 2 1836
攒了一身酷
攒了一身酷 2021-02-02 03:43

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 ve

2条回答
  •  抹茶落季
    2021-02-02 04:20

    i am working with the serial-package (here) available on CRAN. This was developed to do exactly that what you need. Reading and sending data form and to RS232 etc. connections. I do really recommend this, because "mode.exe" seems not to work for virtual COM-ports. See NPort-Server etc.

提交回复
热议问题