File: tos-serial-configure.1

package info (click to toggle)
tinyos-tools 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,140 kB
  • ctags: 1,626
  • sloc: cpp: 10,398; sh: 1,229; python: 1,200; ansic: 562; makefile: 305; xml: 24
file content (30 lines) | stat: -rw-r--r-- 774 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.TH tos-serial-configure 1 "Feb 2, 2006"
.SH NAME

tos-serial-configure - reset serial port settings for raw data
.SH SYNOPSIS

\fBtos-serial-configure\fR \fInumber\fR
.SH DESCRIPTION

\fBtos-serial-configure\fR is a tool that resets a serial port
to read raw bytes. Some devices, such as terminals, require
serial ports to interpret bytes in some fashion or another.
For example, in "cooked" mode, a read on a serial port
returns only after a newline character.

\fBtos-serial-debug\fR takes a required \fInumber\fR argument,
an integer which refers to which serial port to configure.
This is appended to "/dev/ttyS" to determine the terminal
device name. 

.SH EXAMPLE
Executing
  
  tos-serial-configure 0

configures /dev/ttyS0.

.SH SEE ALSO

.IR tos-serial-debug (1),