随笔分类 -  C#串口通信

摘要:using System;using System.Collections.Generic;using System.Text;/* * Project: CRC_16 Check.* Company: CiCi .NET, * Author: By 感觉De味道.* E-mail: 815578188@qq.com * * Notes:*/namespace CRC16_Check{ /// &... 阅读全文
posted @ 2010-03-02 18:30 感觉De味道 阅读(347) 评论(0) 推荐(0)
摘要:程序第一次运行,会生成默认的SettingXMl.config 配置文件.(里面包括串口通信的基本设置)程序可以通用ASCII 或十六进制的方式发送数据.可以接收返回数据.这个是本人最近工程中用到串口通信写了一个C#的试测的工具.比较筒陋.如需要的朋友请与我联系. 阅读全文
posted @ 2007-06-04 23:36 感觉De味道 阅读(1107) 评论(41) 推荐(0)
摘要:网上的原版的串口通讯类N年前就出了的:using System; using System.Runtime.InteropServices; namespace JustinIO { class CommPort { public string PortNum; public int BaudRate; public byte ByteSize; ... 阅读全文
posted @ 2007-06-04 17:19 感觉De味道 阅读(1352) 评论(0) 推荐(0)