How can i loop through Com ports and display IMEIs in C# using SerialPort and AT command

后端 未结 0 519
野性不改
野性不改 2021-01-05 05:15

I have some code to list all com ports and then go through them to list their IMEIs. Here is my Code.

static void Main(string[] args)
    {
        foreach (         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题