ttysig.1.html 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. ttysig.1
  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='ttysend.1.html' title=' ttysend.1 '>PREV</a>]
  17. [<a href='toolkit.html' title=' Index '>HOME</a>]
  18. [<a href='weeder.1.html' title=' weeder.1 '>NEXT</a>]
  19. </div>
  20. <pre>
  21. ttysig(1) Qualcomm Atheros Open Powerline Toolkit ttysig(1)
  22. NAME
  23. ttysig - Serial Line Signal Controller
  24. SYNOPSIS
  25. ttysig [options]
  26. DESCRIPTION
  27. Interactively control serial line output signals (Request To Send, Data Terminal Ready), and read the current value of
  28. all control signals (Request To Send, Clear To Send, Data Set Ready, Data Terminal Ready, Data Carrier Detect, Ring Indi‐
  29. cator).
  30. This program is part of the Qualcomm Atheros Powerline Toolkit. See the AMP man page for an overview and installation
  31. instructions.
  32. OPTIONS
  33. -s device
  34. Specify the serial device used. The default is serial console device &quot;/dev/ttyS0&quot;.
  35. -D value
  36. Set the serial control line DTR high if value is non-zero, low otherwise.
  37. -I Interactive mode.
  38. -R value
  39. Set the serial control line RTS high if value is non-zero, low otherwise.
  40. -r Print serial control line status on stdout. This is performed after -R and -D.
  41. -?,--help
  42. Print program help summary on stdout. This option takes precedence over other options on the command line.
  43. -?,--version
  44. Print program version information on stdout. This option takes precedence over other options on the command line.
  45. Use this option when sending screen dumps to Atheros Technical Support so that they know exactly which version of
  46. the Linux Toolkit you are using.
  47. EXAMPLES
  48. The following example sets DTR high and RTS low at program start. The user then interactively prints the current control
  49. signal values, and then sets DTR low. Since no serial devices are specified, program defaults are used.
  50. $ ./ttysig -I -D 1 -R 0
  51. command (D #, R #, r, q): r
  52. RTS: -V
  53. CTS: -V
  54. DSR: -V
  55. DTR: +V
  56. DCD: -V
  57. RI : -V
  58. command (D #, R #, r, q): D 0
  59. command (D #, R #, r, q):
  60. SEE ALSO
  61. amp(1), int6kdetect(1), int6kuart(1)
  62. CREDITS
  63. Nathaniel Houghton &lt;nhoughto@qca.qualcomm.com&gt;
  64. open-plc-utils-0.0.3 Mar 2014 ttysig(1)
  65. </pre>
  66. <div class='footerlink'>
  67. [<a href='ttysend.1.html' title=' ttysend.1 '>PREV</a>]
  68. [<a href='toolkit.html' title=' Index '>HOME</a>]
  69. [<a href='weeder.1.html' title=' weeder.1 '>NEXT</a>]
  70. </div>
  71. </body>
  72. </html>