You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
298 B
21 lines
298 B
3 years ago
|
# hy_printer
|
||
|
|
||
|
汉印打印机插件
|
||
|
仅支持安卓
|
||
|
##扫描设备
|
||
|
```dart
|
||
|
HyPrinter.getDevices();
|
||
|
```
|
||
|
##连接设备
|
||
|
```dart
|
||
|
HyPrinter.connect();
|
||
|
```
|
||
|
##打印安速面单(模版固定,暂不支持更改)
|
||
|
```dart
|
||
|
HyPrinter.printAsOrder();
|
||
|
```
|
||
|
##打印机状态
|
||
|
```dart
|
||
|
HyPrinter.getStatus();
|
||
|
```
|