Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛pros terminal not working over the controller #383

Open
toxicdefender404 opened this issue Jan 28, 2025 · 1 comment
Open

🐛pros terminal not working over the controller #383

toxicdefender404 opened this issue Jan 28, 2025 · 1 comment

Comments

@toxicdefender404
Copy link

Expected Behavior:

The banner and any output from the program prints in the terminal

Actual Behavior:

There is no output

Steps to reproduce:

fresh project with main.cpp looking like this:

#include "main.h"

void initialize() {}

void disabled() {}

void competition_initialize() {}

void autonomous() {}

void opcontrol() {
    pros::delay(500);
    std::cout << "hello world" << std::flush;
}

Plug in controller then run pros mut

System information:

Operating System: windows 10/11 (tried two separate devices)
Vexos version: 1.1.5
Pros kernel version: 3.8.0
Pros cli version: 3.5.4

Additional Information

Have tried two different brains, two different radios, two different download cables, two different controllers and every combination of these setups. Plugging directly into the brain works and also this issue does not occur using cargo-v5

@aghangurde
Copy link

Will look into if this is a windows issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants