Hello Erel,
Data which were sent from testing plate contains prefix mode:
I made a mistake in my first post: in fact I've put 6 temperatures sensors ; 2 humidity sensor ; proximity sensor , and additional information about speed of the motor SPD , so 10 values not 4.
Below You can find frame of data which was sent to the phone:
at the begining there is a prefix - 4 bytes with values respectively: < 0, 0, 0, 87>
and then informations from the sensors where <
character> means plus(+) or minus(-) depends on temperature.
Original shape of the frame below:
< 0, 0, 0, 87>T1=<character>xx.x T2=<character>xx.x T3=<character>xx.x T4=<character>xx.x T5=<character>xx.x T6=<character>xx.x H1=xxx H2=xxx OBR=xx SPD=xxx<LF>
I tested also below example, but with standard speed : one line of data ( 10 values ) per 5s) and situation with transmission suspension was like I mentioned in the first post, but with constant transmission suspension occured after 2 lines of data
http://www.b4x.com/android/forum/threads/android-bluetooth-bluetoothadmin-tutorial.14768/#content
I didn't put any changes to the code.
Do have some ideas , what can be wrong?
Thank you very much.