Software examples for Thorlabs laser diode drivers (CLD1010LP, CLD1011LP, CLD1015, ITC4001), LED drivers (DC2200, upLED), and temperature drivers/monitors (TSP01, upTEMP).
All examples are split up by programming language and product type. Directions on using specific examples are given within the folders.
Guides written for these examples are written with Microsoft's Visual Studio in mind, which can be downloaded here. Other IDEs can be used, but instructions are not provided in this repository.
Python examples make use of the Ctypes module or the pySerial module, which can be installed using the command
pip install ctypes
and
pip install pyserial