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

17 lines
503 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. </view>