-
We are using two TSP650. One has Ethernet and the other has Bluetooth.
We can print to the ethernet printer without issues, however, with Bluetooth, nothing happens. We had successfully paired the …
-
**I'm submitting a ...** (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicfr…
-
discover printers via
```dart
List list = await StarPrnt.portDiscovery(StarPortType.All);
```
is not include USB interface printer. The reason is the relevant piece of code is commented out
…
-
Is there a possibility to extend this plugin to print JPG or PNG images and what exactly requirements for that images could be?
-
Thanks for putting this library together. It is working great for us on Android but we're having problems on IOS.
Discovery is fine although the identifier looks quite different on IOS (16 numer…
-
We are able to print via TCP to most Star printers. However, when we switched over to Bluetooth for the TSP100iiiBi, we were unable to print to the printer. When a print request is sent, the printer…
-
Recently i've been seeing this error:
> PlatformException(PORT_DISCOVERY_ERROR, Cannot find printer, null null)
This happens when trying to discover using `StarPortType.All`
Works fine when usi…
-
We are having trouble increasing font size and making the font bold before converting the text to image for the TSP100 printer.
If it is possible - could you also please provide a code snippet or r…
-
Hi, I've Ionic 3 app with angular 5 installed in it and I installed ng-speed-test. It got installed successfully but when I test the code then error appears. I don't know what I'm missing, need help.
…
-
Hi there. Thanks for a great contribution.
I'm trying to discover a mC-Print3 printer. It's connected directly to a router with a ethernet cable.
However portDiscovery returns a empty list when us…