pkg / term

Package term manages POSIX terminals.
BSD 2-Clause "Simplified" License
393 stars 64 forks source link

Please add an equivalent to Python's setraw #1

Closed twpayne closed 10 years ago

twpayne commented 10 years ago

Python's tty module has a convenient setraw function that puts the serial port in raw mode. It would be great if term had a similar function in its high-level interface. Thanks!

davecheney commented 10 years ago

SGTM, but please add SetCooked and the third type (I can't remember off hand).

Neither should take arguments.

On 8 May 2014, at 8:56, Tom Payne notifications@github.com wrote:

Python's tty module has a convenient setraw function that puts the serial port in raw mode. It would be great if term had a similar function in its high-level interface. Thanks!

— Reply to this email directly or view it on GitHub.