Skip to content

🐛pros terminal not working over the controller #383

@Ynthra

Description

@Ynthra

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions