StarBarcodeEncoder.js
The list of barcode module for drawing to a HTML5 Canvas 2D context is generated.
Constructor
| Name | Description |
| StarBarcodeEncoder | Creates StarBarcodeEncoder object. |
Method
| Name | Description |
| createUPCE | Creates module list of UPCE barcode . |
| createUPCA | Creates module list of UPCA barcode. |
| createJAN8 | Creates module list of JAN/EAN8 barcode. |
| createJAN13 | Creates module list of JAN/EAN13 barcode. |
| createCode39 | Creates module list of Code39 barcode. |
| createITF | Creates module list of ITF barcode. |
| createCode128 | Creates module list of Code128 barcode. |
| createCode93 | Creates module list of Code93 barcode. |
| createNW7 | Creates module list of NW7 barcode. |
Star Printer Compatibility Chart
Please refer to the interface compatibility table by printer model here.
POS Printer
| Name | FVP 10 | TSP 650II | TSP 650II SK | TSP 700II | TSP 800II | mPOP | mC- Print2 | mC- Print3 | TSP 100IV | TSP 100IV SK | mC- Label2 | mC- Label3 |
| createUPCE | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| createUPCA | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| createJAN8 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| createJAN13 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| createCode39 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| createITF | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| createCode128 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| createCode93 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| createNW7 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
Mobile Printer (ESC/POS)
| Name | SM-S220i (Excluding Jp model) | SM-S230i | SM-T300i | SM-T400i |
| createUPCE | ✓ | ✓ | ✓ | ✓ |
| createUPCA | ✓ | ✓ | ✓ | ✓ |
| createJAN8 | ✓ | ✓ | ✓ | ✓ |
| createJAN13 | ✓ | ✓ | ✓ | ✓ |
| createCode39 | ✓ | ✓ | ✓ | ✓ |
| createITF | ✓ | ✓ | ✓ | ✓ |
| createCode128 | ✓ | ✓ | ✓ | ✓ |
| createCode93 | ✓ | ✓ | ✓ | ✓ |
| createNW7 | ✓ | ✓ | ✓ | ✓ |
Mobile Printer (StarPRNT)
| Name | SM-S220i (Excluding Jp model) | SM-S230i | SM-T300i | SM-T400i | SM-L200 | SM-L300 |
| createUPCE | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| createUPCA | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| createJAN8 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| createJAN13 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| createCode39 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| createITF | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| createCode128 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| createCode93 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| createNW7 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |

to Top