[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

devc-sergt64260

Serial driver for GT64260 MPSC port


Note: You must be root to start this driver.

Syntax:

devc-sergt64260  [[options[port[^shift[,irq...]] ... &

Options:

-b number
The initial baud rate (default 57600).
-c clk[/div]
Set the input clock rate and divisor.
-C size
The size of the canonical buffer in bytes (default 256).
-e
Start in edited mode.
-E
Start in raw mode (the default).
-f
Enable hardware flow control (default).
-F
Disable hardware flow control (default to hardware flow control enabled).
-O number
The size of the output buffer in bytes (default 2048).
-s
Enable software flow control.
-S
Disable software flow control (default).
-T
Use TCLK as input source.

Description:

The devc-sergt64260 driver is a serial device manager for QNX Neutrino.

Examples:

Start devc-sergt64260 -e -T -c133333333/16 -b9600 0xf8100000

(0xf81000000 is the base address for GT64260)

See also:

Character I/O drivers (devc-*) in the Utilities Summary


[Previous] [Contents] [Index] [Next]