-
Hi, someone know how connect the POS using docker odoo:11 and rpi PosBox?
the steps what I'm following is:
on **point of sale > Configuration > Point of Sale > main >PosBox > IP Address**
add t…
-
Hello. I need help printing a specific template on my Bluetooth thermal printer, but I can't find the documentation about printing a text and image in the same row.
This is the type of receipt I wa…
-
TCP disconnected when more than 5 minutes. And then no longer printable. I have to turn it off and on the printer, again to reconnect the print success.
My Environment
react-native: "0.67.2"
re…
-
```
I'll preface this by saying that I'm quite new at this and I do not think there
is an issue with the module. Any help would be amazing! :)
I've isolate the error to the escpos.text() function. H…
-
@KhairoHumsi @mohammadKhairHumsi
I have receipt formatted byte code array that i pass Bluetooth printer and work perfect any idea how should i used same thing with your library without convert yo…
-
Good day,
I get the following error when I try to trigger the TestPrinter function.
- ''IBM860' is not a supported encoding name. For information on defining a custom encoding, see the documenta…
-
guard let image = UIImage(named: "demo") else {
return
}
var receipt = Receipt(
.dividing,
.qr("Icey.Liao"),
…
-
```
useEffect(() => {
NetPrinter.init().then(() => {
NetPrinter.connectPrinter('192.168.1.105', 9100).then(
(printer) => console.log(printer),
(error) => console.warn(er…
-
The printer is connected and working with "Hello world!", Now I need to style the receipt,
How we can style the receipt with Company Logo, Barcode/QR code in ng-thermal-print?
-
I need to print receipt by using esc-pos PHP library. So my code is working fine in localhost but in dedicated sever its giving "Couldn't print to this printer: Failed to copy file to printer" error. …