Connecting to Other Printers Tutorial

From BR Wiki
Revision as of 14:36, 11 July 2013 by Laura (talk | contribs) (Created page with "Printers can be designated for printing in the BRConfig.sys file. Simply add the printer location after PRN:/ in the program or in BRConfig.sys. With BR version 4.0 and foll...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Printers can be designated for printing in the BRConfig.sys file. Simply add the printer location after PRN:/ in the program or in BRConfig.sys.

With BR version 4.0 and following, Native Windows Printing is allowed. To activate this, make sure that OPTION 31 is off, and specify WIN:/ as the device type in your OPEN #255 statements or BRConfig.sys file. For example:

00010 OPEN #255: "name=WIN:/DEFAULT,recl=32000", DISPLAY,OUTPUT
00020 PRINT #255: "My first printout!"
00030 CLOSE #255: