IllinoisRoboticsInSpace / IRIS

Illinois Robotics in Space 2022-2023 Season
https://iris.ae.illinois.edu/
8 stars 0 forks source link

[Systems] PlatformIO Unity Unit Testing Serial Print Not Working #15

Open ttchalakov opened 9 months ago

ttchalakov commented 9 months ago

While running unit tests on the Arduino Due using PlatformIO and Unity, any serial print statements do not actually appear in the PlatformIO serial monitor. If someone uses Serial.println("log this"); or TEST_MESSAGE("log this");, then log this should be printed into the serial monitor on the host computer.

Resources: