baud.sh.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version='1.0' encoding='iso-8859-1'?>
  2. <!doctype html public '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
  3. <html xmlns='http://www.w3c.org/1999/xhtml' lang='en-us'>
  4. <head>
  5. <title>
  6. baud.sh
  7. </title>
  8. <meta http-equiv='content-type' content='text/html;iso-8859-1'/>
  9. <meta name='generator' content='motley-tools 1.9.4 13:40:33 Feb 18 2015'/>
  10. <meta name='author' content='cmaier@cmassoc.net'/>
  11. <meta name='robots' content='noindex,nofollow'/>
  12. <link href='toolkit.css' rel='stylesheet' type='text/css'/>
  13. </head>
  14. <body>
  15. <div class='headerlink'>
  16. [<a href='toolkit.html' title=' Index '>PREV</a>]
  17. [<a href='toolkit.html' title=' Index '>HOME</a>]
  18. [<a href='bootp.sh.html' title=' bootp.sh '>NEXT</a>]
  19. </div>
  20. <pre>
  21. #!/bin/sh
  22. # ====================================================================
  23. # set serial port parameters on a Linux system;
  24. # --------------------------------------------------------------------
  25. stty -F /dev/ttyUSB1 1115200 cs8 -cstopb -ixon
  26. </pre>
  27. <div class='footerlink'>
  28. [<a href='toolkit.html' title=' Index '>PREV</a>]
  29. [<a href='toolkit.html' title=' Index '>HOME</a>]
  30. [<a href='bootp.sh.html' title=' bootp.sh '>NEXT</a>]
  31. </div>
  32. </body>
  33. </html>