-
Notifications
You must be signed in to change notification settings - Fork 81
Home
Marco Antonio edited this page Mar 30, 2021
·
2 revisions
It is a java library that write ESC/POS commands to one OutputStream.
| Platform | Compatibility |
|---|---|
| Linux | yes |
| FreeBsd | yes |
| Windows | yes |
| MacOS | yes |
| Android Mobile | yes |
| iOS Mobile | no |
| Stream | Version |
|---|---|
| PrinterOutputStream | native on lib |
| TcpIpOutputStream | native on lib |
| UsbStream | Implementation on Samples |
| SerialStream | Implementation on Samples |
| I/O | TM-T20 implemented |
|---|---|
| TcpIp | no |
| Usb | yes |
| SerialPort | yes |
The last version can be found on https://github.com/anastaciocintra/escpos-coffee/releases/latest
Older versions can be found on https://github.com/anastaciocintra/escpos-coffee/releases
find the samples code on https://github.com/anastaciocintra/escpos-coffee-samples
This library is under MIT license