-
I was able to discover my Epson TM-L90 when connected to a Samsung tablet via USB.
Whenever I attempt to print a label, the promise rejects with `Error: ERR_TYPE_INVALID` - From what I can see from…
-
Adding expo module autolinking and a config plugin would be great for expo and RN (with expo tools) users in order to simplify the package installation.
I link here the documentation to expo module…
-
when I try to run the function to print, an error occurs telling me that ``` Error: [TypeError: Cannot read property 'target' of undefined] ```
and when i try to console the printers variable it re…
-
try using try catch await to print to multiple Bluetooth printers at once, always get error 'ERR_CONNECT' and 'ERR_ILLEGAL' on second print.
my code
`
try {
await EscPosPrinter.init({
t…
-
I was trying to integrate the Epson SDK to our Android POS system when I found your package and thought it would be smarter to contribute to yours than to build my own.
Is there any way to get the …
-
I plan to add a function to allow the user to set the language and textLanguage. Currently it's hard coded to Taiwan.
https://github.com/MarkChu/cordova-plugin-epson-epos2-tm-p20/blob/c56bdb6a9b7cf03…
-
Hi,
As ionic support nodejs, is it possible to integrate this plugin inside ionic pwa project?
-
Hi
When i try to connect to a printer using a wrong IP address, as in
```
const response = await EscPosPrinter.init({
target: `TCP:123.123.132.123`,
seriesName: sourceName,
language: 'E…
-
Hello,
I have cops version 1.2 running on a Synology NAS DSM7.1, installed via ssh, with apache2.4 and php 7.4. Accessing and downloading books from 2 Kindle paperwhites is fine, when downloading fro…
-
Hi,
i have an Epson TM p20.
I am using an Android Device which a paired with the printer via bluetooth.
To detect the paired devices i use an external cordova plugin, which returns me the bluet…