Very excited that this has an Arduino on board. I understand the IDE can program the Arduino from Windows 10.
But is there a way I can access Arduino data from sensors through Visual Studio and C++?
I see in the Arduino IDE that we should select “COMxx(Seeeduno Zero)”, so is there already a virtual COM port I can connect to in C++ to receive text that the arduino is spitting out via Serial.print ( ) commands?