IonizationChamber/Simulation/README.md

13 wiersze
529 B
Markdown

2024-12-11 08:50:20 +00:00
# Simulation
## Purpose
2025-06-27 06:15:49 +00:00
This simulation spits out .csv files filled with random values that mimic a real device sending measurements to the PC over UART. It lets us exercise the data-processing scripts without having the actual hardware on hand.
We run the real Python application but swap in a stub for the low-level serial module. That way the identical codebase runs in both simulation and production-only the UART driver gets replaced.
2024-12-11 08:50:20 +00:00
# Usage
2025-06-27 06:15:49 +00:00
[Information on how to use this tool.](../Documentation/Manuals/README.md)