1.1.5 • Published 2 years ago

common-port-helper v1.1.5

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

Unified serial port processing function

安装

npm i common-port-helper

使用方法

import bindPortListen from "common-port-helper";
// 串口数据监听
// this.bindMainBoardPortListen() 注释掉老的
bindPortListen({
    listener: this.$mainRenderer, // 监听者
    listenPort: 'port1-data', // 监听的端口
    handlePortData: this.handleMainPortData, // 处理回调
    errorCallback: this.$log.save // 保存错误日志
})
1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago