anastaciocintra / escpos-coffee

Java library for ESC/POS printer
https://anastaciocintra.github.io/escpos-coffee
MIT License
280 stars 74 forks source link

Bluetooth printer #75

Open yagoubgrine opened 2 years ago

yagoubgrine commented 2 years ago

Hi, Does your library support bluetooth printing ?

Regards.

anastaciocintra commented 2 years ago

hi @yagoubgrine, I have only one epson TM-T20 (usb) to test, and because of that, I've never been tested the bluetooth printer interface.

wissedenis commented 2 years ago

it doesn't! I have one I've test but no working

AnharMiah commented 2 years ago

@yagoubgrine

You can in theory just send the generated bytes to the Bluetooth device, I've done something similar on Android.