摘要: 前言 C#为我们更好的与设备进行通讯,提供了SerialPort类于我们进行设备通讯,我们只需要将参数给与这个类并且实例化该类就可以通讯 1 using System; 2 using System.Collections.Generic; 3 using System.Data; 4 using 阅读全文
posted @ 2023-08-28 14:50 山中修炼十余载 阅读(201) 评论(0) 推荐(0)