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

Print output before command has completed #5

Closed
mkals opened this issue May 7, 2022 · 2 comments
Closed

Print output before command has completed #5

mkals opened this issue May 7, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@mkals
Copy link

mkals commented May 7, 2022

During commands like upload that take some time, it would be nice to be able to show the stdout information produced by the command before the function returns - is this possible to achieve?

@Renaud11232 Renaud11232 added the enhancement New feature or request label May 8, 2022
@Renaud11232
Copy link
Owner

Hello,

I don't think this is possible due to the way arduino-cli works. AFAIK, it only prints the output right before exiting. So I don't see any way to do this.

Do you know a board that actually makes arduino-cli progressively print text on the console ?

@mkals
Copy link
Author

mkals commented May 9, 2022

Ok, thanks for your reply! I was thinking of the output reporting progress and completion of the compilation, contact with the board and initiating flashing. For STM32 boards for example, Arduino-CLI exhibits this behaviour.

@mkals mkals closed this as completed May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants