I got stuck at a special problem (I think). For a study project I have to make an Android application that can connect to a Laser Distance Measurer (Bosch GLM 50 C Distometer).
The Bosch PLR 50 C (basically the cheaper version) uses the protocol known from the Bosch PLR 15. I could imagine the GLM 50 C also using it.
There is a post on EEVBlog.com that outlines the most important commands:
Example measure: send
C04000EE
--> reply00 04 13 0E 00 00 32
Change endianness:13 0E 00 00
-->00 00 0E 13
distance in mm:0x00000E13
*0,05 = 180mm