Hello
I have this project that requires OpenCV and the use of an Arduino. I have been using the Eclipse C/C++ IDE for this development and now, by a signal, I would like to "digitalWrite" to a port on my Arduino (from my Eclipse IDE). It works fine using the Arduino IDE to communicate serially with my Arduino but now, I would like to move this option into my OpenCV project. Should I install the Arduino plugin for Eclipse and use it or this there a faster way? My idea is using Serial and if there is a better way, please tell me too. Thank you!
-- Maxwell Tsai