Hi Alberto,
I am testing with a RN-42 bluetooth module connected to a Cruise Control for a car we produce.
I have made the same app for android and it is working without problems.
In android I recieve characters like "olppp" and then convert from asciii to dec, and then I have my values.
When I use "Sub objEA_ReadData(BytesReceived() As Byte)" I can debug BytesReceived, but it looks like a string contains the hex values, not an array.
Mogens