Odyssey X86J4105 - How access Arduino data through Visual Studio and C++?

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?

Yes you are right, you can do the Serial communications like that.