No part of this publication may be reproduced or used in any form, or by any electrical or mechanical means,
without permission in writing from Zebra. This includes electronic or mechanical means, such as photo copying,
recording, or information storage and retrieval systems. The material in this manual is subject to change
without notice.
The software is provided strictly on an “as is” basis. All software, including firmware, furnished to the user is on
a licensed basis. Zebra grants to the user a non-transferable and non-exclusive license to use each software
or firmware program delivered hereunder (licensed program) . Except as n oted below, such licen se may not b e
assigned, sublicensed, or otherwise tran sfe rr e d by th e user without prior written consent of Zebra. No right to
copy a licensed program in whole or in part is granted, except as permitted under copyright law. The user shall
not modify , merge, or incorporate any for m or portion of a licensed program with other pro gram material, create
a derivative work from a licensed program , or us e a li censed program in a network without written permission
from Zebra. The user agrees to maintain Zebra’s copyright notice on the licensed programs delivered
hereunder , and to include the same on any au thorized copies it m akes, in whole or in part. The user agrees not
to decompile, disassemble, decode, or reverse engineer any licensed program delivered to the user or any
portion thereof.
Zebra reserves the right to make changes to any software or product to improve reliability, function, or design.
Zebra does not assume any product liability arising out of, or in connection with, the application or use of any
product, circuit, or application described herein.
No license is granted, either expressly or by implication, estoppel, or otherwise under any Zebra Technologies
Corporation, intellectual property rights. An implied license only exists for equipment, circuits, and su bsystems
contained in Zebra products.
Page 5
Revision History
Changes to the original manual are listed below:
ChangeDateDescription
-03 Rev. A 5/2015This guide was updated to include SSI Command changes. This guide is
-04EN Rev. A 1/2021Added to ’Code Types and Identifiers’ and ’Code Types by SSI ID’ tables:
iii
electronic only and replaces p/n 72-40451-02.
Added CMD_ACK_ACTION; changed all references of EAN-128 to GS1-128;
various additional modifications.
GS1 QR
Mailmark
Dotcode
Multicode
UK Plessey
Grid Matrix
Telepen
UDI Parsed Code
Updated:
UPCA to UPC-A
UPCE to UPC-E
UPCE1 Change to UPC-E1
UPCA + 2 UPC-A + 2
UPC-E + 2 to UPC-E + 2
UPCA + 5 UPC-A + 5
UPCE + 5 to UPC-E + 5
UPCE1 + 5 - Change to UPC-E1 + 5
D25 to Discrete 2 of 5
ITF to Interleaved 2 of 5
C 2 of 5 to Chinese 2 of 5
Removed:
UPCD
Parameter (FNC3)
Decode Data in Custom Defaults
Page 6
ivSimple Serial Interface Programmer’s Guide
Page 7
Table of Contents
Revision History............................................................................................................. iii
About This Guide
Introduction.................................................................................................................... vii
Chapter Descriptions ..................................................................................................... viii
Notational Conventions.................................................................................................. viii
Related Documents ....................................................................................................... viii
Service Information........................................................................................................ ix
The Simple Serial Interface (SSI) Programmer’s Guide provides system requirements and programming
information about Zebra’s Simple Serial Interface, which enables decoders (e.g., SE955 scan engine, hand-held
scanners, 2D scanners, etc.) to communicate with a serial host.
Page 10
viiiSimple Serial Interface Programmer’s Guide
Chapter Descriptions
Topics covered in this guide are as follows:
•
Chapter 1, Introduction to SSI provides an overview of SSI, including signal lines, protocol, and packeting
information. Protocol layers are described in a “bottom-up” manner, from the hardware layer up through
software handshaking.
•
Chapter 2, SSI Commands describes each command supported by SSI.
•
Appendix A, Transaction Examples illustrate sample transactions.
•
Appendix B, Mandatory Parameter describes the Parameter Scanning option which must be used with each
product using SSI.
Notational Conventions
The followingconventions are used in this document:
•
“User” refers to anyone using an SSI product.
•
“You” refers to the End User, System Administrator or Programmer using this manual as a reference for SSI
•
Italics are used to highlight the following:
• Chapters and sections in this and related documents
• Dialog box, window and screen names
• Drop-down list and list box names
• Check box and radio button names
•
Bold text is used to highlight the following:
• Key names on a keypad
• Button names on a screen.
•
bullets (•) indicate:
• Action items
• Lists of alternatives
• Lists of required steps that are not necessarily seq ue nt ial
•
Sequential lists (e.g., those that describe step-by-step procedures) appear as numbered lists.
Related Documents
Refer to the Product Reference Guide for your product for product-specific information on SSI.
For the latest version of this guide and all guides, go to: http://www.zebra.com
.
Page 11
Service Information
If you have a problem with your equipment, contact Zebra Technologies support for your region. Contact
information is available at: http://
When contacting support, please have the following information available:
•
Serial number of the unit
•
Model number or product name
•
Software type and version number
Zebra responds to calls by e-mail, telephone or fax within the time limits set forth in service agreements.
If your problem cannot be solved by Zebra Technologies support, you may need to return your equipment for
servicing and will be given specific directions. Zebra is not responsible for any damages incurred during shipment if
the approved shipping container is not used. Shipping the units improperly can possibly void the warranty.
If you purchased your Zebra business product from a Zebra business partne r, please contact that business partner
for support.
About This Guideix
www.zebra.com.
Page 12
xSimple Serial Interface Programmer’s Guide
Page 13
Chapter 1 Introduction to SSI
Introduction
This chapter describes the system requirements of the Simple Serial Interface (SSI), which provides a
communications link between Zebra Technologies decoders and a serial host. Information is provided from the
perspective of both the host and the decode r.
The following must be understood before using SSI:
•The SSI interface provides a means for the host to control the decoder.
•SSI is a half-duplex communication protocol.
•SSI is transaction-based, that is, the host commands and the decoder respon ds. For example, the host
commands “beep the beeper” and the decoder both b eeps and “ACKs” as a response. Acknowledgments
are vital for maintaining synchronization.
The following sections describe the basic hardware layer (signals and handshaking) first, followed by software
protocol, and finishing with a description of message packets.
Page 14
1 - 2Simple Serial Interface Programmer’s Guide
TXDHost RXD
RXD
Host TXD
RTS
Host CTS
CTS
Host RTS
HostDecoder
Serial Parameter Settings
For communication to occur serial parameters must match between the host and the decoder. These parameters
can be set using information in the Product Reference Guide supplied with your decoder.
The default parameters are:
•Baud Rate:9600 Baud
•Data Bits:8 bits
•Number of parity bits:1 bit
•Parity: None
•Stop Bits:1
•Hardware Handshaking:Always
•Software Handshaking:On
•Inter-Packet Delay:0 milliseconds
•Multi-Packet Option:Option 1
Settings for other parameters related to image capture, video capture and o ther decoder perfo rmances should also
be reviewed before using SSI.
Hardware Signals
The hardware layer of SSI consists of four signals: Transmit Data (TXD), Receive Data (RXD), Request to Send
(RTS) and Clear to Send (CTS).
From the decoder’s perspective:
•TXD: Serial data transmit output. Drives the serial data receive input of the host.
•RXD: Serial data receive input. Driven by the serial data transmit output of the host.
•CTS: Driven by HOST RTS. Decoder Input. Host Demand / Interrupt to receive.
From the host’s perspective:
•HOST RXD: Serial data receive input. Driven by the serial data transmit output of the decoder.
•HOST TXD: Serial data transmit output. Drives the serial data receive input of the decoder.
•HOST CTS: Driven by decoder RTS. Host Input. Decoder ACK of host demand to transmit.
•HOST RTS: Host demand / interrupt to transmit. Must be honored by decoder.
Figure 1-1
Host/Decoder Interconnection
Page 15
Hardware Handshaking
The four hardware signals are used to perform host transmission to decod er , and decoder transmission to host. The
host is the Bus Master and controls the actions of SSI. In cases of collision or arbitration, the decoder always defers
to the actions of the host. The host programmer should adhere to these specifications closely.
Host Transmission to Decoder
When the host wants to transmit data to the decoder:
1.The host changes the state of the HOST RTS line from inactive to active.
2.The decoder replies by changing the state of the HOST CTS line from inactive to active, within the time frame
set by the response timeout parameter.
3.Upon detecting the active HOST CTS, the host transmits the message on the HOST TXD line, verifying that
HOST CTS remains active on a character-by-character basis.
4.After sending all characters in the message, the host must change the state of the HOST R TS line from a ctive
to inactive.
Introduction to SSI1 - 3
5.The decoder responds by changing the state of the HOST CTS line from active to inactive.
If the decoder does not respond with HOST CTS when it detects HOST RTS within the programmable (via
parameters) response timeout, the host may retry the message. Only after multiple failure attempts spread over
some period of time should the host declare the interface 'non-viable'. The decoder may be performing a
time-intensive function which precludes talkin g to th e ho st , resulting in the failure of the HOST CTS to go active.
Only one message per HOST RTS/CTS handshake is recognized, so if the host sends two (or more) messages
without changing the state of the HOST RTS line, the decoder ignores the second (and subsequent) messages.
Once the number of characters indicated by the host is received (plus the two bytes required for a checksum), furthe r
characters are ignored. The host may briefly toggle the state of the RTS line during this transaction, as long as the
inter-character timeout is not exceeded.
While the host is not required to continuously stream characters, the maximum character-to-char acter delay cannot
exceed the host Intercharacter Timeout parameter. If this timeout is exceeded, the decoder waits for the host to
de-assert HOST RTS. Once the HOST R TS is in-active, the decoder issues a NAK message, which causes the host
to re-try the entire message.
Host Transmission Sample Code
boolean host_transmit()
request permission to send [HOST RTS active]
WHILE (the last character has not been sent) DO
set up serial response time out
WHILE (permission has not been granted [HOST CTS is inactive]) DO
IF (serial response time out expired) THEN
remove request to send /* transmit failed */
/* calling function may retry transmit */
RETURN (FALSE)
END
END
transmit a character
END
remove request to send [HOST RTS inactive]
RETURN (TRUE) /* transmit successful */
Page 16
1 - 4Simple Serial Interface Programmer’s Guide
Decoder Reception of Host Transmission
The decoder constantly monitors the CTS line for activity:
1.When CTS is made active by the host, the decoder responds by making the RTS line active, even if the
decoder was attempting to transmit, deferring to host action.
2.The decoder monitors the RXD line and receives the characters comprising the message.
3.When all characters are received (length of message plus the two byte checksum) the decoder acts upon the
message/command and ignores further characters.
4.When the decoder detects that CTS is inactive, it makes RTS inactive and transmits the response.
If the host exceeds the inter-character timeout delay, the decoder waits for de-assertion of the CTS line to send a
NAK message to the host.
There are two cases where the host may make the CTS line inactive before the message is complete. If the host
did not send any characters, there is no message, so the decoder does not reply. If, however, the first character is
sent, an incomplete message results in a NAK.
Decoder Reception Sample Code
This pseudo code assumes that the receiving is enabled.
void decoder_receive()
IF (host is requesting to send [CTS active]) THEN
give host permission to send [RTS active]
WHILE (no characters received) DO
IF (host not requesting to send [CTS Inactive]) THEN
remove host's permission to send
RETURN /* NULL xmit - do not NAK */
END
END
set up host character time out
WHILE (not timed out AND not the last character) DO
IF (a character was received) THEN
reset host character time out
END
END
WHILE (host is requesting to send [CTS active]) DO
wait /* for host to end handshake */
END
remove host's permission to send [RTS inactive]
process received message and prepare response
END
RETURN
Decoder Transmission to Host
The decoder is sometimes required to send data to the host. This transaction is more complicated tha n the host
transmission.
The decoder first ensures that the host is not attempting to send by examining the state of CTS. If the host is
attempting to send, the decoder defers transmission and permits the host to send as described previously. The
response to the host transmission is given by the decoder before the transmission pending. For example, if the
Page 17
Introduction to SSI1 - 5
decoder is sending decode data (as a result of scanning a bar code) an d the host interrupts with a bee p the beeper
message, the beeper message is acted upon and acknowledged prior to transmitting the decode data message.
The host may temporarily hold off the decoder transmission by making the HOST RTS line active until it is ready to
receive. If the host does not send any characters, the decoder resumes transmission when the HOST RTS line
becomes inactive. If, however, the host sends one or more characters, the decoder resends the entire packet from
the start when the HOST RTS line becomes inactive.
If the host is not trying to send, the decoder sends one character of th e transmission on the T XD line. The decoder
again checks the state of the CTS line, so the host may interrupt on a character-by-character basis. While the host
should try to avoid interrupting the decoder transmission, bus collisions are possible and must defer to the host.
Decoder Transmission Sample Code
boolean decoder_xmit()
/* insure that the host is not trying to send something */
IF (host is requesting to send [CTS active]) THEN
/* host attempt to send…grant permission */
enable receiving
give host permission to send [RTS active]
set up serial response time out
WHILE (host is still requesting to send [CTS active]) DO
IF (character was received OR timed out) THEN
/* abort transmission…try again later */
RETURN (FALSE)
END
END
disable receiving
remove host's permission to send [RTS inactive]
END
WHILE (there are characters to send) DO
IF (host is not requesting to send [CTS inactive]) THEN
send next character
ELSE
/* the host is either holding us off or beginning */
/* a transmission to the decoder */
enable receiving
give host permission to send [RTS active]
WHILE (host is still requesting to send [CTS active]) DO
IF (character was received) THEN
/* beginning of a host transmission */
/* abort transmission…try again later */
RETURN (FALSE)
END
END
/* by virtue of code flow to here the host */
/* was merely holding off the decoder */
disable receiving
remove host's permission to send [RTS inactive]
END /* resume transmit */
END
RETURN (TRUE)
Page 18
1 - 6Simple Serial Interface Programmer’s Guide
Host Reception of Decoder Transmission
The host must be ready to receive data from the decoder anytime the host is not transmitting. The host can
temporarily hold off the decoder transmission by keeping the HOST RTS line asserted. The host can also interrupt
an incoming message by asserting HOST RTS.
Since the decoder does not change the state o f the HOST CTS line when transmitting, the host is awar e of a decoder
transmission only when it receives the first character. For each su bsequent character, the host sets up an
intercharacter timeout. If this timeout has not expired and the host has not received the last character of the
transmission, the host receives the next character.
Host Reception Sample Code
void host_receive()
IF (a character has been received) THEN
set up intercharacter time out
WHILE (not timed out AND not the last character) DO
IF (host can receive right now) THEN
deassert HOST RTS /* in case host was holding off decoder */
IF (a character was received) THEN
reset intercharacter time out
END
ELSE
IF (host wants to send to decoder) THEN
RETURN /* so host can transmit */
ELSE
/* host does not want to send but needs some time */
assert request to send [HOST RTS active] /*hold off
decoder */
set up new intercharacter time-out
END
END
END
process received message and prepare response
RETURN
END
RETURN
Page 19
Software Handshaking
Software handshaking provides an ACK/NAK response for commands that do not have a natural response. For
example, the command “tell me your parameters” is followed by the response “my parameters are X”. A “start a
decode session” command, however, has no natural response, so software handshaking provides an ACK/NAK
response.
ACK/NAK handshaking may be enabled (default) or disabled. If enabled, all packeted messages must have a
response in the form of an ACK, or a NAK of various types. We recommend this handshaking remain enabled to
provide feedback to the host.
Raw decode data and the WAKEUP command do not use ACK/NAK handshaking since they are not packeted data.
Transfer of Decode Data
The Decode Data Packet Format parameter controls how decode data is sent to the host. When this parameter is
enabled, the data is sent in a DECODE_DATA packet. When disabled, data is transmitted as raw ASCII data.
NOTE When decode data is transmitted as raw ASCII data, ACK/NAK handshaking does not apply even if it is
enabled.
Introduction to SSI1 - 7
ACK/NAK Enabled and Packeted Data
The decoder sends a DECODE_DATA message after a su ccessful decode. The decoder waits for a programmable
time-out for a CMD_ACK response. If it does not receive the response, the decoder tries to send two more times
before issuing a host transmission error. If the decoder receives a CMD_NAK from the host, it may attempt a retry
depending on the cause field of the CMD_NAK message.
ACK/NAK Enabled and Unpacketed ASCII Data
The decoder sends a RAW DATA message after a successful decode. No ACK/NAK handshaking occurs even
though it is enabled because data is unpac k et ed .
ACK/NAK Disabled and Decode Data of Any Type
The decoder sends the decode data. No response is expected from the host since ACK/NAK handshaking is
disabled. The security of this transaction is not guaranteed.
Unsolicited ACK/NAK
An unsolicited ACK or NAK is an unexpected message, and is ignored since the decoder can not interpret the
message.
CMD_NAK Cancel is a special case of transmission by the host, so is considered a solicited message. This
message halts (and discards) an unwanted transmission by the decoder. For example, a large image sent by the
decoder to the host is typically multi-packeted, and consists of a large transmission. The host may cancel this by
transmitting a CMD_NAK Cancel.
Page 20
1 - 8Simple Serial Interface Programmer’s Guide
Expected Responses
The following tables list allowable decoder and host responses.
* Multipacketed data; the host may ACK/NAK only the last packet of a
multi-packeted message. Intermediate packets get no response.
Intermediate packets always have the continuation bit set (1). The last
packet has the continuation bit cleared (0). See Multipacketing on page 1-9
for multi-packeting options.
Message Packets
All communications between the host and the decoder are exchanged in the for m of packets. A packet is a collection
of bytes framed by the proper SSI protocol formatting bytes. The maximum length of a packet is 257 bytes,
consisting of a checksum (two bytes), a header (four bytes), and up to 251 chara cters of data. Note that th e length
field in the header does NOT include the length of the checksum, but DOES include the length of the header itself.
Multipacketing
SSI supports multiple packets for one message for cases when size is insufficient to transfer a complete message.
Bit1 of the status byte in the message header is set to one fo r all packets e xcept the last to ind icate an other packet
is to follow. In the last packet, this bit is set to zero. The host must re-assemble these packets into one message.
The decoder sends each packet in order.
CMD_ACK / CMD_NAK *
None
None
CMD_ACK / CMD_NAK
Page 22
1 - 10Simple Serial Interface Programmer’s Guide
LengthOpcodeMessage SourceStatusData.... Checksum
Multipacketing, Option 1
The host ACK/NAKs each packet in a strict transaction-based method. If a CMD_NAK checksum message occurs,
the decoder retransmits the packet that was NAK'd.
Multipacketing, Option 2
The decoder sends data packets continuously, with no ACK/NAK handshaking to pace the transmission. If the host
is overrun, it can use hardware handshaking to temporarily hold off the decoder.
At the end of transmission, the decoder waits for a CMD_ACK or CMD_NAK. The host acknowledges the
transmission, or requests the entire multi-packet message be resent from the first packet.
The host may stop the transmission from the decoder at any time by asserting hardware handshaking. Th e host then
transmits either CMD_NAK, resend to instruct the decoder to resend the entire message, or CMD_NAK, cancel to
cancel the transmission completely. Note that because these NAKs are unexpected, interruption of transmission
must occur first.
Multipacketing, Option 3
Option 3 is similar to Option 2, except there is a programmable inte r-packet delay . The decode r waits a programmed
period after sending each packet. This may be faster than Option 1 because the host receives data on a periodic
basis without attempting to send the ACK/NAK, but slower than Option 2 since the inter-packet dela y transpires on
each packet. However, it helps prevent host receiver overrun.
Packet Format
The general packet format for SSI messages is as follows:
Table 1-3
Field NameFormatSub-FieldMeaning
Length1 ByteLengthLength of message not
Opcode1 ByteSee
Message
Source
Note: The checksum is a 2 byte checksum and must be sent as HIGH BYTE
followed by LOW BYTE.
Field Descriptions
1 Byte0 = Decoder, 04 =
SSI Command
Lists on page 2-1
Host
including the check sum
bytes. Maximum value is
0xFF.
Identifies the type of packet
.
data sent.
Identifies where the
message is coming from.
Page 23
Introduction to SSI1 - 11
Table 1-3
Field NameFormatSub-FieldMeaning
StatusBit 0Retransmit0 = First time packet is sent
Data...Variable
Checksum2 Bytes2s complement sum of
Field Descriptions (Continued)
Bit 1Continuation Bit0 = Last frame of a
Bit 2ReservedAlways set to zero
Bit 3 Change Type (applies
to parameters)
Bits 4 - 7Unused bits must be set to
See individual
number of bytes
sections for details.
message contents
excluding checksum.
1 = Subsequent
transmission attempts
multipacket message
1 =Intermediate packet of a
multipacket message
0 = Temporary change
1 = Permanent change
0.
Checksum of message
formatted as HIGH BYTE
LOW BYTE
Note: The checksum is a 2 byte checksum and must be sent as HIGH BYTE
followed by LOW BYTE.
Page 24
1 - 12Simple Serial Interface Programmer’s Guide
Page 25
Chapter 2 SSI Commands
Introduction
This chapter describes each available SSI command, including field descriptions and host and decoder
requirements.
SSI Command Lists
The following table lists the available SSI commands alphabetically.
H0xC4Deactivates aim pattern.
H0xC5Activates aim pattern.
D0xD6Transmits stored decode data.
H0xD5Requests stored decode data.
H0xE6Sounds the beeper.
H0xD3Requests commands which decoder will perform.
D0xD4Lists commands which decoder will perform.
H/D0xD0Positive acknowledgment of received packet.
2-6
2-7
2-8
2-10
2-10
2-10
2-13
2-14
2-19
2-20
Page 26
2 - 2Simple Serial Interface Programmer’s Guide
Table 2-1
SSI Commands (Continued)
NameTypeOpcodeDescriptionPage
CMD_ACK_ACTIONH0xD8This is a positive acknowledgment of a received
packet and can be used in place of the CMD_ACK
command to allow users to control the beeper,
pager motor (i.e., vibration feedback) and LEDs
after receiving decoded data or any other SSI
command.
Note: This command in not supported by all
scanners.
CMD_NAK
H/D0xD1Negative acknowledgment of received packet.
CUSTOM_DEFAULTSH0x12Host command to update Custom Defaults Buffer.
DECODE_DATA
EVENT
FLUSH_MACRO_PDF
D0xF3Decode data in SSI packet format.
D0xF6Event indicated by associated event code.
H0x10Terminates MacroPDF sequence and transmits
captured segments.
FLUSH_QUEUE
H0xD2Tells the decoder to eliminate all packets in its
D0xB1Data comprising the image.
H0xF7Commands imager into operational modes.
H0xE8Extinguishes LEDs.
H0xE7Activates LED output.
H
0xCAActuates the vibration feedback.
H0xC8Sets parameter default values.
H0xC7Requests values of certain parameters.
H/D0xC6Sends parameter values.
D0xA4Replies to REQUEST_REVISION with decoder's
software/hardware configuration.
REQUEST_REVISION
SCAN_DISABLE
SCAN_ENABLE
H0xA3Requests the decoder's configuration.
H0xEA Prevents the operator from scanning bar codes.
H0xE9 Permits bar code scanning.
H0xEBRequests to place the decoder into low power.
Note: D = Decoder, H = Host, H/D = Host/Decoder
2-63
Page 27
SSI Commands2 - 3
Table 2-1
SSI Commands (Continued)
NameTypeOpcodeDescriptionPage
SSI_MGMT_COMMAND
START_SESSION
STOP_SESSION
VIDEO_DATA
WAKEUP
H/D
H0xE4Tells decoder to attempt to decode a bar code.
H0xE5Tells decoder to abort a decode attempt.
D0xB4Data comprising the video.
HN/AWakes up decoder after it's been powered down.
Terminates MacroPDF sequence and discards all captured segments.
Table 2-3
LengthOpcode
04h11h04h
Table 2-4
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - ABORT_MACRO_PDF
Packet Format - ABORT_MACRO_PDF
Message
Source
Length of message (not including checksum).1 ByteLength Field
11h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming from.
StatusChecksum
1 Byte
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
Bit 2: Reserved
Always 0
Bit 3: Parameter Change Type
(for parameters)
0 = Temporary change
1 = Permanent change
Checksum
Host Requirements
None.
Decoder Requirements
The decoder terminates the current MacroPDF sequence and discards all captured MacroPDF segments.
2's complement sum of message contents
excluding checksum.
2 BytesChecksum of message.
Page 31
AIM_OFF
Description
Turns off aiming pattern.
SSI Commands2 - 7
Table 2-5
LengthOpcode
04hC4h04h
Table 2-6
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - AIM_OFF
Packet Format - AIM_OFF
Message
Source
Length of message (not including checksum).1 ByteLength Field
C4h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming
StatusChecksum
1 Byte
from.
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
Bit 2: Reserved
Always 0
Bit 3: Parameter Change Type
(for parameters)
0 = Temporary change
1 = Permanent change
Checksum
Host Requirements
This command applies only to decoders that support an aim pattern.
Decoder Requirements
The decoder turns off the aim pattern, and responds with a CMD_ACK (if ACK/NAK handshaking is enabled).
If the aim pattern is not supported, the decoder responds with NAK_DENIED (if ACK/NAK handshaking is
enabled).
2's complement sum of message contents
excluding checksum.
2 BytesChecksum of message.
Page 32
2 - 8Simple Serial Interface Programmer’s Guide
AIM_ON
Description
Turns on aiming pattern.
Table 2-7
LengthOpcode
04hC5h04h
Table 2-8
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - AIM_ON
Packet Format - AIM_ON
Message
Source
Length of message (not including checksum).1 ByteLength Field
C5h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming
Status Checksum
1 Byte
from.
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
Bit 2: Reserved
Always 0
Bit 3: Parameter Change Type
(for parameters)
0 = Temporary change
1 = Permanent change
Checksum
Host Requirements
This command applies only to decoders which support an aim pattern.
Decoder Requirements
The decoder turns on the aim pattern, and responds with a CMD_ACK (if ACK/NAK handshaking is enabled).
If the aim pattern is not supported, the decoder responds with NAK_DENIED (if ACK/NAK handshaking is
enabled).
2's complement sum of message contents
excluding checksum.
2 BytesChecksum of message.
Page 33
SSI Commands2 - 9
The Aim Duration para meter controls the amoun t of time the aiming pattern sta ys on during a trigger pull. The valid
values for this parameter are 0 - 99, which equal 0.1 to 9.9 seconds in 100 msec increments. Table 2-9 lists Aim
mode behavior in various situations.
Turns on the aiming pattern indefinitely.aim duration = 0
Turns off the aiming pattern.aim duration = 0
Turns on the aiming pattern, when
START_DECODE received turns on scan
pattern and begins decoding.
Turns on aiming pattern, turns off aiming
pattern, turns on scan pattern and begins
decoding.
Turns on aiming pattern for aim duration
time, turns on scan pattern and begins
decoding.
aim duration = 0
aim duration = 0
aim duration > 0
Page 34
2 - 10Simple Serial Interface Programmer’s Guide
BEEP
Description
Sounds the beeper.
Table 2-10
LengthOpcode
05hE6h04h
Table 2-11
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - BEEP
Packet Format - BEEP
Message
Source
Length of message (not including checksum).1 ByteLength Field
E6h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming from.
Status
Beep
Code
1 Byte
Checksum
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
Bit 2: Reserved
Always 0
Bit 3: Parameter Change Type
(for parameters)
0 = Temporary change
1 = Permanent change
Beep Code
Checksum
This Opcode instructs the receiver to sound the beep sequence indicated by the Beep Code field.
See Table 2-12.1 ByteNumber that identifies a beep sequence.
2's complement sum of message contents
excluding checksum.
2 BytesChecksum of message.
Page 35
SSI Commands2 - 11
For Table 2-12, Duration is the length of a sound, Pitch is the pitch of the sound, and Number of Beeps indicates
the number of times a beep pitch is repeated at the specified duration.
The host sends this command to cause the decoder to b eep. The host may also send these beep codes as part of
the PARAM_SEND directive.
Decoder Requirements
When the decoder receives this command, it beeps the seque nce provided in the BEEP directive. If ACK/NAK
handshaking is enabled, the decoder ACKs if a valid beep code is requested. Otherwise it sends CMD_NAK, host
directive denied.
Page 37
CAPABILITIES_REQUEST
Description
Requests the decoder’s serial capabilities.
SSI Commands2 - 13
Table 2-13
LengthOpcode
04hD3h
Table 2-14
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - CAPABILITIES_REQUEST
Packet Format - CAPABILITIES_REQUEST
Message
Source
Length of message (not including checksum).1 ByteLength Field
D3h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming from.
StatusChecksum
1 Byte
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
The host transmits this message to request the serial capabilities of the decoder system.
Decoder Requirements
Upon receipt of this command, the decoder responds with the CAPABILITIES_REPLY messa ge.
2's complement sum of message contents
excluding checksum.
2 BytesChecksum of message.
Page 38
2 - 14Simple Serial Interface Programmer’s Guide
CAPABILITIES_REPLY
Description
Decoder details the serial capabilities.
Table 2-15
LengthOpcode
04hD4h
Table 2-16
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - CAPABILITIES_REPLY
Packet Format - CAPABILITIES_REPLY
Message
Source
Length of message (not including checksum).1 ByteLength Field
D4h1 ByteIdentifies this Opcode type.
0 = Decoder1 ByteIdentifies where the message is coming from.
StatusDataChecksum
1 Byte
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
0Odd Parity
1Even Parity
2Parity None
3Check Parity
4Do Not Check Parity
5One Stop Bit
6Two Stop Bits
1 = Supported
0 = Not
Supported
Page 40
2 - 16Simple Serial Interface Programmer’s Guide
Table 2-17
Multi Packet
Options
Command List
Data Fields (Continued)
FieldSizeDescriptionSupported
1 Byte
Bit Mapped
1 Byte per
Command
Bit Definition
0Option 1
1Option 2
2Option 3
In this sequential list, the decoder details the
commands it supports. For example, imagers
support video commands, while laser-based
decoders do not. Commands associated with
video mode will not appear in the list for
laser-based decoders, but will for imagers.
1 = Supported
0 = Not
Supported
Page 41
SSI Commands2 - 17
BATCH_DATA
Description
Transmits stored decode data as a reply to the BATCH_REQUEST command. Scanners that can not store scans
send a NAK DENIED or NAK BAD CONTEXT response.
Table 2-18
LengthOpcode
Table 2-19
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - BATCH_DATA
Packet Format - BATCH_DATA
Message
Source
D6h00h
Length of message (not including checksum).1 ByteLength Field
D6h1 ByteIdentifies this Opcode type.
0 = Decoder1 ByteIdentifies where the message is coming from.
Status
Bar Code
String(s)
1 Byte
Checksum
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
Each string is stored in this message in three components: Size, Type, and Scan Data. To specify a bar code string
these components are combined in the order specified.
VariableData from a bar code scan in the bar code
string format. Multiple instances of this field
may be repeated in one message. For
multipacket messages, a partial string may be
sent, continued in the next packet.
2's complement sum of message contents
excluding checksum.
•Size: One byte value that contains the length of the Scan Data component
•Type: One byte value th at indicates the bar code type of the data scanned:
•A = UPC/EANG = Discrete 2 of 5
•B = Code 39K = Code 128
•D = EAN 128N = Coupon code
•F = Interleaved 2 of 5W = Web Code
•Scan Data: One or more bytes of the scanner bar code data in ASCII.
2 BytesChecksum of message.
Page 42
2 - 18Simple Serial Interface Programmer’s Guide
BATCH_REQUEST
Description
Requests stored decode data from the scanner. The scanner responds with the BATCH_DATA command.
Scanners that can not store scans respond with a NAK DENIED or NAK BAD CONTEXT.
Table 2-20
LengthOpcode
Table 2-21
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - BATCH REQUEST
Packet Format - BATCH_REQUEST
Message
Source
D5h04h
Length of message (not including checksum).1 ByteLength Field
D5h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming from.
Status
Bar Code
String(s)
1 Byte
Checksum
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
2's complement sum of message contents
excluding checksum.
2 BytesChecksum of message.
Page 43
CHANGE_ALL_CODE_TYPES
Description
This command enables and disables all code types.
SSI Commands2 - 19
Table 2-22
LengthOpcode
05hC9h04h
Table 2-23
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - BATCH REQUEST
Packet Format - BATCH_REQUEST
Message
Source
Length of message (not including checksum).1 ByteLength Field
C9h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming from.
Status
Change
Value
1 Byte
Bar Code
String(s)
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
This message is sent to the SSI packet transmitter when the received packet passes the checksum check and no
negative acknowledgment conditions apply (see CMD_NAK on page 2-24). If the data is in response to a
command (e.g., PARAM_REQUEST, REQUEST_REVISION, etc.), no ACK is sent.
2's complement sum of message contents
excluding checksum.
NOTE ACK/NAK handshaking can be disabled, although we recommend it remain enabled.
NOTE DO NOT respond to a valid ACK or NAK message.
2 BytesChecksum of message.
Page 45
SSI Commands2 - 21
Host Requirements
A CMD_ACK or response data must be sent by the decoder within the programmable Serial Response Time-out to
acknowledge receipt of all messages, unless noted otherwise in the message description section. If the host sends
data and does not receive a response within the programmable serial response time-out, it should resend the
message (with the retransmit status bit set) before declaring a failure. The host should limit the number of retries.
Decoder Requirements
A CMD_ACK or response data must be sent by the decoder within the programmable Serial Response Time-out to
acknowledge receipt of all messages, unless noted otherwise in the message description section. If the decoder
does not receive an ACK within this time period, it sends the previous message again (retry). The decoder retries
two more times (with the retransmit status bit set) before declaring a transmit error.
Page 46
2 - 22Simple Serial Interface Programmer’s Guide
CMD_ACK_ACTION
Description
This is the positive acknowledgment of a received pa cket. This command can be used in place of the standar d SSI
CMD_ACK to control the beeper, pager motor and LEDs.
NOTE This command in not supported by all scanners.
Table 2-26
LengthOpcode
08hD8h04h
Table 2-27
Length
Opcode
Message Source
Status
Packet Format - CMD_ACK_ACTION
Field Descriptions - CMD_ACK_ACTION
Field NameFormatSizeDescription
Message
Source
Status
Length of message not
including the checksum.
D8h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming
Beep
Command
Pager
Motor
LED On
1 ByteLength of field.
from.
1 Byte
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
Integer number from 0 to FEh (i.e., 0 to 254
decimal) of 10 ms increments to vibrate the
pager motor. For example, 01h = motor
vibrates for 10 ms, 02h motor vibrates for 20
ms, etc.
.
.
Beep Code Definitions on
Page 47
SSI Commands2 - 23
Table 2-27
Field Descriptions - CMD_ACK_ACTION (Continued)
Field NameFormatSizeDescription
LED_ON Selection
LED_ON Duration
0 = Do nothing1 Byte
1 ByteThis byte field is an integer number (0 - 254
Bits 0 - 7
correspond to different LEDs on
the product. Set each bit to '1' to turn on the
corresponding LED; set LED_ON Duration to
the amount of time LEDs should remain on.
Example of LEDs on the product:
• Bit 0 = Decode LED.
• Bit 1 = Red LED.
See
LED_ON on page 2-51
for more
information.
Also refer to the Product Reference Guide
(PRG) for further information about the LEDs
supported via SSI on the device.
decimal, 00h to FEh) used in conjunction
with the LED_ON Selection byte to control
the LED On duration. The duration is
controlled in increments of 10 ms (i.e., 1 - 10
ms, 2 - 20 ms etc.).
Note:
If this field is 0, and any of the LED bits
are set to '1' in the LED_ON Selection field,
then the LEDs remain on until an LED_OFF
command is sent.
Checksum
This message is sent to the SSI packet transmitter when the received packet passes the checksum check, and no
negative acknowledgment conditions apply (see CMD_NAK on page 2-24). If the data is in response to a
command (e.g., PARAM_REQUEST, REQUEST_REVISION, etc.), no ACK is sent.
2's complement sum of
2 BytesChecksum of message.
message contents
excluding checksum.
NOTES 1. ACK/NAK handshaking can be disabled, although it is recommended it remain enabled.
2.DO NOT respond to a valid ACK or NAK message.
Page 48
2 - 24Simple Serial Interface Programmer’s Guide
CMD_NAK
Description
Negative acknowledgment of received packet.
Table 2-28
LengthOpcode
05D1h
Table 2-29
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Field Descriptions - CMD_NAK
Packet Format - CMD_NAK
Message
Source
Length of message (not including checksum).1 ByteLength Field
D1h1 ByteIdentifies this Opcode type.
0 = Decoder
4 = Host
StatusCauseChecksum
1 ByteIdentifies where the message is coming from.
Page 49
SSI Commands2 - 25
Table 2-29
Field Descriptions - CMD_NAK (Continued)
Field NameFormatSizeDescription
Status
1 Byte
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
This message is sent when the received packet fails the checksum verification or some error occurred while
handling the message.
2's complement sum of message contents
excluding checksum.
NOTE ACK/NAK handshaking can be disabled, although we recommend it remain enabled.
NOTE DO NOT respond to a valid ACK or NAK message.
2
Bytes
Checksum of message.
Page 50
2 - 26Simple Serial Interface Programmer’s Guide
NAK types supported by the decoder are listed in Table 2-30.
Table 2-30
BAD_CONTEXT
CANCEL
DENIED
RESEND
The decoder only resends a message twice. If the message has not been sent successfully at that time, the
decoder declares a transmit error, and issues transmit error beeps (LOW-LOW-LOW-LOW).
Decoder-Supported NAK Types
NAK TypeMeaningReceiver Action
Host does not recognize the
command.
Host does not want the
message in progress.
Host is unable to comply
with the requested message
(e.g., beep code is out of
range).
Checksum incorrect.Ensure checksum is correct.
Decoder discards the current
message.
Do not send data with this
message again. Developer
should check values with
specified values. Developer
should ensure the proper
character is sent, if using
wake-up character.
Limit number of resends. Send
packet again with resend bit
set.
CMD_NAK, cancel is a special message used when the decoder is sending a message the host do es not want, for
example a very large image message. The message is disca rded by the decoder upon receipt of the CMD_NAK,
cancel. This only affects the first queued message. Subsequent messages are not touched. If the host wants the
decoder to discard all messages, the host must send a FLUSH_QUEUE message.
Page 51
CUSTOM_DEFAULTS
Description
Writes or restores parameters to custom defaults.
SSI Commands2 - 27
Table 2-31
LengthOpcode
05h
Table 2-32
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - CUSTOM_DEFAULTS
Packet Format - CUSTOM_DEFAULTS
Message
Source
12h04h
Length of message (not including checksum).1 ByteLength Field
12h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming from.
StatusActionChecksum
1 Byte
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
This command writes or restores parameters to their custom default settings.
Host Requirements
The host sends this command to program or restore the product's custom default values.
Decoder Requirements
If supported by the scanner, upon receiving this command, the scanner will write the current parameter settings to
the custom defaults buffer. If the restore action is requested, then the parameters are restored to their previously
stored custom defaults. CMD_ACK / CMD_NAK is transmitted if handshaking is enabled.
2's complement sum of message contents
excluding checksum.
1 Byte0 = Write to Custom Defaults
1 = Restore Custom Defaults
2 BytesChecksum of message.
Page 52
2 - 28Simple Serial Interface Programmer’s Guide
DECODE_DATA
Description
Decode data in SSI packet format.
Table 2-33
LengthOpcode
Table 2-34
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - DECODE_DATA
Packet Format - DECODE_DATA
Message
Source
F3h00h
Length of message (not including checksum).1 ByteLength Field
F3h1 ByteIdentifies this Opcode type.
0 = Decoder1 ByteIdentifies where the message is coming from.
Status
Bar code
Type
1 Byte
Decode
Data
Checksum
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
This Opcode is used by the decoder when packeted data is selected to send decoded bar code data to the host.
The decoded message is contained in the Decode Data field.
If the decoded data contains more structure than can be presented in the standard form at, the Bar Code Type field
is set to 0x99 to indicate the Decode Data message contains multiple packets. The format of the Decode Data field
See Table 2-371 ByteIdentifies the scanned data code type. 0 = Not
Applicable
<data>VariableData is decoded data including prefix and
suffix sent in ASCII format.
2's complement sum of message contents
excluding checksum.
2 BytesChecksum of message.
Page 53
SSI Commands2 - 29
contains the actual Bar Code Type and a packeted form of decode data. For example, a packeted Decode Data
message for Micro PDF417 would look like:
Table 2-35
Length Opcode
Packeted Decode Data Message for Micro PDF417
Message
Source
Status
Bar code
Type
Decode
Data
Checksum
12F3h00h099see
below
where the Decode Data field is broken out as follows:
Table 2-36
Actual Bar
Code Type
Decode Data
# of
Packets
Spare
Byte
Byte Length of
Packet #1
Data
Spare
Byte
Byte Length
of Packet #2
Data
1A2000 03ABC000 04DEFG
Note that the Packet Length subfields consist of two bytes, where the first byte represents the high value of length
x 256.
Structured Append
Structured append data for PDF417 and Micro PDF417 can be transmitted in either an unstructure d format which
adheres to the PDF417 specification, or a structured "smart for mat" using the multipacketed fo rmat above. The Bar Code Type field contains 0x99 and data is sent from a single structured append symbol in two Decode Data
packets. The first packet contains the main bar code data, and the second contains any bar code identification
enabled for transmission (e.g., the control block, optional fields, symbol terminator). Each field begins with its
identifying marker codeword (e.g., \928 for control blocks, \923 for optional fields, and \922 for the symbol
terminator).
Table 2-37 and Table 2-38 lists all supported code types, by code name and hex value (SSI ID). The associated
hex value for each code (as required) is entered in the Code Type field.
NOTE For multipacketed data, this code type appears in every packet.
Table 2-37
Aztec Code
Aztec Rune Code
Bookland
Chinese 2 of 5
Code Types and Identifiers
SymbologySSI IDCode ID
0x2Dzz0
0x2EzzC
0x16LX0
0x72UX0
AIM ID
Letter
AIM ID Modifier
Notes:
1. E+C denotes 2 AIM IDs are transmitted: one for the UPC/EAN block; the second prefixes the
extended GS1-128 data.
2. E+E denotes 2 AIM IDs are transmitted: the first prefixes the main UPC/EAN block; the second
prefixes the supplemental block.
3. UPC-E, UPC-E1, and UPC-A are converted to EAN-13 for AIM ID.
Page 54
2 - 30Simple Serial Interface Programmer’s Guide
Table 2-37
Codabar
Code 11
Code 128
Code 16K
Code 32
Code 39
Code 39 Full ASCII
Code 49
Code 93
Composite
(CC-A + GS1-128)
Composite
(CC-A + EAN-13)
Code Types and Identifiers (Continued)
SymbologySSI IDCode ID
AIM ID
Letter
0x02CF0 (1) - standard (ABC)
0x0CHH0 (1) [2] - 1 (2) [0] check digits included
0x03DC0 (also see GS1-128)
0x12XX0
0x20BASame rules as for Code 39
0x01BA0 - no check digit
1. E+C denotes 2 AIM IDs are transmitted: one for the UPC/EAN block; the second prefixes the
extended GS1-128 data.
2. E+E denotes 2 AIM IDs are transmitted: the first prefixes the main UPC/EAN block; the second
prefixes the supplemental block.
3. UPC-E, UPC-E1, and UPC-A are converted to EAN-13 for AIM ID.
0x53TSee Table 2-39
0x54TSee Table 2-39
0x55TSee Table 2-39
0x56TSee Table 2-39
0x57TSee Table 2-39
0x58TSee Table 2-39
0x61TSee Table 2-39
0x62TSee Table 2-39
Page 55
SSI Commands2 - 31
Table 2-37
Code Types and Identifiers (Continued)
SymbologySSI IDCode ID
Composite
(CC-B + EAN-8)
Composite (CC-B + GS1
DataBar Expanded)
Composite (CC-B + GS1
DataBar Limited)
Composite
(CC-B + GS1 DataBar-14)
Composite
(CC-B + UPC-A)
Composite
(CC-B + UPC-E)
Composite
(CC-C + GS1-128)
Coupon Code
Cue CAT Code
AIM ID
Letter
0x63TSee Table 2-39
0x64TSee Table 2-39
0x65TSee Table 2-39
0x66TSee Table 2-39
0x67TSee Table 2-39
0x68TSee Table 2-39
0x59TSee Table 2-39
0x17N
E+C
1
0+1
0x38QX0
AIM ID Modifier
Discrete 2 of 5
Data Matrix
0x04GS0
0x1BP00d4 (1) - ECC 200 with (w/o) ECI
Dotcode0xC4P0E
GS1-128
GS1 QR
EAN-13
EAN-13 + 2
EAN-13 + 5
EAN-8
EAN-8 + 2
EAN-8 + 5
French Lottery
0x0FKC1 (2) - character 1 (2) is Function 1 (F1)
0xC2P0Q
0x0BAE0
0x4BA
0x8BA
E + E
E + E
2
0 for main block; 1 for supplemental
2
0 for main block; 2 for supplemental
0x0AAE4
0x4AA
0x8AA
E + E
E + E
2
4 for main block; 1 for supplemental
2
4 for main block; 2 for supplemental
0x2FXX0
Grid Matrix0xC8P0D
Notes:
1. E+C denotes 2 AIM IDs are transmitted: one for the UPC/EAN block; the second prefixes the
extended GS1-128 data.
2. E+E denotes 2 AIM IDs are transmitted: the first prefixes the main UPC/EAN block; the second
prefixes the supplemental block.
3. UPC-E, UPC-E1, and UPC-A are converted to EAN-13 for AIM ID.
Page 56
2 - 32Simple Serial Interface Programmer’s Guide
Table 2-37
GS1 DataBar Expanded
GS1 DataBar Limited
GS1 DataBar-14
GS1 Datamatrix
Han Xin
IATA
ISBT-128
ISBT-128 Concat.
ISSN
Interleaved 2 of 5
Korean 2 of 5
Macro Micro PDF
Macro PDF-417
Code Types and Identifiers (Continued)
SymbologySSI IDCode ID
AIM ID
Letter
0x32R
0x31R
0x30R
0xC1P0Gd2
0xB7P0HX0
0x05GS0
0x19DC0
0x21DC4
0x36XX0
0x06FISame rules as for Code 39
0x73VX0
0x9AXLSame rules as for Micro PDF-417
0x28XLSame rules as for PDF-417
AIM ID Modifier
Macro QR Code
Mailmark0xC3P0CX0
Matrix 2 of 5
Maxicode
Micro PDF
Micro PDF CCA
Micro QR Code
MSI
Multicode0xC6P0M
Notes:
1. E+C denotes 2 AIM IDs are transmitted: one for the UPC/EAN block; the second prefixes the
extended GS1-128 data.
2. E+E denotes 2 AIM IDs are transmitted: the first prefixes the main UPC/EAN block; the second
prefixes the supplemental block.
3. UPC-E, UPC-E1, and UPC-A are converted to EAN-13 for AIM ID.
0x29XX0
0x39SX0
0x25P02U1 - Mode 0, 2 or 3, without ECI
3 (1) - Extended EC with (w/o) ECI
0x1AXL3 - Code 128 emul: implied F1 in 1st
position
4 - Code 128 emul: F1 after 1st letter/digits
5 - Code 128 emul: no implied F1
0x1dXX0
0x2CP01Q1
0x0EJM0 - Modulo 10 symbol check character
validated and transmitted
1 - Modulo 10 symbol check character
validated but not transmitted
Page 57
SSI Commands2 - 33
Table 2-37
Code Types and Identifiers (Continued)
SymbologySSI IDCode ID
Multipacket Format
NW7
OCRB
PDF-417
Planet (US)
Postal (Australia)
Postal (Dutch)
Postal (Japan)
Postal (UK)
Postbar (CA)
Postnet (US)
0x89A
0x8AA
0x8BA
0x90A
0x99N/AN/AData is packeted; SSI ID is embedded in
0x9AXLSame rules as for Micro PDF-417
0xA0
0xB4RX0
E + E
E + E
E + E
E + E
2
0 for main block; 2 for supplemental
2
4 for main block; 2 for supplemental
2
0 for main block; 2 for supplemental
2
0 for main block; 2 for supplemental
decode data.
Databar)
Expanded
Coupon
Han Xin
GS1 Datamatrix
0xB7P0HX0
0xC1P0Gd2
GS1 QR0xC2P0Q
Notes:
1. E+C denotes 2 AIM IDs are transmitted: one for the UPC/EAN block; the second prefixes
the extended GS1-128 data.
2. E+E denotes 2 AIM IDs are transmitted: the first prefixes the main UPC/EAN block; the
second prefixes the supplemental block.
3. UPC-E, UPC-E1, and UPC-A are converted to EAN-13 for AIM ID.
Page 63
SSI Commands2 - 39
Table 2-38
Code Types by SSI ID (Continued)
SymbologySSI IDCode ID
AIM ID
Letter
AIM ID Modifier
Mailmark0xC3P0CX0
Dotcode0xC4P0E
Multicode0xC6P0M
UK Plessey0xC7
Grid Matrix0xC8P0D
Telepen0xCA
UDI Parsed Code0xCC
RFID Raw
RFID URI
0xE0X00
0xE1X00
Notes:
1. E+C denotes 2 AIM IDs are transmitted: one for the UPC/EAN block; the second prefixes
the extended GS1-128 data.
2. E+E denotes 2 AIM IDs are transmitted: the first prefixes the main UPC/EAN block; the
second prefixes the supplemental block.
3. UPC-E, UPC-E1, and UPC-A are converted to EAN-13 for AIM ID.
Table 2-39
Composite Code Data Formats
Data Format
1D Component
Standard ModeGS1-128 Emulation Mode
EAN-13, UPC-A,
UPC-E
EAN-8
Notes:
1. All Function 1 characters in the 1D and 2D are sent as
not transmitted.
1D: ]E0
2D: ]e0
See note 5 below.
1D: ]E4
2D: ]e0
See note 5 below.
1D: ]E0
2D: ]C1 before each GS1-128 split transmission
See notes 3 -5 below.
1D: ]E4
2D: ]C1 before each GS1-128 split transmission
See notes 3 -5 below.
G
(2910); the first Function 1 in the GS1-128 is
S
2. In standard mode, the data following symbol separator begins with AIM ID "]e1". The data following
the composite component escape mechanism begins with AIM ID "]e2" if ECI interpretation is
enabled, "]e3" if ECI interpretation is not enabled.
3. In GS1-128 emulation mode, each packet is split on an AI boundary and limited to less than 48
characters.
4. In GS1-128 emulation mode, data is discarded after the first symbol separator or escape
mechanism.
5. If the UPC/EAN component has a supplemental , ]E1 precedes a 2-digit supplemental and ]E2
precedes the 5-digit supplemental
6. RS is character 30
and EOT is character 04. The transmitted format (05 or 06) is data dependent.
10
Page 64
2 - 40Simple Serial Interface Programmer’s Guide
Table 2-39
Composite Code Data Formats (Continued)
Data Format
1D Component
Standard ModeGS1-128 Emulation Mode
GS1 DataBar-14
GS1 DataBar
Limited
Code 39 (TLC39)
1D: ]e0
2D: ]e1
See note 2 below.
ANSI MH10.8.3M syntax:
R
G
06
05
6P 1D
S
G
906P 1D
S
06 Format: [)>
05 Format: [)>
S
R
S
]C1 before each GS1-128 split transmission
See notes 3 -5 below.
G
S
S 2D
G
8004 2D
S
R
EOT
S
R
EOT
S
See note 6 below.
GS1-128
GS1 DataBar
Expanded
If the last AI in the GS1-1 28 is a
predefined, fixed length:]e0
Otherwise, ]e0 GS
]C1 before each GS1-128 split transmission
See notes 3 and 4 below.
See note 2 below.
Notes:
1. All Function 1 characters in the 1D and 2D are sent as
not transmitted.
G
(2910); the first Function 1 in the GS1-128 is
S
2. In standard mode, the data following symbol separator begins with AIM ID "]e1". The data following
the composite component escape mechanism begins with AIM ID "]e2" if ECI interpretation is
enabled, "]e3" if ECI interpretation is not enabled.
3. In GS1-128 emulation mode, each packet is split on an AI boundary and limited to less than 48
characters.
4. In GS1-128 emulation mode, data is discarded after the first symbol separator or escape
mechanism.
5. If the UPC/EAN component has a supplemental , ]E1 precedes a 2-digit supplemental and ]E2
precedes the 5-digit supplemental
6. RS is character 30
and EOT is character 04. The transmitted format (05 or 06) is data dependent.
10
Host Requirements
If DECODE_EVENT reporting is enabled, the decode event message is received before the DECODE_DATA
message. If ACK/NAK handshaking is enabled, the host responds to each of these messages.
Decoder Requirements
Decode data is sent in this format if packeted decode data is selected via parameter. The host responds to this
message with a CMD_ACK, if ACK/NAK handshaking is enabled.
Page 65
EVENT
Description
Indicates selected events occurred.
SSI Commands2 - 41
Table 2-40
LengthOpcode
05hF6h00h
Table 2-41
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - EVENT
Packet Format - EVENT
Message
Source
Length of message (not including checksum).1 ByteLength Field
F6h1 ByteIdentifies this Opcode type.
0 = Decoder1 ByteIdentifies where the message is coming
Status
Event
Code
1 Byte
Checksum
from.
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
This message is sent by the decoder when an enabled event occurs. Use Table 2-42 and parameters F0h 00h
through F0h 07h to determine which events you would like to be reported.
Host Requirements
The host receives this message when a selected event occurs.
Decoder Requirements
Generate this message when a selected event occurs. Events may vary by decoder type.
Type of Event Code.1 ByteSee
2's complement sum of message contents
excluding checksum.
2 BytesChecksum of message.
Table 2-42 on page 2-42
.
Page 66
2 - 42Simple Serial Interface Programmer’s Guide
Table 2-42
Boot Event
Decode Event
Parameter Defaults
Parameter Entry Error
Parameter Num Expected
Parameter Stored
Trigger Pull Event
Parameter Entry Cancel
MPDF Incorrect Symbol
MPDF File ID Error
MPDF Out of Memory Error
MPDF Bad Symbology Error
MPDF Flush Buffer
MPDF Data Xmitted
MPDF Flush No Data
MPDF Abort
Buffer Code 39 Add
Buffer Code 39 Empty
Buffer Code 39 Full
Buffer Code 39 Clear
Buffer Code 39 Xmit
System Fault: Laser Safety
17h
18h
19h
1Ah
1Bh
1Ch
1Dh
1Eh
2h
Page 67
FLUSH_MACRO_PDF
Description
Terminates MacroPDF sequence and sends all captured segments.
SSI Commands2 - 43
Table 2-43
LengthOpcode
04h10h04h
Table 2-44
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - FLUSH_MACRO_PDF
Packet Format - FLUSH_MACRO_PDF
Message
Source
Length of message (not including checksum).1 ByteLength Field
10h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming
StatusChecksum
1 Byte
from.
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
Bit 2: Reserved
Always 0
Bit 3: Parameter Change Type
(for parameters)
0 = Temporary change
1 = Permanent change
Checksum
Host Requirements
None.
Decoder Requirements
The decoder terminates the current MacroPDF sequence and transmits the captured MacroPDF segments.
2's complement sum of message contents
excluding checksum.
2 BytesChecksum of message.
Page 68
2 - 44Simple Serial Interface Programmer’s Guide
FLUSH_QUEUE
Description
Eliminates content of decoder’s transmission queue.
Table 2-45
LengthOpcode
04hD2h04h
Table 2-46
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - FLUSH_QUEUE
Packet Format - FLUSH_QUEUE
Message
Source
Length of message (not including checksum).1 ByteLength Field
D2h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming
StatusChecksum
1 Byte
from.
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
This message is sent by the host to instruct the decoder to discard or flush the transmission que ue. This is useful
when the decoder is attempting to send a lengthy multipacket message. If the host does not want the message, the
host can interrupt the decoder (by asserting RTS) and send a FLUSH_QUEUE message.
The decoder ACK/NAKs the FLUSH_QUEUE message. No further packets in the transmission queue are sent.
Note that this does not abort decoder actions that cause packets to be added to the transmission queue.
We recommend issuing a SCAN_DISABLE prior to issuing a FLUSH_QUEUE so that new elements are not added
to the queue just after it is emptied. Also, paradoxical cases may arise if a SCAN_DISABLE is not issued first.
2's complement sum of message contents
excluding checksum.
2 BytesChecksum of message.
Page 69
ILLUMINATION_OFF
Description
Turns off Illumination pattern.
SSI Commands2 - 45
Table 2-47
LengthOpcode
04hC0h04h
Table 2-48
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Data Content
Checksum
Field Descriptions - ILLUMINATION_OFF
Packet Format - ILLUMINATION_OFF
Message
Source
Length of message (not including checksum).1 ByteLength Field
C0h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming
2's complement sum of message contents
excluding checksum.
StatusDataChecksum
from.
1 Byte
Up to 251
Bytes
2 BytesChecksum of message.
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Image Data records.
Decoder Requirements
The decoder turns off the Illumination, and responds with a CMD_ACK (if ACK/NAK handshaking is enabled).
Page 70
2 - 46Simple Serial Interface Programmer’s Guide
ILLUMINATION_ON
Description
Turns off Illumination pattern.
Table 2-49
LengthOpcode
04hC1h04h
Table 2-50
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Data Content
Checksum
Field Descriptions - ILLUMINATION_ON
Packet Format - ILLUMINATION_ON
Message
Source
Length of message (not including checksum).1 ByteLength Field
C0h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming
2's complement sum of message contents
excluding checksum.
StatusDataChecksum
from.
1 Byte
Up to 251
Bytes
2 BytesChecksum of message.
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Image Data records.
Decoder Requirements
The decoder turns on the Illumination, and responds with a CMD_ACK (if ACK/NAK handshaking is enabled).
Table 2-51
ILLUMINATION_ONTurns on the Illumination.
ILLUMINATION_OFFTurns off the Illumination.
Aim Mode
Command SequenceAction Performed
Page 71
IMAGE_DATA
Description
A JPEG, BMP, or TIFF image.
SSI Commands2 - 47
Table 2-52
LengthOpcode
Table 2-53
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - IMAGE_DATA
Packet Format - IMAGE_DATA
Message
Source
B1h01h
Length of message (not including checksum).1 ByteLength Field
B1h1 ByteIdentifies this Opcode type.
0 = Decoder1 ByteIdentifies where the message is coming
StatusDataChecksum
from.
1 Byte
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
This packet contains image information. Images sent from the decoder to the host are described by the image
preamble contained in the first 10 bytes of the first packet of the image. The details of the image preamble follow.
Due to the small packet size of SSI, multiple packets of image data should be received by the host and
re-assembled in the order given by the decoder. The packets describe, for example, a JPEG image when
re-assembled.
2's complement sum of message contents
excluding checksum.
Up to 251
Bytes
2 BytesChecksum of message.
Image Data records.
Page 72
2 - 48Simple Serial Interface Programmer’s Guide
The image preamble consists of the following fields:
Table 2-54
File size
Image Width
Image Height
Image Type
Bits per Pixel
Note: The preamble only appears in the first packet of a multipacket
message.
In a multipacketed environment, one image frame is spread over several packets in the following format:
Image Preamble Fields
FieldField SizeDescription
4 byte fieldNumber of bytes in the overall image.
2 byte fieldImage width in pixels
2 byte fieldImage height in pixels
1 byte field0x31 = JPEG Image File
0x33 = BMP Windows Bit Map File
0x34 = TIFF File
Note: These values are ASCII.
Length of message (not including checksum).1 ByteLength Field
F7h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming
StatusDataChecksum
from.
1 Byte
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
This command is supported by the imager only. The host sends this command with the data field set to 0 for
decode mode, 1 for image capture mode, and 2 for video mode.
Decoder Requirements
The decoder (imager) sends a CMD_ACK if the mode is valid, and CMD_NAK if not.
2's complement sum of message contents
excluding checksum.
1 ByteValue 0, 1, or 2 decimal
2 BytesChecksum of message.
Page 74
2 - 50Simple Serial Interface Programmer’s Guide
LED_OFF
Description
De-activates LED output.
Table 2-57
LengthOpcode
05hE8h04h
Table 2-58
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - LED_OFF
Packet Format - LED_OFF
Message
Source
Length of message (not including checksum).1 ByteLength Field
E8h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming from.
Status
Selection
1 Byte
LED
Checksum
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
The host sends this message to turn off the specified decoder LEDs.
Host Requirements
None.
Decoder Requirements
The decode LED is turned off by the decoder.
Bit 0 - 7: LED bit numbers to turn off.1 ByteBit 0 = Decode LED
See your product’s Product Reference Guide
for further bit information.
2's complement sum of message contents
excluding checksum.
2 BytesChecksum of message.
Page 75
LED_ON
Description
Activates LED output.
SSI Commands2 - 51
Table 2-59
LengthOpcode
05hE7h04h
Table 2-60
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - LED_ON
Packet Format - LED_ON
Message
Source
Length of message (not including checksum). 1 ByteLength Field
E7h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming from.
Status
Selection
1 Byte
LED
Checksum
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
The host sends this message to turn on the specified decoder LEDs.
Host Requirements
None.
Decoder Requirements
The decode LED is turned on by the decoder.
Bit 0 - 7: LED bit numbers to turn on.1 ByteBit 0 = Decode LED
See your product’s Product Reference Guide f or
further bit information.
2's complement sum of message contents
excluding checksum.
2 BytesChecksum of message.
Page 76
2 - 52Simple Serial Interface Programmer’s Guide
PAGER_MOTOR_ACTIVATION
Description
Actuates the vibration feedback device in the target device (e.g., the pager motor). Example: A value of 15 causes
the scanner to vibrate for 150 ms.
Table 2-61
LengthOpcode
05hCAh04h
Table 2-62
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Vibration
Duration
Field Descriptions - PAGER_MOTOR_ACTIVATION
Packet Format - PAGER_MOTOR_ACTIVATION
Message
Source
Length of message (not including checksum).1 ByteLength Field
CAh1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming
Status
Vibration
Feedback
Duration
1 Byte
1 ByteNumber of 10 ms increments to vibrate.
Checksum
from.
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
0 = Use the system parameter vibration
duration.
Example: A value of 15 causes the
scanner to vibrate for 150 ms.
Checksum
This Opcode instructs the receiver to actuate the vibration feedback device (e.g., the pager motor) for the amount
of 10 ms increments specified in the Vibration Duration field. If the Vibrations Duration field is set to 0, then the
vibration feedback duration will be that which is defined in the system parameter for vibration duration.
Host Requirements
The host sends this command to cause the decoder to actuate its vibration feedback mechanism (e.g., its pager
motor) for the specified amount of time.
Decoder Requirements
If the decoder has a Pager Motor and handshaking is enabled, it sends a CMD_ACK and activates the
PAGER_MOTOR for the appropriate duratio n. If the decoder does not have a Pager Motor, it sends a CMD_NAK
with type NAK_DENIED.
2's complement sum of message contents
excluding checksum.
2 BytesChecksum of message.
Page 77
PARAM_DEFAULTS
Description
Sets the parameters to their default values.
SSI Commands2 - 53
Table 2-63
LengthOpcode
04hC8h04h
Table 2-64
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - PARAM_DEFAULTS
Packet Format - PARAM_DEFAULTS
Message
Source
Length of message (not including checksum).1 ByteLength Field
C8h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming
StatusChecksum
from.
1 Byte
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
This command returns all parameters to their default settings.
Host Requirements
The host sends this command to reset the decoder’s parameter settings to the default values.
Decoder Requirements
Upon receiving this command, the decoder resets all its parameters to the default values. This is equivalent to
scanning a SET DEFAULTS bar code.
2's complement sum of message contents
excluding checksum.
2 BytesChecksum of message.
Page 78
2 - 54Simple Serial Interface Programmer’s Guide
PARAM_REQUEST
Description
Requests values of selected parameters.
Table 2-65
Length Opcode
Table 2-66
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - PARAM_REQUEST
Packet Format - PARAM_REQUEST
Message
Source
C7h04h
Length of message (not including checksum).1 ByteLength Field
C7h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming from.
Status
Request
Data
1 Byte
Checksum
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
The host uses this message to request selected parameters from the decoder.
Host Requirements
The host requests the decoder’s current values for specific parameters by listing the parameter numbers in the
Request_Data field. If the host asks for a parameter value not supported by the decoder, the decoder does not
send a value for this unsupported param_num. If none of the requested values is supported, an empty
<Param_num><Param_num>
<Param_num>...
2's complement sum of message contents
excluding checksum.
Variable
2 BytesChecksum of message.
Page 79
SSI Commands2 - 55
PARAM_SEND message is transmitted. If the host requests the value of all the parameters, it sends a special
param_num called ALL_PARAMS (FEh) in the first position of the Request_Data field.
NOTE The decoder’s response to this command is PARAM_SEND, not ACK. Depending on the time-out set, and
the number of parameters requested, this reply may fall outside the programmable Serial Response
Timeout. It should not be considered an error if the time-out is exceeded. To compensate, increase the
time-out.
Decoder Requirements
When the decoder receives this message, it processes the information by formatting a PARAM_SEND message
containing all requested parameters that are supported, and their values. The programmable Serial Response
Time-out may be exce eded when processing this message, depending on the time-out set, and the number of
parameters requested.
Hints for Requesting Parameter Values
Before forming a PARAM_REQUEST, be sure you are requesting parameters supported by the deco der (Table
2-67). To find out what parameters are supported, send an FEh (request all parameters). The decoder responds
with a PARAM_SEND which contains all the supported parameters and their values. This response may be
multipacketed; ACK responses are not necessary.
Table 2-67
0 to 239<param_num>
256 to 495F0<param_num - 256>
512 to 751F1<param_num - 512>
768 to 1007F2<param_num - 768>
1024 or higherF8<param_num_high_byte><param_num_low_byte>
Additionally, the following special codes are provided:
All ParametersFE
All DefaultsFD
When using the FEh, it must be in the first position of the Request_Data field, or it is treated as an unsupported
parameter.
Unsupported parameters are not listed in the PARAM_SEND response. Requesting unsupported parameters has
no effect, but can cause delays in responding to requests for valid parameters. See Table 2-68 for example
requests and responses.
Table 2-68
Parameter Numbers Format
Parameter NumberEncoding
Example Requests and Replies
PARAM_REQUEST Message Response PARAM_SEND Message
#ALL
#1, 9C
#All, 1, 9C
05 C7 04 00 FE FE 320D C6 00 00 FF 01 00 02 01 9C 07 E6 63 FC 3E
06 C7 04 00 01 9C FE 9209 C6 00 00 FF 01 00 9C 07 FD 8E
07 C7 04 00 FE 01 9C FD 930D C6 00 00 FF 01 00 02 01 9C 07 E6 63 FC 3E
Page 80
2 - 56Simple Serial Interface Programmer’s Guide
Table 2-68
#1, 9C, ALL
#4
#ALL - 3 times
#1 -3 times
533 (F1 15)
Example of buffer
parameter above
512.
318 (F0, 3E)
Example of Word
parameter above
256.
Example Requests and Replies (Continued)
PARAM_REQUEST Message Response PARAM_SEND Message
07 C7 04 00 01 9C FE FD 9309 C6 00 00 FF 01 00 9C 07 FD 8E
05 C7 04 00 04 FF 2C05 C6 00 00 FF FE 36
07 C7 04 00 FE FE FE FC 34 0D C6 00 00 FF 01 00 02 01 9C 07 E6 63 FC 3E
07 C7 04 00 01 01 01 FF 2B0B C6 00 00 FF 01 00 01 00 01 00 FE 2D
06 C7 04 80 F1 15 FD1D C6 00 00 FF
30 30 37 5A 5A 57 57 F7 7E
Where:
F7
=Multipacket array
F1h 15h / 533
Value="DS4308-SR00007ZZ"
06 C7 04 80 F0 3E FD 810A C6 00 00 FF
Where:
F4
=Word parameter
F0 3E / 318
04 FF
=Value 1279
F7 F1 15
=SSI number / parameter number
F4 F0 3E 04 FF
=SSI number / parameter number
12 00 00 44 53 34 33 30 38 2D 53 52 30 30
FB 0C
1118 (F8 04 5E)
Example of a
Word parameter
with a parameter
number above
This message is sent by the decoder in response to the PARAM_REQUEST message, or by the host to change the
decoder’s parameter values.
Parameter numbers F0h (+256), F1h (+512), F2h (+768) access parameters whose numbers are 256 and higher.
For example, to access the first parameter in the 256-511 range, use F0h and 00h.
See
Table 2-12 on page 2-11
See
Table 2-71 on page 2-58
2's complement sum of message contents
excluding checksum.
.1 ByteIf no beep is required, set this field to FF.
.The parameter numbers and data to be sent to
the requester.
2 BytesChecksum of message.
Page 82
2 - 58Simple Serial Interface Programmer’s Guide
The PARAM_SEND message encodes parameter plus data as shown in Table 2-71.
Table 2-71
Param Data Format
Parameter NumberEncoding
0 to 239
256 to 495
<param_num>
F0<param_num - 256>
512 to 751F1<param_num - 512>
768 to 1007F2<param_num - 768>
1024 or higherF8<param_num_high_byte><param_num_low_byte>
Additionally, there are modifiers to allow data other than byte values.
Table 2-72
Data Types
Data TypeFormat
String
Word
Array
Multi-Packet
F3 <param num><len of data><val1><val2>...
F4<param num><high byte><low byte>
F6<param num><len of array><byte0><byte1>...
F7<param num><packet len><2 byte
offset><byte0><byte1>...
Host Requirements
NOTE Due to the processing time of interpreting and storing parameters contained in the message, it may not be
possible for the decoder to send an ACK within the programmable Serial Response Timeout. It should not
be considered an error if the time-out is exceeded. To compensate, increase the time-out.
The host transmits this message to change the decoder’s parameters. Be sure the Change Type bit in the Status
byte is set as desired. If no beep is required, the beep code must be set to FFh, or the de coder beeps as defined in
Table 2-12.
Decoder Requirements
When the decoder receives a PARAM_SEND, it interprets and stores the parameters, then ACKs the command (if
ACK/NAK handshaking is enabled). These parameters are stor ed permanently only if the Change T yp e (bit 3 of the
Status byte) is set to 1. If bit 3 is set to 0 the changes are temporary, and are lost when the decoder is powered
down.
If the PARAM_SEND sent by the host contains a valid beep code, the decoder issues the requested beep
sequence, and changes the requested parameter values.
The decoder issues a PARAM_SEND in response to a PARAM_REQUEST from the host. It sends the values for all
the supported parameter values requested in the PARAM_REQUEST message. No value is sent for any
unsupported param_num. If none of the requeste d values is supported, the PARAM_SEND message is transmitted
with no parameters. When sending this command, the Change Type bit (bit 3 of Status byte) can be ignored.
NOTE For multipacketed PARAM_SEND, the beep code appears in every packet.
Page 83
REPLY_REVISION
Description
Replies to REQUEST_REVISION command with software revision string.
SSI Commands2 - 59
Table 2-73
LengthOpcode
Table 2-74
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - REPLY_REVISION
Packet Format - REPLY_REVISION
Message
Source
A4h00hS/W_REVISION <space>
Length of message (not including checksum).1 ByteLength Field
A4h1 ByteIdentifies this Opcode type.
0 = Decoder1 ByteIdentifies where the message is coming from.
StatusRevisionChecksum
BOARD_TYPE <space>
ENGINE_CODE <space>
1 Byte
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
The decoder sends its revision string to the host. The revision string is decoder-dependent.
ASCII data variableRevision String fields indicate:
2's complement sum of message contents
excluding checksum.
S/W_REVISION
software
BOARD_TYPE
board, F for flash
ENGINE_CODE
engine paired with the decoder (see the scan
engine’s Integration Guide for the engine code
value)
2 BytesChecksum of message.
is the release name of the
is N for non-flash decoder
indicates the type of scan
Page 84
2 - 60Simple Serial Interface Programmer’s Guide
REQUEST_REVISION
Description
Requests the software revision string from the de co der.
Table 2-75
LengthOpcode
04hA3h04h
Table 2-76
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - REQUEST_REVISION
Packet Format - REQUEST_REVISION
Message
Source
Length of message (not including checksum).1 ByteLength Field
A3h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming
StatusChecksum
1 Byte
from.
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
The host sends this message to request revision information from the decoder. The decoder responds with
REPLY_REVISION.
Decoder Requirements
The decoder sends its revision string to the host. See REPLY_REVISION on page 2-59 for format.
2's complement sum of message contents
excluding checksum.
2 BytesChecksum of message.
Page 85
SCAN_DISABLE
Description
Prevents the decoder from scanning bar codes.
SSI Commands2 - 61
Table 2-77
LengthOpcode
04hEAh04h
Table 2-78
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - SCAN_DISABLE
Packet Format - SCAN_DISABLE
Message
Source
Length of message (not including checksum).1 ByteLength Field
EAh1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming
StatusChecksum
1 Byte
from.
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
All scan attempts are disabled by this command until either a SCAN_ENABLE is sent, or the decoder is reset.
Decoder Requirements
When the decoder receives this command, it ignores all trigger/ST ART_SESSION requests until a SCAN_ENABLE
command is received.
2's complement sum of message contents
excluding checksum.
2 BytesChecksum of message.
Page 86
2 - 62Simple Serial Interface Programmer’s Guide
SCAN_ENABLE
Description
Permits the decoder to scan bar codes.
Table 2-79
LengthOpcode
04hE9h04h
Table 2-80
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - SCAN_ENABLE
Packet Format - SCAN_ENABLE
Message
Source
Length of message (not including checksum). 1 ByteLength Field
E9h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming
StatusChecksum
1 Byte
from.
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
The host sends the SCAN_ENABLE command to tell the decoder to allow scanni ng. Scanning is enabled upon
power-up, so this command need only be send if a prior SCAN_DISABLE command has been sent.
Decoder Requirements
The decoder allows scanning and decoding upon receipt of this command.
2's complement sum of message contents
excluding checksum.
NOTE At initial power-up, the decoder should assume SCAN_ENABLED.
2 BytesChecksum of message.
Page 87
SLEEP
Description
Requests to place the decoder into low power mode.
SSI Commands2 - 63
Table 2-81
LengthOpcode
04hEBh04h
Table 2-82
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - SLEEP
Packet Format - SLEEP
Message
Source
Length of message (not including checksum). 1 ByteLength Field
EBh1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming from.
StatusChecksum
1 Byte
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
The host sends this command to place the decoder into low power mode. If the low power mode parameter is
enabled, the scanner goes into low power mode automatically, and the SLEEP command is not necessary.
Decoder Requirements
None.
2's complement sum of message contents
excluding checksum.
NOTE The decoder may not sleep immediately upon acknowledging the command, as it may be busy processing
data at the time.
2 BytesChecksum of message.
Page 88
2 - 64Simple Serial Interface Programmer’s Guide
SSI_MGMT_COMMAND
Description
The SSI protocol allows the host to send a command that is variable in length up to 255 bytes. Although there is a
provision in the protocol to multi-packet commands from the host, it is not supported in the scanner. It is required
that the host fragment packets using the provisions supplied in the Remote Scanner Management (RSM) protocol
(A TTRIBUTE_SET_OFFSET, ATTRIBUTE_GET_OFFSET).
RSM command is encapsulated in SSI packet as follows.
Table 2-83
LengthOpcode
Table 2-84
Length
Opcode
Message Source
Status
Field Descriptions - SSI_MGMT_COMMAND
Field NameFormatSizeDescription
Packet Format - SSI_MGMT_COMMAND
Message
Source
80h04h
Length of message (not
including checksum).
80h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming from.
Status
Management
Payload
1 ByteLength Field
1 Byte
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
The expected response in the positive case is SSI_MGMT_COMMAND that may be a multi-packet response. For
devices that do not support the SSI_MGMT_COMMAND, the response will be the standard SSI_NAK
(NAK_BADCONTEXT).
Host Requirements
None.
Decoder Requirements
Decoder reply the RSM command in the format below.
Table 2-85
LengthOpcode
Response Packet Format - SSI_MGMT_COMMAND
80h04h
DataVariableRSM command.
2's complement sum of
message contents excluding
checksum.
Message
Source
2 BytesChecksum of message.
Status
Management
Payload
Checksum
Page 89
START_SESSION
Description
Tells decoder to attempt to obtain the requested data.
SSI Commands2 - 65
Table 2-86
LengthOpcode
04hE4h04h
Table 2-87
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - START_SESSION
Packet Format - START_SESSION
Message
Source
Length of message (not including checksum).1 ByteLength Field
E4h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming from.
StatusChecksum
1 Byte
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
This command tells the decoder to start a scan session. See Table 2-88 for the decoder’s reactions to this
command in each operational mode.
Table 2-88
Operational
Decode Mode
Image Capture
Video Mode
ST ART_SESSION Actions
Mode
Decoder Requirements
Trigger Mode must be set to Host or a CMD_NAK DENIED response is issued.
2's complement sum of message contents
excluding checksum.
Actions Upon Receipt of CommandEnd Result of Session
The decoder attempts to decode a bar codeSuccessful decode, or STOP_SESSION command
The decoder clicks the shutterAn image is captured
The decoder continuously produces a video stream STOP_SESSION command
2
Bytes
Checksum of message.
Page 90
2 - 66Simple Serial Interface Programmer’s Guide
STOP_SESSION
Description
Tells decoder to abort a decode attempt or video transmission.
Table 2-89
LengthOpcode
04hE5h04h
Table 2-90
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - STOP_SESSION
Packet Format - STOP_SESSION
Message
Source
Length of message (not including checksum).1 ByteLength Field
E5h1 ByteIdentifies this Opcode type.
4 = Host1 ByteIdentifies where the message is coming
StatusChecksum
1 Byte
from.
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
This command tells the decoder to stop a scan and decode attempt.
Host Requirements
None.
Decoder Requirements
None.
2's complement sum of message contents
excluding checksum.
2 BytesChecksum of message.
Page 91
VIDEO_DATA
Description
Imager transmission of a video frame in JPEG format.
SSI Commands2 - 67
Table 2-91
LengthOpcode
Table 2-92
Field NameFormatSizeDescription
Length
Opcode
Message
Source
Status
Field Descriptions - VIDEO_DATA
Packet Format - VIDEO_DATA
Message
Source
B4h00h
Length of message (not including checksum).1 ByteLength Field
B4h1 ByteIdentifies this Opcode type.
00 = Decoder1 ByteIdentifies where the message is coming
StatusDataChecksum
from.
1 Byte
Bit 0: Retransmit
0 = First transmission
1 = Subsequent transmission
Bit 1: Continuation
0 = Last packet of a multipacket message
1 = Intermediate packet
The first packet of a video frame contains the video preamble, described below. The first packet also contains the
JPEG data comprising the video frame. Multipacketing is expected in video mode.
2's complement sum of message contents
excluding checksum.
Up to 251
Bytes
2 BytesChecksum of message.
Image data.
Page 92
2 - 68Simple Serial Interface Programmer’s Guide
The video preamble consists of the following fields:
Table 2-93
File size
Image Width
Image Height
Image Type
Bits per Pixel
In a multipacketed environment, one video frame is spread over several packets in the following format:
Video Preamble Fields
FieldField SizeDescription
4 byte fieldNumber of bytes in the overall image.
2 byte fieldImage width in pixels
2 byte fieldImage height in pixels
1 byte field0x31 = JPEG Image File
0x33 = BMP Windows Bit Map File
0x34 = TIFF File
Note: These values are ASCII.
Wakes up decoder after it was put into low power operation.
If the decoder is in low power mode, sending the single character NULL (00) wakes up the decode r. This character
is only needed when hardware handshaking is not being used or is bypassed.
Host Requirements
Once the WAKEUP character is sent, the host must wait a period of time to permit the decoder to wake up. The
decoder remains awake for a fixed period of time after wake up. These time periods vary by decoder.
Decoder Requirements
The decoder must not go back into low power mode for a decoder-dependent time period after waking up.
NOTE The mechanism to wake up a decoder in this manner also works if characters other than WAKEUP are
sent to the decoder. There is, however, no guarantee that these commands are interpreted correctly upon
power-up. Therefore, it is not recommended that characters other than WAKEUP be used to awaken the
decoder.
The WAKEUP character has no ef fect if sent when th e scanner is awake. If the host is unsure of the scanner state,
it should send the wakeup character when it wants to communicate with the scanner.
Page 94
2 - 70Simple Serial Interface Programmer’s Guide
Page 95
TXD
(Host RXD)
RXD
(Host TXD)
RTS
(Host CTS)
CTS
(Host RTS)
1
2
3
4
5
6
1. Decoder data
2. Host requests to send
3. Decoder grants permission
4. ACK response
5. Host removes request
6. Decoder removes permission
Appendix A Transaction Examples
Various transaction examples are shown in Figure A-1 through Figure A-8.
Figure A-1
Basic Decoder Initiated Transaction
Page 96
A - 2Simple Serial Interface Programmer’s Guide
TXD
(Host RXD)
RXD
(Host TXD)
RTS
(Host CTS)
CTS
(Host RTS)
1
2
3
4
5
6
1. Host requests to send
2. Decoder grants permission
3. BEEP command sent
4. Host removes request
5. Decoder removes permission
6. Decoder ACKs
Figure A-2
Basic Host Initiated Transaction
Page 97
Standard Default ParametersA - 3
TXD
(Host RXD)
RXD
(Host TXD)
RTS
(Host CTS)
CTS
(Host RTS)
1
2
3
4
5
6
1. Decoder starts to transmit
2. Host asserts RTS causing transmission pause
3. Decoder grants permission for host to send
4. Host removes request without sending
5. Decoder removes permission
6. Decoder resumes transmission
7. Host requests permission to send ACK
8. Decoder grants permission
9. Host sends ACK
10. Host removes request when finished sending
11. Decoder removes permission
7
8
9
10
11
Figure A-3
Host Interrupting Decoder’s Transmission
Page 98
A - 4Simple Serial Interface Programmer’s Guide
TXD
(Host RXD)
RXD
(Host TXD)
RTS
(Host CTS)
CTS
(Host RTS)
1
2
3
4
6
1. Host requests permission to send
2. Decoder grants permission
3. Host sends 3 nulls, then BEEP command
4. Host removes request when finished sending
5. Decoder removes permission
6. Decoder ACKs
5
Figure A-4
Host Initiated Transmission with Leading Nulls (Decoder in Continuous Power Mode)
Page 99
Standard Default ParametersA - 5
TXD
(Host RXD)
RXD
(Host TXD)
RTS
(Host CTS)
CTS
(Host RTS)
1
2
3
4
5
6
1. Host requests permission to send
2. Decoder grants permission
3. Host sends 1/2 BEEP command
4. Host removes request (ignored by decoder until transmit complete or timed out)
5. Host requests again (ignored by decoder until transmit complete or timed out)
6. Host sends remainder of BEEP command
7. Host removes request
8. Decoder removes permission
9. Decoder ACKs
7
8
9
This duration must be
less than HOST-CHARACTER
TIME_OUT
Figure A-5
Host Initiated Transaction with Host Pausing and Releasing RTS During Transmission
Page 100
A - 6Simple Serial Interface Programmer’s Guide
TXD
(Host RXD)
RXD
(Host TXD)
RTS
(Host CTS)
CTS
(Host RTS)
1
2
3
4
5
7
1. Host requests permission to send
2. Decoder grants permission
3. Host sends 2 characters of message
4. Host removes request
5. RTS remains low because decoder is still expecting data
6. Decoder times out waiting for a character and removes permission
7. Decoder sends a NAK resend
6
Figure A-6
Error Transmission: Host Sends Only First 2 Characters of 6 Character Message
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.