const bytes = new Array(125);
const inn = this.connection.bulkTransfer(this.inEndpoint, bytes, bytes.length, 5000);
uni.$emit('times', '接收,' + inn + ',' + bytes);
console.log(bytes[0])
一直返回undefined
uni-app基于nativejs实现USB-OTG通讯1,监听USB拔出连接,判断是否含有权限 2,获取权限后,打开设备实现连接 3,读写发送接受数据