Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
Developer Support
QNX Documentation Library
QNX Developer Support

QNX Developer Support

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

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

devc-pty

Pty communications manager (QNX Neutrino)


Note: You must be root to start this driver.

Syntax:

devc-pty [options] &

Options:

-C size
Specify the size of the canonical buffer in bytes (default 256).
-I size
Size of input buffer in bytes (default 256).
-n numptys
Create numptys ptys (default 8).
-O size
Size of output buffer in bytes (default 3 * 512).

Description:

The devc-pty manager is a small pty manager for QNX Neutrino. It can support up to 176 ptys, a limit imposed by UNIX naming conventions for ptys.

Examples:

Start devc-pty with 32 ptys:

devc-pty -n 32 &

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