Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. PC $ stty -a -F /dev/ttyUSB0
  2. speed 115200 baud; rows 0; columns 0; line = 0;
  3. intr = ^C; quit = ^; erase = ^?; kill = ^U; eof = ^A; eol = <undef>; eol2 = <undef>; swtch = <undef>;
  4. start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; discard = ^O; min = 0; time = 0;
  5. -parenb -parodd -cmspar cs8 hupcl -cstopb cread clocal -crtscts
  6. -ignbrk -brkint ignpar -parmrk -inpck -istrip -inlcr -igncr -icrnl -ixon -ixoff -iuclc -ixany -imaxbel
  7. -iutf8
  8. -opost -olcuc -ocrnl -onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
  9. -isig -icanon -iexten -echo -echoe -echok -echonl -noflsh -xcase -tostop -echoprt -echoctl -echoke
  10. -flusho -extproc
  11.  
  12.  
  13. Embedded device:~# stty -a
  14. speed 115200 baud; rows 24; columns 80; line = 0;
  15. intr = ^C; quit = ^; erase = ^?; kill = ^U; eof = ^D; eol = <undef>;
  16. eol2 = <undef>; swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R;
  17. werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0;
  18. -parenb -parodd cs8 hupcl -cstopb cread clocal -crtscts
  19. -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon ixoff
  20. -iuclc -ixany -imaxbel iutf8
  21. opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
  22. isig icanon -iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt
  23. echoctl echoke
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement