pkg/term

Please add an equivalent to Python's setraw

Closed this issue · 1 comments

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!

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.