cordova-posprinter-sample 中文
This example demonstrates how to print to network, USB and Bluetooth connected receipt printers using the Epson ESC/POS printer control language.
- Install the Cordova and Ionic:
npm install -g cordova ionic
- Add IOS project:
cordova platform add ios
- Add Android project:
cordova platform add android
- Build and Run IOS project:
cordova run ios / ionic run ios -l -c
- Build and Run Android project:
cordova run android / ionic run android -l -c
AngularJS - http://www.angularjs.org
Apache Cordova - http://cordova.apache.org
Socket-TCP(cordova plugin) - https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-sockets-tcp
Bluetooth low energy(cordova plugin) - https://github.com/don/cordova-plugin-ble-central
Bluetooth low energy(cordova plugin) - https://github.com/randdusing/cordova-plugin-bluetoothle
Bluetooth(cordova plugin) - https://github.com/don/BluetoothSerial
USB(cordova plugin) - https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-usb
EscPosEncoder - [https://github.com/NielsLeenheer/EscPosEncoder)
node-escpos - [https://github.com/song940/node-escpos)
Contact me for commercial support.