5. USE CARD COMMANDS FROM POSTSCRIPT; fl (This is a data string) write ; fl closefile - Page 522

Brother HL-1650 Command Reference Guide for Software Developers

Table of Contents

Technical Reference Guide
GLOSSARY
background image

 

APPENDIX B - FLASH/PCMCIA CARD COMMANDS - 18 

5.

 

USE CARD COMMANDS FROM POSTSCRIPT 

The PostScript emulation recognizes the storage device as a hard disk (except a Flash memory card) and the 
PostScript file operation allows you to read/write data on these devices. 

 (i.e.) 

Create the file named "test" and write the data, "This is a data string" onto the device which is inserted into Slot 
1. 

/fl (%disk0%test)(w)file def 
fl (This is a data string) write 
fl closefile 

 

For PostScript, the following command should be used to specify the hard disk which is to be used; 

 (%disk#%)  

** # = number 

 

The above number corresponds to the slots of the HL-1660e/2060/2400C/2400Ce/3400CN/2460/2460N/ 
7050/2600CN/3450CN/2700CN printer as follows; 

Slot 1: 

   

(%disk0%)

 

Slot 2:                

(%disk1%) 

Internal HDD:   

(%disk2%) 

 
 

Detailed Information for Brother HL-1650 Command Reference Guide for Software Developers

Lists of information found in Brother HL-1650 Command Reference Guide for Software Developers - Page 522

  • 5. USE CARD COMMANDS FROM POSTSCRIPT The PostScript emulation recognizes the storage device as a hard disk (except a Flash memory card) and the PostScript file operation allows you to read/write data on these devices.

Related Documents for Brother HL-1650 Command Reference Guide for Software Developers