Select your printer model

Parameters are refined by the selected printer.

connect


Starts communication with the peripheral device.

Syntax

 
- (int)connect: (NSString *)target timeout:(long)timeout;

Parameter

target

Specifies the method of connecting to the printer by a character string.

Specify the connection method using the following syntax.

<connection type>:<identifier>[<device ID>]

I/F

Connection type

Identifier

Description

Wi-Fi/Ethernet

  • "TCP"
  • "TCPS"
  • IP address in IPv4 format
  • MAC address
  • Host name
 
"TCP:192.168.192.168[local_other]"

To connect to the printer via SSL/TLS communication, specify TCPS in the connection type.

timeout

Specifies the maximum time (in milliseconds) to wait for communication with the printer to be established.

Value

Description

Integer from 1000 to 300000

Maximum wait time before an error is returned (in milliseconds).

EPOS2_PARAM_DEFAULT

Specifies the default value (15000).

Return value

Error status

Description

EPOS2_SUCCESS

The function was executed successfully.

EPOS2_ERR_PARAM

An invalid parameter was passed.

EPOS2_ERR_TIMEOUT

Failed to communicate with the devices within the specified time.

EPOS2_ERR_CONNECT

Failed to open the device.

EPOS2_ERR_MEMORY

Sufficient memory required for processing could not be allocated.

EPOS2_ERR_FAILURE

An unknown error occurred.

EPOS2_ERR_PROCESSING

Could not run the process.

EPOS2_ERR_NOT_FOUND

The device could not be found.

EPOS2_ERR_IN_USE

The device was in use.

EPOS2_ERR_TYPE_INVALID

The device type is different.

EPOS2_ERR_ILLEGAL

Tried to start communication with a printer with which communication had been already established.

Tried to start communication with a printer during reconnection process.

EPOS2_ERR_RECOVERY_FAILURE

Failed to recover the printer.

Supplementary explanation

  • The device ID is a logical device name that is set when the peripheral device is registered to the TM printer (master).
    For details, refer to the TM-DT Series Peripheral Device Control Guide.
  • When using multi-threading to connect to multiple printers or peripheral devices, this API and disconnect cannot be started for other printers or peripheral devices until this API finishes processing. Start the next process after this API finishes processing.
  • Devices other than printers are exclusively locked.
  • When EPOS2_ERR_RECOVERY_FAILURE is returned in the return value, restart the printer.
 

Quick Access

  • [Name]
  • [Format]
  • [Range]
  • [Description]
  • [Notes]

Epson ePOS SDK includes patented or patent pending functions. The contents must not be disclosed to third parties.


Epson ePOS SDK for iOS

Jump to the top