Guest User

Untitled

a guest
Jun 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. speed 9600 baud; 47 rows; 155 columns;
  2. lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
  3. -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo
  4. -extproc
  5. iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel iutf8
  6. -ignbrk brkint -inpck -ignpar -parmrk
  7. oflags: opost onlcr -oxtabs -onocr -onlret
  8. cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -dsrflow
  9. -dtrflow -mdmbuf
  10. cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
  11. eol2 = <undef>; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
  12. min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T;
  13. stop = ^S; susp = ^Z; time = 0; werase = ^W;
Add Comment
Please, Sign In to add comment