Hi, I looked at the link you gave me but it did not give any specifics about the API. How did you find out the UUID's to be used?
What I mean is, that maybe you should register for strings only once (get rid of the clock) and then you maybe will start receiving data many times, until you disconnect or un-register.
Or maybe not, but then we know.
Only way to find out is to try. Make a new app using just one of the devices. In your textbox, keep a log of what you receive, not just the last value.
My remark about taking out the ( ) in the data you receive is, that it probably a list. But if you use it as a string, you will see these parens.
When you are sure what is going on, you can update your real app.
Cheers, Ghica.