ttysend.1 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .TH ttysend 1 "Mar 2014" "plc-utils-2.1.6" "Qualcomm Atheros Powerline Toolkit"
  2. .SH NAME
  3. ttysend - Serial Line Rate Tester (Send)
  4. .SH SYNOPSIS
  5. .BR ttysend
  6. .RI [ options ]
  7. .RI [< stdin ]
  8. .SH DESCRIPTION
  9. Send data to a serial device.
  10. The primary purpose of this program is to send data over a serial port that can then be received with the \fBttyrecv\fR utility.
  11. .PP
  12. The ttysend program exits when either one of the following conditions are met:
  13. 1.
  14. The file specified on the command line (see \fB-f\fR) is sent in its entirety.
  15. 2.
  16. The send time specified on the command line (see \fB-t\fR) has elapsed.
  17. .PP
  18. This program is part of the Qualcomm Atheros Powerline Toolkit.
  19. See the \fBAMP\fR man page for an overview and installation instructions.
  20. .SH COMMENTS
  21. This program does not yet support Windows platforms.
  22. .SH OPTIONS
  23. .TP
  24. -\fBf \fIfile\fR
  25. The file to send.
  26. If this option is not specified, the values 0x00 to 0xFF are sent in a loop.
  27. Instead of a filename, a '-' may be specified.
  28. This is similar to the \fBtar\fR utility, and instructs ttysend to read from standard input.
  29. .TP
  30. -\fBl \fIfile\fR
  31. The serial port file to send data to.
  32. The default is \fB/dev/ttyS0\fR.
  33. .TP
  34. -\fBs \fIspeed\fR
  35. The serial baud rate.
  36. Supported baud rates are \fB0\fR, \fB50\fR, \fB75\fR, \fB110\fR, \fB134\fR, \fB150\fR, \fB200\fR, \fB300\fR, \fB600\fR, \fB1200\fR, \fB1800\fR, \fB2400\fR, \fB4800\fR, \fB9600\fR, \fB19200\fR, \fB38400\fR, \fB57600\fR, \fB115200\fR, \fB230400\fR, \fB460800\fR, \fB500000\fR and \fB921600\fR.
  37. .TP
  38. -\fBt \fItime\fR
  39. Transmit for a maximum of \fBtime\fR seconds.
  40. The default is 15 seconds.
  41. .TP
  42. .RB - ? ,-- help
  43. Print program help summary on stdout.
  44. This option takes precedence over other options on the command line.
  45. .TP
  46. .RB - ? ,-- version
  47. Print program version information on stdout.
  48. This option takes precedence over other options on the command line.
  49. Use this option when sending screen dumps to Atheros Technical Support so that they know exactly which version of the Linux Toolkit you are using.
  50. .SH EXAMPLES
  51. None.
  52. .SH SEE ALSO
  53. .BR amp ( 1 ),
  54. .BR int6kuart ( 1 ),
  55. .BR ttyrecv ( 1 )
  56. .SH CREDITS
  57. Nathaniel Houghton <nhoughto@qca.qualcomm.com>