:o :o :o :o :o :o :o :o :o
I was searching for a while and i didn't find answer
could anyone tell me??
:o :o :o :o :o :o :o :o :o
I was searching for a while and i didn't find answer
could anyone tell me??
Your question makes little sense.
Maybe that's why you failed to find an answer.
i want to send data from arduino to c++
like in minesweeper competition , i want to sent coordinates from arduino to c++ to make alast a printed map with the place of mines
C++ is a programming language.
The Arduino runs compiled C++.
Does that help?
i mean an empty project in visual studio
I'm sorry, but what can you do in an empty project?
I am using openCV
To send data from an Arduino use
Serial.println("Here is my data");
...R