![]() |
2010-11-08
, 21:25
|
Posts: 107 |
Thanked: 74 times |
Joined on Jan 2010
|
#2
|
![]() |
2010-11-10
, 02:38
|
Posts: 227 |
Thanked: 51 times |
Joined on Feb 2006
|
#3
|
![]() |
2010-11-11
, 10:25
|
Posts: 107 |
Thanked: 74 times |
Joined on Jan 2010
|
#4
|
![]() |
2010-11-12
, 17:28
|
Posts: 227 |
Thanked: 51 times |
Joined on Feb 2006
|
#5
|
Using it on a normal linux laptop with bt dongle runs fine, with:
* rfcomm bind /dev/rfcomm0 hrm_bt_addr
* cat /dev/rfcomm0
I see incoming data correctly (about 60 bytes per seconds) and I'm able to parse the protocol..
Doing the same on the n900 results in only 1-3 bytes per sec.
Using AF_BLUETOOTH sockets I'm able to read data correctly, but I'd like to investigate to understand if the broken rfcomm way is a my problem/mistake or a bug in bluez.
Anyone having a similar problem?
Thanks