using System;using System.IO.Ports;namespace Common{ public class LedHelper { private static int _baudRate = 2400; private static string _portName = "COM2"; /// /// 串型端口对象 /// private static SerialPort _serialPort; /// /// 波特率 /... Read More
posted @ 2014-03-16 16:28 梦醒心晴 Views(347) Comments(0) Diggs(0)