0% found this document useful (0 votes)
21 views

Apd5 Readme en

read

Uploaded by

thomas.pirates
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

Apd5 Readme en

read

Uploaded by

thomas.pirates
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

================================================================================

EPSON Advanced Printer Driver for TM-T88VI Ver.5

Copyright (c) 2016-2023 Seiko Epson Corporation


================================================================================

1. About this software


This package includes the following two software programs to use with an EPSON
TM series printer.

1) Windows Printer Driver


This driver is a Windows Printer Driver for the TM printer.
This driver makes it possible to print from a Windows application.

2) StatusAPI
StatusAPI is a program that works in conjunction with the TM printer
driver.
It offers an Application Program Interface for obtaining the printer status

whether or not the printer is printing. This API makes integrating printer
status handling functions with applications more simple.

For detailed information, please see each reference manual.

3) OS
The driver operation has been verified with the following operating
systems.

Windows 11 64bit
Windows 10 32/64bit
Windows 8.1 32/64bit
Windows 7 SP1 32/64bit
Windows Server 2022 64bit
Windows Server 2019 64bit
Windows Server 2016 64bit
Windows Server 2012 R2 64bit
Windows Server 2012 64bit
Windows Server 2008 R2 Enterprise SP1 64bit
Windows Server 2008 Standard/DataCenter SP2 32bit
Windows Server 2008 Standard SP2 64bit
Windows Embedded Standard 2009 32bit
Windows Embedded POSReady 2009 32bit
Windows Embedded Standard 7
Windows Embedded POSReady 7

A warning message may be displayed when installing the driver on Windows 7


or Windows XP.
* There are no restrictions in the environment where the latest security
update is implemented in Windows 7.
* APD cannot be installed in the environment where KB2868626 security
update program is not executed on Windows XP

This driver is not supported by Windows 95/98/NT/2000 and Windows XP.

Bluetooth Interface is not available on Windows Server OS.

4) Supported Printers
EPSON TM-T88VI
The printer driver operates regardless of the pritner firmware version.

2. Supplied Files
- APD_513R1_T88VI_EWM.zip : Printer Driver, StatusAPI installer with manuals

Refer to the installation manual APD5_Install_en_revG.pdf.

3. Remarks
1) For detailed information, please read each manual that is created by the
installation
APD5_MAN_T88VI_EN_C.exe.

2) When an error message is displayed during installation, the following


procedure may enable to
recover from the error.
1) Specify the uninstall option, and execute the installer
"APD_513R1_T88VI.exe /uninstall".
2) Remove the error factor.
3) Execute the installer "APD_513R1_T88VI.exe".

3) In the Easy Print environment of Windows Server 2008, you cannot print the
printer device font
directly.
However, you can print the device font converted from the True Type font by
using
"Font Substitution" of APD.
For more information, see "Character Printing (Device Font)" in Printer
Manual.

4) When using Terminal Service and Remote Desktop, interactive communication


becomes unavailable
between the PC and the printer, prohibiting displaying the printer status
and obtaining printer
information using the Status API.

5) The port redirection function is unavailable for a client when using


Terminal Service or
Remote Desktop.

6) At times, the status of the shared printer may not be displayed correctly or
the Status API may not
be opened.
These problems arise from the security policy settings of the operating
system.
Although changing the settings of the operating system is possible by the
following steps, it lowers
the security policy.
(1) Go to [Start] - [Administrative tool] - [Local Security Policy].
(2) [Security Option] - [Network Access (Set "Limit anonymous sccesses to
the named pipe and shared
printer" to "Invalid".)]
However, you do not have to change the settings when a client PC is
connected to the domain
environment and when the same user name as a user name that is logged on a
client is existing."

7) Please use the same version of EPSON Advanced Printer Driver for each host
when a network printer
is shared among two or more hosts.

8) About how to use .Net module on Windows7 or later.


<In case of Visual Basic .NET>
Example of Visual Basic .NET environment.
1 Execute Microsoft Visual Basic and and run project window.
2 Right click for [Reference settings] on Solution explorer and select
[add reference].
3 "Add reference" window is shown and click [Reference] tab.
4 Select "C:\Programfiles\Epson\Advanced Printer Tool\StatusAPI" in
[File location] and open.
-In case of 64bitOS, specify "C:\Program Files(x86)\Epson\Advanced
Printer Tool\StatusAPI".
5 Input "EpsonStatusAPI.dll" in [file] menu and click [OK] to select.
6 Select [ Reference setting ] - [EpsonStatusAPI] in solution explorer.
And set "False" on [specific version] property.
7 Add following description in the source code using Imports statement.
Imports com.epson.pos.driver
8 Visual Basic .NET is now ready. You can develop application
development using Status API.
<In case of Visual C#>
Following is example of Visual C# development.
1 Execute Microsoft Visual C# and run project window.
2 Right click for [Reference settings] on Solution explorer and select
[add reference].
3 "Add reference" window is shown and click [Reference] tab.
4 Select "C:\Programfiles\Epson\Advanced Printer Tool\StatusAPI" in
[File location] and open.
-In case of 64bitOS, specify "C:\Program Files(x86)\Epson\Advanced
Printer Tool\StatusAPI".
5 Input "EpsonStatusAPI.dll" in [file] menu and click [OK] to select.
6 Select [ Reference setting ] - [EpsonStatusAPI] in solution explorer.
And set "False" on [specific version] property.
7 Add following description in the source code using "using" keyward.
using com.epson.pos.driver
8 Visual Basic .NET is now ready. You can develop application
development using Status API.

4.Modification from the old version


Ver5.13R1
- Added support for models that comply with the UK's PSTI bill.
- The communication module has been updated to the latest version.
Ver5.13
- Following bugs were fixed
- Power-off status may be returned when checking the status using the
Status API immediately after printing.
- When the PC was started, command responses from the printer may not
be processed correctly and may remain not available.
- If the response data of the command is divided and received, the
StatusAPI may not notify the application correctly.
Ver5.12
- Following bugs were fixed
- BiDirectIOEx of StatusAPI may crash.
- BiOpenMonPrinter of StatusAPI may crash or freeze.
- BiCloseMonPrinter of StatusAPI may crash.
Ver5.11R1
- Following bugs were fixed
- USB-connected printer may not be recognized.
- If connect DM-D without installing the driver for DM-D, it cannot be
displayed from other drivers.
Ver5.10R1
- Support DT2 model.
Ver5.10
- Changed lower limit of top and left margin setting from 3 to 0.
- Added mode that the driver is not automatically correct the paper margin
when the application
select the unsupported paper.
- Following bugs were fixed
- BiOpenMonPrinter of StatusAPI may crash.
Ver5.09
- Following bugs were fixed
- Specific chash drawer will not open.
- Barcodes or two-dimensional symbols cannot be printed correctly.
- BiCloseMonPrinter of StatusAPI may crash.
Ver5.07
- Improved process of command creation.
Ver5.06
- New release.

You might also like