是這樣子的
小弟現在將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
謝謝