ruby-termios icon indicating copy to clipboard operation
ruby-termios copied to clipboard

A simple wrapper or termios(3) for Ruby.

Results 3 ruby-termios issues
Sort by recently updated
recently updated
newest added

It looks there are three gems on rubygems, but with different versions. https://rubygems.org/search?utf8=%E2%9C%93&query=termios ![image](https://cloud.githubusercontent.com/assets/2290461/17797696/ec1510d6-6605-11e6-8de0-a5a141d0c332.png)

termios.c: In function ‘termios_tcgetattr’: termios.c:206:51: error: ‘errno’ undeclared (first use in this function) make passed after I added #include manually into termios.c.

Hi, there is missing baud rate `250000`. Can you add it, please? Or at least say how I can add it, or might be there is some workarounds?