Plans for a Real tty Connection

[This article was first published on BioStatMatt » R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

I reverted the name of the tty connection that I described previously, to “serial” connection and updated the patch to R 2.11.1. This name is more appropriate to its function and also makes way for another patch I am working on which implements the full POSIX terminal interface (essentially all of termios.h). The connection provided in the new patch will be more appropriately named a tty connection. I think this type of connection could serve a variety of purposes. Most of the items below are motivated from recent R-help and R-devel posts.

  • serial communications (a superset of the serial connection)
  • additional route for client/server communications (iPad/iPhone?)
  • access to data collection devices that emulate a tty layer (e.g. USB GPS)
  • user keyboard input manipulation
  • input/timeout operations
  • improved implementation of “terminal” connections

To leave a comment for the author, please follow the link and comment on their blog: BioStatMatt » R.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)