本文介绍了无法获得真实的端口名称的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我开发了用于接收串行端口数据的项目.
从我的项目中,我打开comport 2,当我想获取端口名时,我正在获取comport1,我不知道是什么问题.
我在想这段代码:
var poname = comPort.PortName;
打开comport2时,我以另一种形式使用此代码并创建了表单的创建对象.
comPort是我的串行端口.
而且我想要在我的项目中打开的端口名不在我的计算机中.

I develop my project for receive serial port data.
From my project i open comport 2 and when i want to get port name i am getting comport1 what is problem i don''t know.
I muse this code:
var poname = comPort.PortName;
i use this code in another form with create object of form at when i open comport2.
comPort is my serial port.
And i want the port name of which is open in my project not in my computer.

推荐答案



这篇关于无法获得真实的端口名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-16 06:49