摘要:
本文主要向大家介绍了C#编程之c#串口通信讲解(一)(winform、wpf),通过具体的内容向大家展示,希望对大家学习C#编程有所帮助。 串口操作需要注意的几点如下:1、如果是USB转串口;则需要安装USB转串口驱动,附件有此驱动。2、串口打开状态最好不要直接插拔串口,可能会导致中控板或者串口线烧 阅读全文
摘要:
C#控制鼠标 using System;using System.Threading;using System.Runtime.InteropServices;using System.Windows.Forms; namespace MouseControl { class MouseContro 阅读全文
摘要:
获取日期+时间DateTime.Now.ToString(); // 2022/6/16 星期四 17:12:55DateTime.Now.ToLocalTime().ToString(); // 2022/6/16 星期四 17:13:49 获取日期DateTime.Now.ToLongDateS 阅读全文