烂漫画笔

文章
6
资源
0
加入时间
2年10月21天

Date2Str函数使用介绍

static void ShowDate2Str(Args _args) { Date FrDate; ; FrDate = SystemDateGet(); info(date2str(FrDate,213,2,3,2,3,4)); //输出结果:05-26-2011 } Date2Str()参数说明: ...

VS开发C#窗体实现串口通信功能RS232、RS485

先看效果图,字符串收发COM3、4为虚拟串口程序源码新建C#窗体程序,布局如图:程序源码如下:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO.Ports;u...