################################################################################

                         Epson TSE Driver for Windows           ver. 1.0.10-4738
################################################################################
                                                    08/Mar/2021 Epson Europe B.V 

1. General
==========
This package provides Epson TSE Driver for windows

2. Content of the package
=========================
This release contains:

  -Installation file
   EpsonTSEDriverSetup_1.0.10-4738.exe         : installer for all supported
                                                 Windows versions
   EpsonTSEDriverSetup_1.0.10-4738_32Bit.exe   : installer for Windows 7 and  
                                                 higher - 32 Bit
   EpsonTSEDriverSetup_1.0.10-4738_32BitXP.exe : installer for Windows XP 32 Bit
   EpsonTSEDriverSetup_1.0.10-4738_64Bit.exe   : installer for Windows 7 and 
                                                 higher - 64 Bit
   EpsonTSEDriverSetup_1.0.10-4738_64BitXP.exe : installer for Windows XP 64 Bit
   
  -README.txt
   This file

3. Environment
Epson TSE Driver supports the following environment

   OS:
    Windows 11 (x64 only)
    Windows 10 x86 and x64 
    Windows  7 x86 and x64 
    Windows XP x86 and x64 
   TSE:
    Epson USB TSE

4. How to install
=================

  Notes:
  -If you have still a beta version or version BEFORE 1.0.2.0 installed, please
   make sure it's been uninstalled and the following folder has been deleted.
    c:\Program Files\Epson\TSE
  -After the installation, you can see "Epson TSE Monitor" icon in the task bar.

  1. Insert USB TSE to the PC
  2. Copy the installer to the PC
  3. Execute the installer
  4. Follow the installer
 
5. Installer parameters
=======================
-q: Make a silent install
EPOSPORT=[port]: Change the port ePOS-XML is using
SHPORT=[port]: Change the internal tcp port used by the driver

Example:
EpsonTSEDriverSetup_1.0.2.0.exe -q EPOSPORT=8010 SHPORT=23501

6. How to test
==============
Epson TSE Driver provides ePOS-Device XML Interface
You can access the interface with the following setting

  Host     : localhost or 127.0.0.1
  Port     : 8009
  DeviceID : local_TSE

For the detail of ePOS Device XML Interface, please check the users manual.

7. Changes of the release
=========================
Ver 1.0.0 21/Feb 2020
  -First release
Ver 1.0.0.1 05/Mar 2020
  -Bug fixes
  -Installation fixes
Ver 1.0.0.2 10/Mar 2020
  -Bug fixes
  -Installation fixes
Ver 1.0.0.3 19/Mar 2020
  -Fixed libTSE
Ver 1.0.1.0 23/Mar 2020
 -Installation fixes
Ver 1.0.2.0 30/Jun 2020
 -Added port configuration to installer
 -Enabled microSD-TSE support
Ver 1.0.4.0 24/Aug 2020
 -Added fields signature and serialnumber to response JSON of
  GetLastTransactionRepsonse
 -Minor bug fixes
Ver 1.0.5.0 06/Oct 2020
 -Fixed issue that made export impossible after certificate expiration
 -Fixed sanitizing of host names for the generation of the host client id
  This fixes the invalid parameter error on setup issue
Ver 1.0.6.0 29/Oct 2020
 -Fixed issue with TSE1_ERROR_NOT_AUTHORIZED error after successful login due to
  hibernation or USB power saving
Ver 1.0.7.0 17/Dec 2020
 -Fixed issue TSE not working after reboot with fastboot enabled
Ver 1.0.7.0 29/Jan 2021
 -Changed installer to suppress CLI windows when installing/starting services.
  The functionality of the driver has not changed, thus no version change.
Ver 1.0.8.0 08/Mar 2021
 -In older Windows version a Win-API function can create memory leaks under 
  certain circumstanced. This version of the driver makes sure the driver uses 
  the API in a way the leak cannot happen.
 -The logs were polluted by the message 
  "EP_SmartInfoGetter.cpp(44): flash_health_summary failed: 4180" every time 
  GetStorageInfo was called when no SelfTest has been performed. This message
  has been moved to debug log level.
Ver 1.0.9.0 08/Apr 2021
 -Minor logging improvements
 -Added overall version to TSEMonitor driver status page
 -Fixed installer issue: Installer failed with deselected TSEMonitor
Ver 1.0.10 30/Nov 2021
 - Fixed issue: Driver core was restarted under certain conditions when the PC
   is resuming from Suspend leading the the loss of the login status on the TSE.
[EOF]