Skip to main content
Skip table of contents

Open a Connection [OPEN]

Method Name: OPEN

Open the connection with the device

It is the first method to be called. It performs all init functions for the driver and returns a Handle

Request

Standard parameters only

Response:

Level

Node Name

Node Value(s)

Notes

1

Handle

<integer>

The handle allocated by the driver.
This value MUST be sent in all following messages

Example:

XML
<ReceiptPrinterManagerResponse>
  <Handle>1</Handle>
  <Error>False</Error>
  <ErrorText/>
  <LogFileName/>
</ReceiptPrinterManagerResponse>

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.