- 博客(3)
- 收藏
- 关注
原创 串口发指令控制工控机自动关机
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using Sy
2015-06-10 15:43:09 2783 1
原创 监测串口通讯状态
1、监测串口通讯状态namespace CheckPLC{ public partial class Form1 : Form { SerialPort plc = new SerialPort("COM2", 9600, Parity.Odd, 8, StopBits.One); System.Timers.Timer Timer1
2015-06-09 16:42:31 1305
原创 C#结构体的使用&&字符串数转二进制再按位比较
1、C#结构体的使用 public struct MyStruct { public bool is_Open; public bool is_Success; } 结构体外,结构体内的访问修饰符,public不能少。用的时候,要new一下才可以用:MyStruct[] m
2015-06-05 16:49:58 623
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人