02.07.2013 Views

A/UX® System Administrator's Reference Sections 1M, 7, and 8

A/UX® System Administrator's Reference Sections 1M, 7, and 8

A/UX® System Administrator's Reference Sections 1M, 7, and 8

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

terrnio(7) terrnio(7)<br />

struct serstat {<br />

unsigned long ser_frame;<br />

unsigned long ser_ovrun;<br />

unsigned long ser_parity;<br />

unsigned long ser cts;<br />

unisgned long ser=inflow;<br />

} ;<br />

unsigned long ser_outflow;<br />

The comm<strong>and</strong> using this form is as follows:<br />

/*framing errors*/<br />

/*overrun errors*/<br />

/*parity errors */<br />

/*CTS signal */<br />

/*input flow */<br />

/*control */<br />

/*output flow */<br />

/*control */<br />

TCGETSTAT Get status information for the serial identified by<br />

filedes <strong>and</strong> store it in the B termio structure<br />

referenced by argo The ser_frame,<br />

ser_ovrun, <strong>and</strong> seryarity members of<br />

the serstat structure represent the error<br />

counts that have been tallied since the last call to<br />

TCGETSTAT. The ser cts member indicates<br />

the current status of the CTS signal. A true<br />

value indicates that CTS is on (high); otherwise,<br />

CTS is off (low). If the ser inflow member<br />

is true, input is currently blocked due to flow<br />

control. If the ser outflow member is true,<br />

output is currently blocked due to flow control.<br />

4.2 BSD COMPATIBLE FEATURES<br />

Local Special Characters<br />

When job control is active, there is a 1 tchars structure associated<br />

with each terminal. Two fields are used, which define characters<br />

to stop a process. The other fields are for compatibility with<br />

past <strong>and</strong> future systems.<br />

14<br />

struct ltchars {<br />

char t_suspc; /* stop process signal */<br />

char t_dsuspc; /* delayed stop process */<br />

/* signal */<br />

char t _rprntc; /* Not used */<br />

char t_flushc; /* Not used */<br />

char t_werase; /* Not used */<br />

} ;<br />

char t lnextc;<br />

-<br />

/* Not used */<br />

By default, these characters are disabled (set to -1). Traditionally<br />

CONlROL-Z is used for the suspend character <strong>and</strong> CON1ROL-Y for<br />

the delayed suspend.<br />

February, 1990<br />

RevisionC

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!