Closed joefowler closed 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.
read(...)
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.