HTTP to ESC POS  pluginHTTP to ESC POS plugin
Home
  • Introduction
  • Download plugin
  • Install and share your printer
  • Hello printer
  • HTTP API description
  • Print
  • Get printers
  • Plugin version (ping)
  • Forward
  • Stop plugin
  • Init
  • Write text
  • Pulse (Open cash drawer)
  • Partial cut
  • Paper cut
  • Feed paper
  • Text with charcode page
  • Set justification
  • Change font size
  • Set underline
  • Set bold text
  • Upside down print
  • 90 degrees rotation
  • Inverse mode printing
  • Set font
  • Enable custom characters
  • Disable custom characters
  • Disable chinese character mode
  • Enable chinese character mode
  • Define custom character
  • Filesystem image
  • Internet image
  • HTML
  • Webpage
  • Base64 image
  • Code 39 barcode
  • Code 93 barcode
  • Pdf 417 barcode
  • UPC A barcode
  • UPC E barcode
  • Ean barcode
  • EAN 8 barcode
  • 2of5 ITF barcode
  • Codabar barcode
  • Code 128 barcode
  • QR code
  • Beep
  • Beeper and alarm notification
Playground
Compatible printers
  • Español
  • English
Home
  • Introduction
  • Download plugin
  • Install and share your printer
  • Hello printer
  • HTTP API description
  • Print
  • Get printers
  • Plugin version (ping)
  • Forward
  • Stop plugin
  • Init
  • Write text
  • Pulse (Open cash drawer)
  • Partial cut
  • Paper cut
  • Feed paper
  • Text with charcode page
  • Set justification
  • Change font size
  • Set underline
  • Set bold text
  • Upside down print
  • 90 degrees rotation
  • Inverse mode printing
  • Set font
  • Enable custom characters
  • Disable custom characters
  • Disable chinese character mode
  • Enable chinese character mode
  • Define custom character
  • Filesystem image
  • Internet image
  • HTML
  • Webpage
  • Base64 image
  • Code 39 barcode
  • Code 93 barcode
  • Pdf 417 barcode
  • UPC A barcode
  • UPC E barcode
  • Ean barcode
  • EAN 8 barcode
  • 2of5 ITF barcode
  • Codabar barcode
  • Code 128 barcode
  • QR code
  • Beep
  • Beeper and alarm notification
Playground
Compatible printers
  • Español
  • English
  • Introduction
  • Download plugin
  • Install and share your printer
  • Hello printer

Download plugin

To use the HTTP to ESC POS API you need to download and start the server according to your platform.

Tips

Sometimes web browser or OS block the download. If direct links do not work, try going to the release and choose the right file on the Assets section, or copy the direct link. None of my files contain virus.

Windows 64 bits

Working with Windows 8, 8.1, 10 and 11

Filename: ESC_POS_3.5.1_W64.zip

Download: Download

https://github.com/parzibyte/plugin-impresora-termica-v3/releases/download/3.5.1/ESC_POS_3.5.1_W64.zip

Tips

Once extracted, if you find a DLL, keep that DLL in the same dir as the plugin. Extract the zip and execute the plugin. It does not open any window and you can close it from the task manager

Windows 32 bits

Working with Windows 8, 8.1, 10 and 11

Filename: ESC_POS_3.5.1_W32.zip

Download: Download

https://github.com/parzibyte/plugin-impresora-termica-v3/releases/download/3.5.1/ESC_POS_3.5.1_W32.zip

Tips

Once extracted, if you find a DLL, keep that DLL in the same dir as the plugin. Extract the zip and execute the plugin. It does not open any window and you can close it from the task manager

Rasbperry Pi

Compiled under following environment:

parzibyte@raspberrypi:~/escposv3-main $ uname -a
Linux raspberrypi 6.1.0-rpi7-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64 GNU/Linux
parzibyte@raspberrypi:~ $ getconf LONG_BIT
64

Filename: ESC_POS_3.5.1_RPIARMV64.zip

Download: Download

https://github.com/parzibyte/plugin-impresora-termica-v3/releases/download/3.5.1/ESC_POS_3.5.1_RPIARMV64.zip

Running plugin

On a terminal navigate to the plugin dir. Then run ./plugin_name, for example:

parzibyte@gigabytepc:~$ ./ESC_POS_3.5.1_RPIARMV64

Sometimes it may be necessary to give the plugin execution permission with sudo chmod +x ./plugin_name

Linux (Debian based)

Compiled under following environment:

parzibyte@gigabytepc:~$ uname -a
Linux gigabytepc 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
parzibyte@gigabytepc:~$ getconf LONG_BIT
64

Sometimes it may be necessary to give the plugin execution permission with sudo chmod +x ./plugin_name

Filename: ESC_POS_3.5.1_Linux64.zip

Download: Download

https://github.com/parzibyte/plugin-impresora-termica-v3/releases/download/3.5.1/ESC_POS_3.5.1_Linux64.zip

Running plugin

On a terminal navigate to the plugin dir. Then run ./plugin_name, for example:

parzibyte@gigabytepc:~$ ./ESC_POS_3.5.1_Linux64
Last updated:
Prev
Introduction
Next
Install and share your printer