Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

curs_print(3x) [mojave man page]

curs_print(3X)															    curs_print(3X)

NAME
mcprint - ship binary data to printer SYNOPSIS
#include <curses.h> int mcprint(char *data, int len); DESCRIPTION
This function uses the mc5p or mc4 and mc5 capabilities, if they are present, to ship given data to a printer attached to the terminal. Note that the mcprint code has no way to do flow control with the printer or to know how much buffering it has. Your application is responsible for keeping the rate of writes to the printer below its continuous throughput rate (typically about half of its nominal cps rating). Dot-matrix printers and 6-page-per-minute lasers can typically handle 80cps, so a good conservative rule of thumb is to sleep for a second after shipping each 80-character line. RETURN VALUE
The mcprint function returns ERR if the write operation aborted for some reason. In this case, errno will contain either an error associ- ated with write(2) or one of the following: ENODEV Capabilities for printer redirection do not exist. ENOMEM Couldn't allocate sufficient memory to buffer the printer write. When mcprint succeeds, it returns the number of characters actually sent to the printer. PORTABILITY
The mcprint call was designed for ncurses(3X), and is not found in SVr4 curses, 4.4BSD curses, or any other previous version of curses. BUGS
Padding in the mc5p, mc4 and mc5 capabilities will not be interpreted. SEE ALSO
curses(3X) curs_print(3X)

Check Out this Related Man Page

curs_print(3X)															    curs_print(3X)

NAME
mcprint - ship binary data to printer SYNOPSIS
#include <curses.h> int mcprint(char *data, int len); DESCRIPTION
This function uses the mc5p or mc4 and mc5 capabilities, if they are present, to ship given data to a printer attached to the terminal. Note that the mcprint code has no way to do flow control with the printer or to know how much buffering it has. Your application is responsible for keeping the rate of writes to the printer below its continuous throughput rate (typically about half of its nominal cps rating). Dot-matrix printers and 6-page-per-minute lasers can typically handle 80cps, so a good conservative rule of thumb is to sleep for a second after shipping each 80-character line. RETURN VALUE
The mcprint function returns ERR if the write operation aborted for some reason. In this case, errno will contain either an error associ- ated with write(2) or one of the following: ENODEV Capabilities for printer redirection do not exist. ENOMEM Couldn't allocate sufficient memory to buffer the printer write. When mcprint succeeds, it returns the number of characters actually sent to the printer. PORTABILITY
The mcprint call was designed for ncurses(3X), and is not found in SVr4 curses, 4.4BSD curses, or any other previous version of curses. BUGS
Padding in the mc5p, mc4 and mc5 capabilities will not be interpreted. SEE ALSO
curses(3X) curs_print(3X)
Man Page

5 More Discussions You Might Find Interesting

1. Debian

Serial printer cutting last page of long reports...

Any ideas what could cause this? I have flow control set to XON XOFF on the printer and the on the OS level. (1 Reply)
Discussion started by: djsal
1 Replies

2. Linux

Regarding Dot Matrix Printing

Hi all, What I want is that can we manage printing a text file on a Dot Matrix printer installed on a Linux machine and the printer should not take the normal A4 format, but should print only to the extent the text file has text in it. What happen usually is that when we give print comand to any... (0 Replies)
Discussion started by: aman_mlt
0 Replies

3. OS X (Apple)

Accessing printer through serial port

Hey, im new to processing so any help you could give me would be much appreciated. I am trying to get control of the rollers on my 9 pin dot matrix printer (epson LX 300+). Initially I was going to do this through arduino but hope to do it through processing using the serialwrite programme. ... (0 Replies)
Discussion started by: hougeman
0 Replies

4. IP Networking

Gigabit Link throughput

As a rule of thumb in doing calculations, what figure would you use in Mbytes/sec? I know the answer varies grealty on the topolgy of the network but I wonde what newteok engineers use a rough rule of thumb? Many thanks. (1 Reply)
Discussion started by: debd
1 Replies

5. Red Hat

Dot matrix Printer configuring on Linux RHEL AS 5.1

Dear Experts, We have requirement to configure Dot matrix printer in linux, Also need to register in Oracle application R12.0.6 version where i need get the print in landscape format. Request you all kindly help on the same. Thank you, Alone. ---------- Post updated 02-18-14 at 01:02... (6 Replies)
Discussion started by: Alone
6 Replies