ruby-termios
ruby-termios copied to clipboard
A simple wrapper or termios(3) for Ruby.
It looks there are three gems on rubygems, but with different versions. https://rubygems.org/search?utf8=%E2%9C%93&query=termios 
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?