Arduino IDe upload verbose parameters

Development environment specific, Arduino, Eclipse, VS2013, Em::Blocks etc
stevestrong
Posts: 502
Joined: Fri Dec 27, 2019 4:53 pm
Answers: 8
Location: Munich, Germany
Contact:

Re: Arduino IDe upload verbose parameters

Post by stevestrong »

Update: my previous try with setbuf was combined with fprintf(stderr, ....)

Now I tried setbuf with printf and it seems to work!

I inserted

Code: Select all

setbuf(stdout, NULL);
before the first printf and it did the job.

Thanks @stas2z !
stas2z
Posts: 131
Joined: Mon Feb 24, 2020 8:17 pm
Answers: 8

Re: Arduino IDe upload verbose parameters

Post by stas2z »

Nice, ive had similar issue with (its funny but) my own uploader for my custom bl, but as im using vscode i was not sure it will work with arduino ide also
Post Reply

Return to “IDE's”