Skip to main content
Copy edited (e.g. ref. <http://en.wikipedia.org/wiki/C%2B%2B>).
Source Link

How to use output from Arduino in c++C++ code?

I am a complete novice in Arduino and moderatlymoderately experienced with the language c++C++. What if I want to use the output from the serial monitor in a c++C++ code in real time.?

Also how can I write to the serial monitor. Which libraries are available for this? Also please give me links to sites where I can learn more about this topic. I am using Arduino UNOArduino Uno.

How to use output from Arduino in c++ code?

I am a complete novice in Arduino and moderatly experienced with the language c++. What if I want to use the output from the serial monitor in a c++ code in real time. Also how can I write to the serial monitor. Which libraries are available for this? Also please give me links to sites where I can learn more about this topic. I am using Arduino UNO.

How to use output from Arduino in C++ code?

I am a complete novice in Arduino and moderately experienced with the language C++. What if I want to use the output from the serial monitor in C++ code in real time?

Also how can I write to the serial monitor. Which libraries are available for this? Also please give me links to sites where I can learn more about this topic. I am using Arduino Uno.

Tweeted twitter.com/#!/StackArduino/status/528253108095168512
Retracting my previous edit - on further thought, it was a bad idea, as it puts the emphasis on the IDE's serial monitor in a way the OP had not, and the productive course is not going to be to capture the output from the Arduino (IDE) serial monitor but rather directly that of the Arduino (board)
Link

How to use output from Arduino serial monitor in c++ code?

How to use output from Arduino serial monitor in c++ code?

Source Link
Loading