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

时间:2017-12-15 04:13:18

标签: react-native bluetooth bluetooth-lowenergy android-bluetooth bluetooth-printing

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

有些ble librarythis

非常感谢您的回复

1 个答案:

答案 0 :(得分:9)

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