README.TXT Driver File Contents (CommandLibraryV304.zip)

                ********************************************
                *                                          *
                *     Printer Programming Library Disk     *
                *                         Version 3.04AW   *
                *                                 3.04BW   *
                *                                 3.04ZW   *
                ********************************************

Thank you for purchasing our product.

You have just opened the README.TXT file. It contains the information about
application function interface and the driving library.

Programming Guide:
==================================
The printer driving libraries are located in different sub-directory
for different printer control language, so you must check the printer
language before your library link. The PPLA sub-directory is for PPLA
printer language and PPLB sub-directory is for PPLB printer language
and PPLZ sub-directory is for PPLZ printer language..

Directory Contents Description:
==================================
   Win
   Win\Doc             => The documentation for the syntax of function call
   Win\Example         => Example for link.
   Win\Example\VC_Test => Example for Visual C++ 6.0
   Win\Example\VB_Test => Example for Visual Basic 6.0
   Win\Example\VF_Test => Example for Visual FoxPro 6.0
   Win\Example\Delphi_ppla => Example for Delphi
   Win\Library         => DLL file.

   DOS
   DOS\Doc             => The documentation for the syntax of function call
   DOS\Example         => Example for link.
   DOS\Example\File    => Example for printing to file.
   DOS\Example\Form    => Example for printing with a form file.
   DOS\Example\General => Example for general label printing.
   DOS\Library         => Lib file.

Release Notice:
==================================
PPLA:
     1. In this version Ver1.1AW, we add a barcode tpye for China postal matrix 2 5
        code in the barcode drawing function.
     2. In this version Ver1.2AW, we add Chinese dot font (16*15 and 24*24) function.
     3. In this version Ver1.2.1AW, we modify True Type Font left "|" pattern in any direction.
     4. In this version Ver1.2.2AW, we add functions for ARGOBAR.
     5. In this version Ver1.2.3AW, we modify Print_Out() to work under Win2000 and NT4.0.
     6. In this version Ver2.0.0AW, We modified all function to add the "A_" befor
                                    function name. And to reserve old function name.
     7. In this version Ver2.0.0AW, We add A_Prn_Text_TrueType_W() function to control
                                    height and width for True type font.
     8. In this version Ver2.0.0AW, We add A_Get_DLL_Version() function to Get or show this
                                    verison for library.
     9. In this version Ver2.0.0AW, we add A_Set_Prncomport() function to set serial port for printer.
    10. In this version Ver2.0.0AW, we add A_Set_Prncomport_PC() function to set serial port for PC.
                                    If you used Xon and Xoff, you must get verison X3A2.10 for firmware.
    11. In this version Ver2.0.2AW, we add A_Bar2d_Maxi_Ori(), A_Bar2d_PDF417_Ori() functions to set
                                    orientation. And A_Bar2d_PDF417_Ori() add to change end character.
    12. In this version Ver2.1.0AW  We modify time out and serial port flow control for the print operation.
    13. In this version Ver2.2.0AW  We modify operation for A_Print_Out(). User can print out many times
                                    between create and close printer of assece operation.
    14. In this version Ver2.2.2AW  We modify end code for graph to "0D".
    15. In this version Ver2.5.0AW  We add a new output model "winport.dll". It supports LPT1, LPT2, LPT3,
                                    COM1, COM2, COM3 and File.
    16. In this version Ver2.6AW    We modify output model. It don't twinkle.
    17. In this version Ver2.7AW    We modify memory manager. It cann't crash when memory isn't enought.
    18. In this version Ver3.0AW    We modify the that if Graphic is too big,it maybe error.
                                    Add set Gap function.
    19. In this version Ver3.03AW   We add the function to show process when sending to printer.
    	 			    Add the 2D Barcode-DataMatrix
    	 			    Modify the phony font can't work when it Bold + underline +
				    rotation 180
    				    Add the function A_Set_Logic to set image printing mode.
    				    Add the fucntion A_Set_LabelVer to Set R-400 width.
    				    Add A_Set_SlashZero to change slash zero 0 to O.
    20. In this version Ver3.04AW   Support Window Server 2003
    21. 			       We modify memory manager. It cann't crash when memory isn't enought.
    22.                                              Expand the 2D barcode data length.
    23.				    Enable the USB port
    24.				    Add the Change End character function on A_Bar2d_Maxi, A_Bar2d_Maxi_Ori()
				    A_DataMatrix

