是这样子的
小弟现在将Android手机上收到的G-sensor的资料
传送到
电脑上面(C语言)去进行些许运算
是这样的
C上面我是预计参考这篇文章的 Example 4-2. rfcomm-server.c
http://people.csail.mit.edu/albert/bluez-intro/x502.html
看起来好像是一直接收资料
那Android现在我是进行到
可以列出周边装置的清单
但是在进行连线时就会出现问题
在此附上程式码
MainActivity:
https://drive.google.com/file/d/0BxxYmsxdokemei1RNHg1Y1ZRS28/view?usp=sharing
Layout:
https://drive.google.com/file/d/0BxxYmsxdokemOUc5SXViZDVlRzA/view?usp=sharing
AndroidManifest.xml:
https://drive.google.com/file/d/0BxxYmsxdokemZFdoWkdqbjVqREk/view?usp=sharing
由于是新手
希望可以知道问题所在~_~
或希望能有可参考的范例
SDK内的Sample小弟看不太懂QQ
谢谢