Answer
There are two ways to append data to the barcode. See sections '27 Set Suffix' and
'24 End of Text Message'. The 'Suffix' is transmitted immediately before the 'End
of text message'. By using these two features together or singly it is possible
to program any termination sequence up to about 16 characters. Here are a couple of
examples.
This programs a 'dot' plus a 'return' character needed by some applications.
It is assumed the scanner already appends a 'return'.
From the programming manual scan these barcodes...
| Page | Section | barcode name |
| 35 | 27 SET SUFFIX | Start |
| 35 | 27 SET SUFFIX | Suffix |
| 38 | Appendix A | 2 |
| 38 | Appendix A | E |
| 38 | Appendix A | SET |
Here is a more complicated example. In this case the user requires only
a 'Control S' character.
'Control S' can be programmed in two different ways depending on the interface
method used by the scanner. If the scanner is operating in USB or Keyboard Wedge mode it
is programmed as a key sequence...
First stage is to remove the default 'return' character...
| Page | Section | barcode name |
| 32 | 24 END OF TEXT MESSAGE | Start |
| 32 | 24 END OF TEXT MESSAGE | None |
| 32 | 24 END OF TEXT MESSAGE | End |
Second stage add the 'Control S' as a 'Suffix' sequence. We shall program the
following sequence...
- Left Control key pressed
- 'S' key pressed and released
- Left Control key released
From the programming manual scan these barcodes...
| Page | Section | barcode name |
| 35 | 27 SET SUFFIX | Start |
| 35 | 27 SET SUFFIX | Suffix |
| 38 | Appendix A | A |
| 38 | Appendix A | D |
| 38 | Appendix A | 7 |
| 38 | Appendix A | 3 |
| 38 | Appendix A | A |
| 38 | Appendix A | E |
| 38 | Appendix A | SET |
If the scanner were being used in RS232 mode the 'Control S' can be programmed
directly as an ASCII Control Character (Character value &H13) like this...
| Page | Section | barcode name |
| 35 | 27 SET SUFFIX | Start |
| 35 | 27 SET SUFFIX | Suffix |
| 38 | Appendix A | 1 |
| 38 | Appendix A | 3 |
| 38 | Appendix A | SET |