ttysend.1.html 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. ttysend.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='ttyrecv.1.html' title=' ttyrecv.1 '>PREV</a>]
  17. [<a href='toolkit.html' title=' Index '>HOME</a>]
  18. [<a href='ttysig.1.html' title=' ttysig.1 '>NEXT</a>]
  19. </div>
  20. <pre>
  21. ttysend(1) Qualcomm Atheros Open Powerline Toolkit ttysend(1)
  22. NAME
  23. ttysend - Serial Line Rate Tester (Send)
  24. SYNOPSIS
  25. ttysend [options] [&lt;stdin]
  26. DESCRIPTION
  27. Send data to a serial device. The primary purpose of this program is to send data over a serial port that can then be
  28. received with the ttyrecv utility.
  29. The ttysend program exits when either one of the following conditions are met:
  30. 1. The file specified on the command line (see -f) is sent in its entirety.
  31. 2. The send time specified on the command line (see -t) has elapsed.
  32. This program is part of the Qualcomm Atheros Powerline Toolkit. See the AMP man page for an overview and installation
  33. instructions.
  34. COMMENTS
  35. This program does not yet support Windows platforms.
  36. OPTIONS
  37. -f file
  38. The file to send. If this option is not specified, the values 0x00 to 0xFF are sent in a loop. Instead of a
  39. filename, a '-' may be specified. This is similar to the tar utility, and instructs ttysend to read from standard
  40. input.
  41. -l file
  42. The serial port file to send data to. The default is /dev/ttyS0.
  43. -s speed
  44. The serial baud rate. Supported baud rates are 0, 50, 75, 110, 134, 150, 200, 300, 600, 1200, 1800, 2400, 4800,
  45. 9600, 19200, 38400, 57600, 115200, 230400, 460800, 500000 and 921600.
  46. -t time
  47. Transmit for a maximum of time seconds. The default is 15 seconds.
  48. -?,--help
  49. Print program help summary on stdout. This option takes precedence over other options on the command line.
  50. -?,--version
  51. Print program version information on stdout. This option takes precedence over other options on the command line.
  52. Use this option when sending screen dumps to Atheros Technical Support so that they know exactly which version of
  53. the Linux Toolkit you are using.
  54. EXAMPLES
  55. None.
  56. SEE ALSO
  57. amp(1), int6kuart(1), ttyrecv(1)
  58. CREDITS
  59. Nathaniel Houghton &lt;nhoughto@qca.qualcomm.com&gt;
  60. open-plc-utils-0.0.3 Mar 2014 ttysend(1)
  61. </pre>
  62. <div class='footerlink'>
  63. [<a href='ttyrecv.1.html' title=' ttyrecv.1 '>PREV</a>]
  64. [<a href='toolkit.html' title=' Index '>HOME</a>]
  65. [<a href='ttysig.1.html' title=' ttysig.1 '>NEXT</a>]
  66. </div>
  67. </body>
  68. </html>