Code::Blocks Forums

User forums => Embedded development => Topic started by: AZ on June 30, 2016, 08:31:58 pm

Title: Arduino: serial port monitoring
Post by: AZ on June 30, 2016, 08:31:58 pm
Is there a handy "built-in" tool to monitor the serial port after CB deploys the code?
I see Obfusicated mentioned the screen (http://forums.codeblocks.org/index.php?topic=19054.0).

Or, alternately, is there a way to fire up the "Screen" and pass it PORT and BAUD from CB?

in other words, once the ru/build is complete the screen would run "automagically"
Title: Re: Arduino: serial port monitoring
Post by: oBFusCATed on July 01, 2016, 12:49:11 am
You can define a tool in the tools menu probably.
Title: Re: Arduino: serial port monitoring
Post by: AZ on July 01, 2016, 01:01:25 am
You can define a tool in the tools menu probably.

is there a way to reporoduce the same workflow as for C++ console projects for  F9 ? which is compile, execute and start in an xterm ..

How do i pass the value of port to the screen?