seokju-na / react-thermal-printer

React for thermal printing
MIT License
288 stars 38 forks source link

Does it work with bluetooth thermal printer? #63

Open m90khan opened 10 months ago

m90khan commented 10 months ago

is it possible to print via the React web application using a thermal Bluetooth printer?

seokju-na commented 10 months ago

I haven't used the Bluetooth API, so I don't know the exact interface. But, there is Web Bluetooth API and can it be write down data with ArrayBuffer format via BluetoothRemoteGATTCharacteristic: writeValueWithResponse() method.