Lakeshore 336 Temperature Controller Driver with instrumentRs v0.2.0

It has been a few weeks since my last post. Since then I have focused on the async interface, a note on this at the end of this blog post, and on integrating a new instrument using instrumentRs v0.2.0. Here are my findings on writing a more complex driver.

2026-07-17 · 12 min · 2357 words · trappitsch

Testing drivers in instrumentRs v0.2.0

In the last blogpost we discussed design ideas for instrumentRs v0.2.0. Here, I will mainly focus on the mock interface for testing instruments drivers developed using instrumenRs v0.2.0. If you haven't already done so, it is highly recommended that you read the last blogpost first for context.

2026-06-19 · 12 min · 2296 words · trappitsch

instrumentRs v0.2.0 design ideas

Over the years I have written many drivers to control scientific equipment. These were mostly in python using the wonderful instrumentkit. As my tech stack has mostly moved to Rust however, I have missed a consistent, simple-to-use way to write instrument drivers.

This post discusses a very rough idea on how such an improved driver kit might look like in Rust. In addition to inspiration from instrumentkit, a lot of inspiration is also taken from the fantastic device-driver tool.

2026-06-10 · 15 min · 2956 words · trappitsch