PPLB:
     1. In this version Ver1.1BW, we modify True Type Font left "|" pattern.
     2. In this version Ver1.2BW, we add Chinese dot font (16*15 and 24*24) function.
     3. In this version Ver1.2.1BW, we modify True Type Font left "|" pattern in any direction.
     4. In this version Ver1.2.2BW, we modify Print_Out() to work under Win2000 and NT4.0.
     5. In this version Ver1.2.3BW, we add the Prn_Text_TrueType_W() function to input width of font.
     6. In this version Ver1.2.3BW, we add the Get_DLL_Version_PPLB() function to show DLL verison.
     7. In this version Ver2.0.0BW, We modified all function to add the "B_" befor
                                    function name. And to reserve old function name.
     8. In this version Ver2.0.0BW, We add B_Prn_Text_TrueType_W() function to control
                                    height and width for True type font.
     9. In this version Ver2.0.0BW, We add B_Get_DLL_Version() function to Get or show this
                                    verison for library.
    10. In this version Ver2.0.0BW, we add B_Set_Prncomport_PC() function to set serial port for PC.
                                    If you used Xon and Xoff, you must get verison X3A2.10 for firmware.
    11. In this version Ver2.1.0BW  We modify time out and serial port flow control for the print operation.
    12. In this version Ver2.2.0BW  We modify operation for B_Print_Out(). User can print out many times
                                    between create and close printer of assece operation.
    13. In this version Ver2.2.1BW  We modify bug for printing failed for B_Print_Out() and B_Print_MCopy().
    14. In this version Ver2.2.3BW  We modify end code for graph to "0A".
    15. In this version Ver2.5.0BW  We add a new output model "winport.dll". It supports LPT1, LPT2, LPT3,
                                    COM1, COM2, COM3 and File.
    16. In this version Ver2.6BW    We Modify output model. It don't twinkle.
    17. In this version Ver2.7BW    We modify memory manager. It cann't crash when memory isn't enought.
    18. In this version Ver3.0BW    We modify the that if Graphic is too big,it maybe error.
                                    Add Backfeed function.
    19. In this version Ver3.03BW   We add the function to show process when sending to printer.
    20. 			    Modify the phony font can't work when it Bold + underline +
				    rotation 180
    21. In this version Ver3.04BW   Modify the cutter can't cut in multi paper when in DT Mode
    22.				    Support Window Server 2003
    23. 			       We modify memory manager. It cann't crash when memory isn't enought.
    24.                                              Expand the 2D barcode data length.
    25.				    Enable the USB port
    26.				    Modify the bug -- If counter is in used, other object can't print.

PPLZ
    1. In this version Ver3.03ZW    We add the function to show process when sending to printer.
    				    Add the function to set distance of backfeed.
     			   	    Modify the phony font can't work when it Bold + underline +
				    rotation 180
     				    Add modify the print error when print in huge data in Win98
				    Add Z_Bar2d_QRCode to print QR Code
				    Add Z_Set_PrintWidth to set print width
    2. In this version Ver3.04ZW    We Modify the print graph incomplete.
    3. 				    Support Window Server 2003
    4.				    Add Z_Print_OutQuality to set sheet for cutter
    5.				    We modify memory manager. It cann't crash when memory isn't enought.
    6.                                               Expand the 2D barcode data length.
    7.				    Enable the USB port

TRADEMARKS
==========
All trademark or brand names mentioned are properties
of their respective companies.

============END==========

Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web1, load: 1.02