usnistgov / dastard

NIST transition-edge sensor (TES) data acquisition framework
Other
12 stars 4 forks source link

Go back to `C.read(...)`. #327

Closed joefowler closed 1 year ago

joefowler commented 1 year ago

Fixes #326. Problem was that we were apparently starting the Lancero device successfully, but it was actually reading all zeros. Oops.

By returning to the cgo call to the C library function read(...), we can make it read real, nontrivial data.