EasyManuals Logo
Home>Zebra>Adapter>EA3600 Series

Zebra EA3600 Series User Manual

Zebra EA3600 Series
88 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #76 background imageLoading...
Page #76 background image
7 - 2 EA3600 Network Connect Product Reference Guide
Unicast Receive Packet Details From the Device
Packet Protocol: UDP
Source Address: <IP Address of Device>
Destination Address: <IP Address of Host>
Source Port: 12362
Destination Port: <Same as source port in broadcast packet>
Payload (C/C++ string): "MAC=xx:xx:xx:xx:xx:xxPORT=YYYYY"
Where xx:xx:xx:xx:xx:xx is the MAC address of the device and YYYYY is the port address that the device is
currently set to use.
After sending the Broadcast packet as defined above, the devices on the network will all respond with the Unicast
packet also defined above. Multiple responses (usually 3) may be received from the same
Receiving Barcode Data
By default, the EA3600 sends barcode data via TCP packets to a connected client on port 54321. This port is
configurable. The example below uses the default port value.
C# Connection Source Code Example (where ipAddress is address of the EA3600):
IPEndPoint bcScanner = new IPEndPoint(ipAddress, 54321);
Socket skt = new Socket(AddressFamily.InterNetwork, SocketType.Stream,
ProtocolType.Tcp);
skt.Connect(bcScanner);
Barcode receive packets are defined below.
Unicast Receive Packet Details From the Device
Packet Protocol: TCP
Source Address: <IP Address of Device>
Destination Address: <IP Address of Host>
Source Port: 54321
Destination Port: <Any, specified during connection>
Payload (Byte array): <Bar code data>

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Zebra EA3600 Series and is the answer not in the manual?

Zebra EA3600 Series Specifications

General IconGeneral
BrandZebra
ModelEA3600 Series
CategoryAdapter
LanguageEnglish