Author Topic: Arduino: serial port monitoring  (Read 10332 times)

Offline AZ

  • Almost regular
  • **
  • Posts: 151
Arduino: serial port monitoring
« 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"
« Last Edit: June 30, 2016, 08:35:46 pm by AZ »
CB: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Arduino: serial port monitoring
« Reply #1 on: July 01, 2016, 12:49:11 am »
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!]

Offline AZ

  • Almost regular
  • **
  • Posts: 151
Re: Arduino: serial port monitoring
« Reply #2 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?
CB: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)