小程序蓝牙通信例子
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.

18 lines
578 B

  1. <!--pages/asyntest/asyntest.wxml-->
  2. <view class="contentview">
  3. <view class='myview' >
  4. {{info}}
  5. </view>
  6. <button type="primary" class="button" bindtap="btntest1">初始化蓝牙</button>
  7. <view class="section">
  8. <input placeholder='请输入要发送的信息' bindinput='getmsg'/>
  9. </view>
  10. <button type="primary" class="button" bindtap="btntest2">开锁</button>
  11. <button type="primary" class="button" bindtap="btntest3">启动下发指纹</button>
  12. <button type="primary" class="button" bindtap="btntest4">断开蓝牙设备</button>
  13. </view>