Thermal Printer Setup
Test network receipt printers (LAN/Wi-Fi via XPrinter or Phoros TCP) and USB label printers (HP KE200, HPRT, TSC, GoDEX via USB-C/OTG). Enter an IP for network printers or detect USB devices directly.
Connection
One host per line. We will send every check/print to all targets.
XPrinter uses cordova.plugins.printer (proprietary SDK).
Phoros TCP uses our native java.net.Socket on port 9100.
Both fires both paths and logs results side by side.
Three test prints matching the real Jamaker receipt formats. Pre-Print mirrors the place-order summary, Invoice Receipt mirrors the Seller 8 bill, and Receipt + Logo appends a raster image.
The logo image is converted to monochrome raster format and appended after the invoice receipt text.
USB Direct
Connect a thermal label printer (HP KE200, HPRT, TSC, GoDEX) via USB-C/OTG. Detect the device, then send test labels using TSPL commands.
Detect scans for USB printers via phorosUsbPrint.listPrinters().
Text Label prints org name + date in a bordered box.
Barcode Label prints a shipping label with Code 128 barcode.
QR Label prints a label with QR code for intake scanning.
Requires the Cordova build with cordova-plugin-phoros-usb-print installed.
Visibility