View Single Post
Posts: 107 | Thanked: 74 times | Joined on Jan 2010
#1
Hi, I have a problem reading data from a zephyr heart rate bt monitor using standard rfcomm ports.

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