Task-Tracker-Systems / Task-Tracker-Device

Sources for a task time recording device.
https://task-tracker-systems.github.io/Task-Tracker-Device/
MIT License
2 stars 0 forks source link

use `std::cout` instead of `serial_port::cout` #87

Closed dhebbeker closed 9 months ago

dhebbeker commented 1 year ago

By accident I used std::cout in the simulator. It did write to the (simulated) serial port.

If this works as expected, we do not need any more:

This would reduce our code base, which is good, as we have to maintain less code.