[Systems] PlatformIO Unity Unit Testing Serial Print Not Working #15
Labels
bug
Something isn't working
code environment
jetson or pc environment issues
motor driver arduino
arduino code for motor driver
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");
orTEST_MESSAGE("log this");
, thenlog this
should be printed into the serial monitor on the host computer.Resources:
The text was updated successfully, but these errors were encountered: