summaryrefslogtreecommitdiffstatshomepage
path: root/py
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-08-19 10:23:14 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-08-23 06:09:46 +0300
commit4f9ebade608e805f0f35e81cd0372d3afdafb900 (patch)
tree53e6f4ee89a580e826d449ca3207797b9455ca01 /py
parent72b115cbaaba05ce01af45686eb485a45903017a (diff)
downloadmicropython-4f9ebade608e805f0f35e81cd0372d3afdafb900.tar.gz
micropython-4f9ebade608e805f0f35e81cd0372d3afdafb900.zip
modtermios: Add "termios" unix module, subset of CPython's.
Also provides setraw() function from "tty" module (which in CPython is implemented in Python). The idea here is that 95% of "termios" module usage is to set raw mode to allow access to normal serial devices. Then, instead of exporting gazillion termios symbols, it's better to implement it in C, and export minimal number of symbols (mostly baud rates and drain values).
Diffstat (limited to 'py')
0 files changed, 0 insertions, 0 deletions