43
Bar Code Data
String Suffixes by Code Set
Bar Code
Data
ASCII CODESET A CODESET B CODESET C
chr(&H40) "4 0" (NUL) 64
chr(&H41) "4 1" (SOH) a 65
chr(&H42) "4 2" (STX) b 66
chr(&H43) "4 3" (EXT) c 67
chr(&H44) "4 4" (EOT) d 68
chr(&H45) "4 5" (ENQ) e 69
chr(&H46) "4 6" (ACK) f 70
chr(&H47) "4 7" (BEL) g 71
chr(&H48) "4 8" (BS) h 72
chr(&H49) "4 9" (HT) i 73
chr(&H4A) "4 A" (LF) j 74
chr(&H4B) "4 B" (VT) k 75
chr(&H4C) "4 C" (FF) l 76
chr(&H4D) "4 D" (CR) m 77
chr(&H4E) "4 E" (SO) n 78
chr(&H4F) "4 F" (SI) o 79
chr(&H50) "5 0" (DEL) p 80
chr(&H51) "5 1" (DC1) q 81
chr(&H52) "5 2" (DC2) r 82
chr(&H53) "5 3" (DC3) s 83
chr(&H54) "5 4" (DC4) t 84
chr(&H55) "5 5" (NAK) u 85
chr(&H56) "5 6" (SYN) v 86
chr(&H57) "5 7" (ETB) w 87
chr(&H58) "5 8" (CAN) x 88
chr(&H59) "5 9" (EM) y 89
chr(&H5A) "5 A" (SUB) z 90
chr(&H5B) "5 B" (ESC) { 91
chr(&H5C) "5 C" (FS) | 92
chr(&H5D) "5 D" (GS) } 93
chr(&H5E) "5 E" (RS) ~ 94
chr(&H5F) "5 F" (US) (DEL) 95
chr(&H60) "6 0" " " (FNC 3) " " (FNC 3) 96
chr(&H61) "6 1" " " (FNC 2) " " (FNC 2) 97
chr(&H62) "6 2" (SHIFT) (SHIFT) 98
chr(&H63) "6 3" (CODE C) (CODE C) 99
chr(&H64) "6 4" (CODE B) " " (FNC 4) (CODE B)
chr(&H65) "6 5" " " (FNC 4) (CODE A) (CODE A)
chr(&H66) "6 6" " " (FNC 1 " " (FNC 1) " " (FNC 1)
• Specifying the bar code start stop code parameters of ‘A’, ‘B’ and ‘C’ selects the code set in
CODE128.
• A stop code is automatically applied, to enable expansion of bar codes for a maximum of 11
characters in one electronic statement.
• When the bar code type parameters are ‘2’, ‘3’ (CODE 39)
The symbols of “-“ , “.”, “ “, “$”, “/”, “+”, “%”, and numbers “0” to “9” and letters of the alphabet
from “A” to “Z” are expressed with bar code CODE39. With the bar code of this mode, it is
possible to expand bar code fonts by transmitting the character to use as an ASCII character.
An asterisk “*” which is the start and stop code is automatically applied. It is possible to
expand bar codes for a maximum of 10 characters with one electronic statement.
Ex.
For VisualCard1.Communication ( &h4E, ”100, 170, 3, ABC123%+”, 0, True );
Expands bar codes of “ABC123%+” the CODE39 with subscript.