BinaryReader¶
- class picodaq.binreader.BinaryReader(dev: PicoDAQ)¶
Helper class for reading binary data.
This is a low-level class not intended for typical users.
- property flags¶
Flags from latest read
This property reports the “flags” byte from the most recently read chunk.
- read()¶
Read a single chunk of raw data from device into buffer
- property status¶
Status from latest read
This property reports the “status” byte from the most recently read chunk.