1 ! Copyright (C) 2008 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: accessors kernel math.bitwise serial serial.unix ;
6 : serial-obj ( -- obj )
10 { IGNPAR ICRNL } flags >>iflag
12 { CS8 CLOCAL CREAD } flags >>cflag
13 { ICANON } flags >>lflag ;
15 : serial-test ( -- serial )
18 dup get-termios >>termios