-b Option |
Specifies whether backspaces are sent to the printer:
+ |
Specifies backspaces be sent to the printer. |
! |
Specifies backspaces be discarded. |
|
-B Number |
Sets the speed to the specified number of bits per second. Values for the Number variable are 50, 75, 110, 134, 150, 300, 600, 1200, 1800, 2400, 4800, 9600, 19,200, and 38,400. |
-c Option |
Specifies whether carriage returns are sent to the printer:
+ |
Sends carriage returns to the printer. |
! |
Translates carriage returns to line feeds. |
|
-C Option |
Specifies whether all lowercase characters are converted to uppercase characters:
+ |
Converts lowercase characters to uppercase characters. |
! |
Does not convert lowercase characters to uppercase characters. |
|
-e Option |
Specifies the processing to be performed when an error is detected:
+ |
Returns an error. |
! |
Waits until error clears. |
|
-f Option |
Specifies whether the printer is sent form feeds or simulates a form feed with line feeds or carriage returns:
+ |
Sends form feeds to the printer. |
! |
Simulates a form feed with line feeds or carriage returns. |
|
-F! |
Resets font status indicators for an 3812 Page Printer or an 3816 Page Printer. This flag causes fonts to be reloaded from the printer's font diskette into the printer's memory by the next spooled print job. This flag should be specified if the printer has been turned off and then turned back on, or if the fonts in the printer's memory have become corrupted. |
-i Number |
Indents the specified number of columns, where the value of the Number variable is an integer. |
-l Number |
Prints the specified number of lines per page, where the value of the Number variable is an integer. |
-n Option |
Specifies whether the printer is sent line feeds or translates line feeds to carriage returns:
+ |
Sends line feeds to the printer. |
! |
Translates line feeds to carriage returns. |
|
-N Option |
Specifies whether parity generation and detection is enabled:
+ |
Enables parity generation and detection. |
! |
Disables parity generation and detection. |
|
-p Option |
Specifies whether the system sends all characters to the printer unmodified or translates characters according to the settings for the -b, -c, -C, -f, -i, -l, -n, -r, -t, -w, and -W flags:
+ |
Sends all characters to the printer unmodified, overriding other settings. |
! |
Translates characters according to the settings. |
|
-P Option |
Specifies the parity:
+ |
Specifies odd parity. |
! |
Specifies even parity. |
|
-r Option |
Specifies whether carriage returns are added after line feeds:
+ |
Sends a carriage return after a line feed. |
! |
Does not send a carriage return after a line feed. |
|
-s Number |
Selects character size where the Number variable is the number of bits. Values for the Number variable can be 5, 6, 7, or 8. See the termio.h special file for additional information on character size. |
-S Option |
Specifies the number of stop bits per character:
+ |
2 stop bits per character. |
! |
1 stop bit per character. |
|
-t Option |
Specifies whether tabs are to be expanded:
+ |
Does not expand tabs. |
! |
Expands tabs on 8 position boundaries. |
|
-T Number |
Sets the time-out period to the number of seconds specified by the Number variable. The value of the Number variable must be an integer. |
-w Number |
Prints the number of columns specified by the Number variable. The value of the Number variable must be an integer. |
-W Option |
Specifies whether to wrap characters beyond the specified width to the next line and print ... (3 dots) after the new-line character:
+ |
Wraps characters beyond the specified width to the next line and prints ... (3 dots) after the new-line character. |
! |
Truncates characters beyond the specified width. |
|