Hi,
I'm relatively new to C++ but learn best when I get stuck in beyond my depth, I'm looking to create an intuitive GUI into which I can place a graph which will display data from a serial connection with an Arduino device in real time. I then want to be able to interact with this graph to analyse specific points.
Any ideas how this will be best achieved? Or is this not an application for C++.
Processing plays nice with Arduino and is fairly easy to use for serial connections and plotting data. No experience with interactivity of plotted data.
Which is perfectly good C++ but I'm getting errors for EVERYTHING, is it just a bad debugger or is the Arduino code wrong, please help, the first error is argv and argc in a function definition and then there are loads of "unresolved external symbol" errors. HELP!