我正在尝试从
Android设备发送/接收字符串.
我一直在谷歌搜索过去3个小时,我找不到任何有效的东西.
我得到的最接近的是: fella
我一直在谷歌搜索过去3个小时,我找不到任何有效的东西.
我得到的最接近的是: fella
我收到这些错误:
02-19 15:44:17.680 4680-4680/com.example.jelle.bluetoothconnector W/System.err﹕ at com.example.jelle.bluetoothconnector.BluetoothConnection.init(BluetoothConnection.java:38) 02-19 15:44:17.680 4680-4680/com.example.jelle.bluetoothconnector W/System.err﹕ at com.example.jelle.bluetoothconnector.BluetoothConnection.<init>(BluetoothConnection.java:25) 02-19 15:44:17.680 4680-4680/com.example.jelle.bluetoothconnector W/System.err﹕ at com.example.jelle.bluetoothconnector.ConnectorActivity.btnBluetooth_onCLick(ConnectorActivity.java:92) 02-19 15:44:17.680 4680-4680/com.example.jelle.bluetoothconnector W/System.err﹕ at java.lang.reflect.Method.invoke(Native Method) 02-19 15:44:17.680 4680-4680/com.example.jelle.bluetoothconnector W/System.err﹕ at java.lang.reflect.Method.invoke(Method.java:372)
谁能帮我?我只需要一些可以通过蓝牙发送/接收字符串的代码来启动我
谢谢!
解决方法
最好,最全面的例子是Android的官方蓝牙聊天示例.您可能不需要更改大部分内容.看到这个:
https://github.com/googlesamples/android-BluetoothChat
https://github.com/googlesamples/android-BluetoothChat
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。