【发布时间】:2023-02-02 22:51:40
【问题描述】:
使用 react-native-bluetooth-escpos-printer,每次打印都以感叹号开头 使用 @broons/react-native-bluetooth-escpos-printer": "^1.2.0"
这是打印的示例:
【问题讨论】:
标签: react-native android-bluetooth thermal-printer escpos
使用 react-native-bluetooth-escpos-printer,每次打印都以感叹号开头 使用 @broons/react-native-bluetooth-escpos-printer": "^1.2.0"
这是打印的示例:
【问题讨论】:
标签: react-native android-bluetooth thermal-printer escpos
我解决了这个问题。 它在 POS_Print_Text 函数的库的 PrinterCommand 文件中,它有一个额外的 GS_ 连接!对于每个文本行的开头,所以我删除了它,现在它工作正常。
【讨论】: