System.out.println/printf not working

Several timed robot applications testing TalonFX motors and compressor/solenoid run fine but cannot get output to the terminal. Running other VS Java applications outside the timedRobot application, it all works as expected. Is there a setting I am missing?

Thanks

1 Like

BTW: All of this stuff worked before updating libraries, VS etc…

By output to the terminal, what do you mean? System.out.println prints to the riolog that shows up in vscode after a deploy. Is this where you are looking for it?

1 Like

It can also be shown on the Driver Station by changing the settings of the logging window. We have found the riolog to be finicky from time to time. Sometimes closing it and redeploy and it starts working again. If we’re in doubt we double check on the driver station.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.