Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 800 Bytes

File metadata and controls

19 lines (12 loc) · 800 Bytes

Current_And_Temperature_Controller_Examples

Software examples for Thorlabs laser diode drivers (CLD1010LP, CLD1011LP, CLD1015, ITC4001), LED drivers (DC2200, upLED), and temperature drivers/monitors (TSP01, upTEMP).

Repo Organization

All examples are split up by programming language and product type. Directions on using specific examples are given within the folders.

C# and C++ Soft Requirements

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 Requirements

Some python examples make use of the pySerial module, which can be installed using the command

pip install pyserial