cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Serial communication
Serial communication
Mar 9, 2013 at 4:18pm UTC
graciano
(66)
Hi
I want to make my first approach in serial communication using C++.
I tested this Arduino project (
http://arduino.cc/en/Tutorial/AnalogReadSerial)
and now i wish to show the potentiometer reading in a console application.
Where showld i start from?
Thanks
Last edited on
Mar 9, 2013 at 4:19pm UTC
Mar 9, 2013 at 4:23pm UTC
jlb
(4973)
This really depends upon what operating system you're using.
Mar 9, 2013 at 4:24pm UTC
graciano
(66)
Well ... i intend to test it on Windows and Debian. ... but let's stay in Linux for now!
Mar 9, 2013 at 9:48pm UTC
jlb
(4973)
Then if you're using a serial interface to your computer this might be of some help:
http://www.easysw.com/~mike/serial/serial.html
Jim
Topic archived. No new replies allowed.