Skip to content

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

Closed
@dhebbeker

Description

@dhebbeker

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:

  • SerialOutputStreamBuffer
  • serial_port::cout
  • ... and more?

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    code improvementImproves the quality of the code without affecting the functionality of the software.questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions