Visual C ++与Arduino之间的通信:
|
我有一个Arduino应用程序,需要通过USB(串行)连接与我的PC通讯。我有从Arduino Playground摘录的以下代码
http://arduino.cc/playground/Interinterface/CPPWindows#VisualStudio2008
this->serialPort1->PortName = \"COM5\"; // Replace with your COM port!
this->serialPort1->Open();
this->serialPort1->Write( \"7\" ); // In the future, you\'ll expand on this
// to write your custom data to the board
this->serialPort1->Close();
我的问题是,如何确定Arduino USB电缆连接到哪个COM端口?
没有找到相关结果
已邀请:
1 个回复
吐兄