本地反应打印到蓝牙打印机

bub*_*leh 4 bluetooth bluetooth-lowenergy android-bluetooth react-native bluetooth-printing

是否可以使用react native将文本打印到蓝牙打印机?有蓝牙的库,但目前尚不清楚如何做到这一点.

一些ble库也是

非常感谢您的回复

bub*_*leh 9

我通过使用react-native-bluetooth-serial找到了该函数,该示例正在进行一些更改.但在文档中,目前尚不清楚如何进行打印.只需使用示例中的write函数,write参数为string.在写入参数后添加'\n',它将起作用.