微信小程序蓝牙连接小票打印机实例代码详解
网络编程 2021-07-04 15:50www.168986.cn编程入门
这篇文章主要介绍了微信小程序蓝牙连接小票打印机实例代码,代码简单易懂,非常不错,具有一定的参考借鉴价值,需要的朋友可以参考下
1.连接蓝牙
(第一次发表博客)
第一步打开蓝牙并搜索附近打印机设备//
startSearch: function() { var that = this wx.openBluetoothAdapter({ suess: function(res) { wx.getBluetoothAdapterState({ suess: function(res) { if (res.available) { if (res.discovering) { wx.sBluetoothDevicesDiscovery({ suess: function(res) { console.log(res) } }) } that.checkPemission() } else { wx.showModal({ title: '提示', content: '本机蓝牙不可用', }) } }, }) }, fail: function() { wx.showModal({ title: '提示', content: '蓝牙初始化失败,请打开蓝牙', }) } }) }
2.将搜索到的设备列表绑定点击事件并连接
bindViewTap: function(e) { var that = this wx.sBluetoothDevicesDiscovery({ suess: function(res) { console.log(res) }, }) that.setData({ serviceId: 0, writeCharacter: false, readCharacter: false, notifyCharacter: false }) var shebei = e.currentTarget.dataset.title wx.setStorageSync('shebei', shebei) wx.showLoading({ title: '正在连接', }) wx.createBLEConnection({ deviceId: e.currentTarget.dataset.title, suess: function(res) { console.log(res) app.BLEInformation.deviceId = e.currentTarget.dataset.title console.log(e.currentTarget.dataset.title) that.getSeviceId() }, fail: function(e) { wx.showModal({ title: '提示', content: '连接失败', }) console.log(e) wx.hideLoading() }, plete: function(e) { console.log(e) } }) }
3.连接成功后保存连接状态
getSeviceId: function() { var that = this var platform = app.BLEInformation.platform console.log(app.BLEInformation.deviceId) wx.getBLEDeviceServices({ deviceId: app.BLEInformation.deviceId, suess: function(res) { that.setData({ services: res.services }) that.getCharacteristics() }, fail: function(e) { console.log(e) }, plete: function(e) { console.log(e) } }) } getCharacteristics: function() { var that = this var list = that.data.services var num = that.data.serviceId var write = that.data.writeCharacter var read = that.data.readCharacter var notify = that.data.notifyCharacter wx.getBLEDeviceCharacteristics({ deviceId: app.BLEInformation.deviceId, serviceId: list[num].uuid, suess: function(res) { console.log(res) for (var i = 0; i < res.characteristics.length; ++i) { var properties = res.characteristics[i].properties var item = res.characteristics[i].uuid if (!notify) { if (properties.notify) { app.BLEInformation.notifyCharaterId = item app.BLEInformation.notifyServiceId = list[num].uuid notify = true } } if (!write) { if (properties.write) { app.BLEInformation.writeCharaterId = item app.BLEInformation.writeServiceId = list[num].uuid write = true } } if (!read) { if (properties.read) { app.BLEInformation.readCharaterId = item app.BLEInformation.readServiceId = list[num].uuid read = true } } } if (!write || !notify || !read) { num++ that.setData({ writeCharacter: write, readCharacter: read, notifyCharacter: notify, serviceId: num }) if (num == list.length) { wx.showModal({ title: '提示', content: '找不到该读写的特征值', }) } else { that.getCharacteristics() } } else { that.openControl() } }, fail: function(e) { console.log(e) }, plete: function(e) { console.log("write:" + app.BLEInformation.writeCharaterId) console.log("read:" + app.BLEInformation.readCharaterId) console.log("notify:" + app.BLEInformation.notifyCharaterId) } }) } / 生命周期函数--监听页面加载 / onLoad: function(options) { app.BLEInformation.platform = app.getPlatform() }
以上所述是长沙网络推广给大家介绍的微信小程序蓝牙连接小票打印机实例代码详解,希望对大家有所帮助,如果大家有任何疑问请给我留言,长沙网络推广会及时回复大家的。在此也非常感谢大家对狼蚁SEO网站的支持!
如果你觉得本文对你有帮助,欢迎网络推广网站推广转载,烦请注明出处,谢谢!
编程语言
- 宿迁百度关键词排名指南:实现精准营销的关键
- 四川SEO优化怎么做网络推广
- 立昂技术备案老域名收购:如何为您的业务赋能
- 安徽百度关键词seo贵不贵,一般需要多少钱
- 吉林百度快照排名怎么做电话营销
- 多伦新手做SEO怎么做
- 甘肃优化关键词排名推广怎么做论坛营销
- 沙雅SEO网站推广:提升您的在线可见性
- 四川SEO优化如何提升销售额和销售量
- 聂荣网站排名优化:提升网站可见性的全方位指
- 涞水SEO:提升地方企业在线可见性的策略
- 辽宁百度seo排名怎样做网站排名
- 临湘哪有关键词排名优化:提升网站可见度的关
- 黑龙江百度网站优化有没有优惠
- 凉城优化关键词排名推广:提升您的网络可见性
- 萝北整站优化:提升您网站流量和排名的全面指