-
Howdy,
I've been trying several dll's for qrcode printing in xamarin, with the bluetooth printer.
How could i see an example on how to print a qrcode with this esc-pos-.net?
Thanks in advanced,
-
Updated 2022-11-09: With the latest version 1.13.0, you may not run into these issues any more, just check out [receiptio](https://github.com/receiptline/receiptio) and add an option `-p generic`, eve…
-
i am using rusb with escpo-rs
```
rusb = { version = "0.8.1", features = ["vendored"] }
escpos-rs = { version = "0.3.1" }
```
facing this issue
```
Error: rusb error: Operation not supp…
-
Due to changes in permissions on Android 12 (https://developer.android.com/about/versions/12/behavior-changes-12#bluetooth-permissions) and Android 13 (https://developer.android.com/reference/android/…
-
PRINTER FEC-TP-100:
203DPI
PagerWidth(82.5mm)
new AsyncEscPosPrinter(203, 82.5f, 42);
QRCODE not align center...
[L] // ok
[C] //not ok
![2](https://user-images.githubuserconten…
-
I have a printer with internal IP of 192.168.0.10. And I am running the code below but it is not responding.
```go
package main
import (
"net"
"github.com/hennedo/escpos"
)
func main() {
…
-
Hi @DantSu, in the latest version this method is returning null when it doesn't find a code 7 printer interface, but my epson TM-20 code interface is 255 (I dont know why).
In version 3.1.2, usbDev…
-
Is it any way to get characters like `HW_INIT`, `CTL_CR`, etc, as Hexadecimal (something like ' "\x1B"`, instead of `"\e"`) when I run `#to_escpos`?
-
### Description
Currently i could not find any Printing related example/library to print to Bluetooth connected Thermal Printers for Receipt Printing.
Similarly, i could not find any libraries to hi…
-
Hi!
We're having an issue with prints cutting when sending an HTML print.
On most of the printers we've used and tested, partial cut is done by default after each print. However, we tested it on…