Để liệt kê các cổng COM có trong máy tính của bạn thì bạn chỉ cần sử dụng phương thức GetPortNames() của lớp SerialPort.
Cách làm như sau:
public void getPortName()
{
/* Get available serial ports */
Console.WriteLine("Available Ports: ");
foreach (string portName in SerialPort.GetPortNames())
{
Console.WriteLine(portName);
}
}
Chúc các bạn vui vẻ!
I simply want to tell you that I am newbie to weblog and seriously savored your page. Almost certainly I’m going to bookmark your website . You amazingly come with outstanding writings. Thanks a lot for sharing your webpage.