Skip to content

Python script to remote control a BOSCH GLM 100C rangefinder via its Bluetooth serial interface

License

Notifications You must be signed in to change notification settings

tothcs1105/BOSCH-Rangefinder

 
 

Repository files navigation

BOSCH-Rangefinder

Python3 script to remote control a BOSCH GLM 100C or GLM 50C rangefinder.

This script provides remote control features for the BOSCH GLM 100C/50C measuring device via its Bluetooth serial interface. The device uses the transfer protocol as described in this blog post.

Dependencies

The script was only tested on Windows. But since the Python module used is multi-platform, it should also support Linux and MacOS. See pybluez for further information.

Install pybluez for the Python3 interpreter via pip:

pip3 install pybluez

About

Python script to remote control a BOSCH GLM 100C rangefinder via its Bluetooth serial interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.8%
  • Dockerfile 11.2%