Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 728 Bytes

serial.rst

File metadata and controls

45 lines (31 loc) · 728 Bytes

Serial Examples

The serial API provides sequential, one-process read and write access. Most users will use this for exploration and processing of their data.

Reading

C++

2_read_serial.cpp

An extended example can be found in examples/6_dump_filebased_series.cpp.

Python

2_read_serial.py

Writing

C++

3_write_serial.cpp

An extended example can be found in examples/7_extended_write_serial.cpp.

Python

3_write_serial.py