News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Arduino: serial port monitoring

Started by AZ, June 30, 2016, 08:31:58 PM

Previous topic - Next topic

AZ

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.next.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"
CB: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)

oBFusCATed

You can define a tool in the tools menu probably.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

AZ

Quote from: oBFusCATed on July 01, 2016, 12:49:11 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?
CB: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)