Skip to content

ansontio/esc-pos-encoder-ionic-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ESC Pos Encoder Demo (Ionic 5)

A simple ionic 5 demo application to show printing capability into thermal printer by sending a byte code stream into the printer.

Notes

  • Only works on Android / iOS device
  • Tested on Epson thermal printer TM-T82
  • Works on:
    • Bluetooth connection
    • Ethernet connection

Library

Guide

  • git clone https://github.com/Ans0n-Ti0/esc-pos-encoder-ionic-demo
  • navigate into project folder
  • npm install
  • ionic cordova platform add android
  • ionic cordova run android