-
```
from escpos.connections import getNetworkPrinter
printer = getNetworkPrinter()(host='***.***.*.*', port=9100)
printer.text("Hello World")
printer.lf()
printer.cut()
```
(I've blanked …
-
Hi, I have a problem, when I start the server with this code
```
`'use strict';
const path = require('path')
const escpos = require('escpos')
escpos.Network = require('escpos-network');
const …
-
HI.
I run code in documentation and get exception.
Could You help me, please?
(node:20296) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use th…
-
```
I'm getting an import error after following the instructions for the Raspberry
Pi. It's a fresh install of the latest Raspbian image, and I'm using an Epson
TM-T20 over USB. I installed the de…
-
Getting error : Task :react-native-escpos-android:compileDebugKotlin FAILED
-
```
I'm getting an import error after following the instructions for the Raspberry
Pi. It's a fresh install of the latest Raspbian image, and I'm using an Epson
TM-T20 over USB. I installed the de…
-
Real-time printer status support would be useful. A property and an event when changing status.
There are several statuses:
- https://reference.epson-biz.com/modules/ref_escpos/index.php?content…
-
I've just installed the package:
```
npm i react-native-bluetooth-escpos-printer
```
Added this in the file `PrintRecipt.js` where I'm going to show devices:
```
import React, { useEffect } fr…
-
Hi everyone
im trying to print my receipt to a printer (Xprinter 80c) on the network from xammp.my pc and the printer are both in the same network but im getting the following…
-