Hi Ruddy !
At last something is working !
Error 85 is a "Scan from string failed" error.
The termination char in your string is a CR. If you enable and use CR as termination character,the char left should remain always at zero. If not, try to reduce the time between readings.
The string format should be modified : Either remove the space immediately after %d, or use simply "%d %f"
Enjoy !
Chilly Charly (aka CC)