              Windows SDK (Epson TSE Library) for Multiple TSE Connections
              ============================================================

                                                                   EPSON EUROPE
                                                                       May.2021
1. GENERAL
----------
  + Epson TSE Library for Multiple TSE Connections for Windows

2. FILES
--------
   + BIN/DLL       	- contains the pre-compiled DLL files (32bit and 64bit) and corresponding import library files.
   + Include            - contains the header files.
   + SRC		- contains the source files
   + Epson_Windows_SDK_Multiple_Connections_for_German_Fiscal_en.pdf   
			- API documentation.

3. CONFIG FILE
----------------
  + Configuration file is optional.
  + Configuration file should be named as EpsonTseLibConf.conf and should be placed in %PROGRAMDATA%\EPSON\TSE\CLIB.
  + These are the parameters that can be added into the config file (Note: Only 1 parameter per line is allowed.)
	+ INIT_CONNECTION_ATTEMPT  - Number of connection attempts. 
		- Default is [5]. To change, INIT_CONNECTION_ATTEMPT=value has to be added into the config file.
                - Valid value: 1-10.
        + LOGFILE_CHECKSIZE  - Log File size check.
 		- Default is [No check]. To change, LOGFILE_CHECKSIZE=value (value is the target size in bytes) has to be added into the config file.
                - Valid value: >= 1000.
		- During TSEDisconnect, if this parameter is specified, the DLL will check if the size of the current log file already reached the value specified in this parameter.
		  If the size is already reached, the current log file is backed-up and a new and empty log file will be created.
	+ EPOS_DEVICE_XML_PORT - Epos Device XML Port.
		- Default is 8009.
		- Note: This parameter is added to support the changes made in the Epson Windows TSE driver that allows configurable ePOS-Device XML port. 
			The ePOS-Device XML port being used in the Epson printers that support TSE and in the EPS TSE Servers is fixed to 8009.
  + Sample EpsonTseLibConf.conf
		INIT_CONNECTION_ATTEMPT=2
		LOGFILE_CHECKSIZE=100000

4. LIMITATIONS
--------------
  + Please see the Windows SDK API documentation (Epson_Windows_SDK_Multiple_Connections_for_German_Fiscal_en.pdf) for the usage limitations.

5. HISTORY
----------
  Version 1.0.0.2 (13.May.2021)
    + Fixed an issue on TSEGetErrorDescription().
  Version 1.0.0.1 (12.March.2021)
    + Improved filtered export processing for WindowsXP (EXPORT_INCOMPLETE_SEARCHING).
    + Added support for null character before the end of the stream in processData and additionalData.
  Version 1.0.0.0 (10.December.2020)
    + Initial version 

[EOF]