• 大小: 0.15M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-28
  • 语言: C#
  • 标签: c#  

资源简介


c# 打开本机串口接收发送 程序 以及MODBUS 数据CRC校验适用于初级通讯,如有其它需要可以联系我

资源截图

代码片段和文件信息



using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.IO.Ports;
using System.Threading;
using System.Net;
using System.Net.Sockets;
using System.Text.Regularexpressions;



namespace COMTool
{
    
    public partial class SetCOMtool : Form
    {
        public int PortNum;
        public int BaudRate;
        public byte ByteSize;
        public byte BParity; // 0-4=nooddevenmarkspace   

        /*1. even 每个字节传送整个过程中bit为1的个数是偶数个(校验位调整个数)
        2. odd 每个字节穿送整个过程中bit为1的个数是奇数个(校验位调整个数)
        3. noparity没有校验位
        4. space 校验位总为0
        5. mark 校验位总为1*/
        public byte BStopBits; // 012 = 1 1.5 2   
        public int ReadTimeout;

       
        bool  BPortSet = true BIpSet = false BPortSetMode = false BIpSetMode = falseBPortSetRead = false BIpSetRead 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        187  2016-10-12 14:13  comtest1\comtest1\App.config

     文件        187  2016-10-12 14:13  comtest1\comtest1\bin\Debug\comtest1.vshost.exe.config

     文件        490  2013-03-18 17:00  comtest1\comtest1\bin\Debug\comtest1.vshost.exe.manifest

     文件      29696  2016-10-18 13:08  comtest1\comtest1\bin\Debug\LLBGprsTool.exe

     文件        187  2016-10-12 14:13  comtest1\comtest1\bin\Debug\LLBGprsTool.exe.config

     文件      40448  2016-10-18 13:08  comtest1\comtest1\bin\Debug\LLBGprsTool.pdb

     文件      24224  2016-10-18 13:09  comtest1\comtest1\bin\Debug\LLBGprsTool.vshost.exe

     文件        187  2016-10-12 14:13  comtest1\comtest1\bin\Debug\LLBGprsTool.vshost.exe.config

     文件      24224  2016-10-18 12:59  comtest1\comtest1\bin\Release\comtest1.vshost.exe

     文件        187  2016-10-12 14:13  comtest1\comtest1\bin\Release\comtest1.vshost.exe.config

     文件        490  2013-03-18 17:00  comtest1\comtest1\bin\Release\comtest1.vshost.exe.manifest

     文件      27136  2016-10-20 13:00  comtest1\comtest1\bin\Release\LLBGprsTool.exe

     文件        187  2016-10-12 14:13  comtest1\comtest1\bin\Release\LLBGprsTool.exe.config

     文件      30208  2016-10-20 13:00  comtest1\comtest1\bin\Release\LLBGprsTool.pdb

     文件      24224  2016-10-20 13:00  comtest1\comtest1\bin\Release\LLBGprsTool.vshost.exe

     文件        187  2016-10-12 14:13  comtest1\comtest1\bin\Release\LLBGprsTool.vshost.exe.config

     文件      19016  2016-10-20 13:00  comtest1\comtest1\COMTool.cs

     文件       5433  2016-10-20 12:58  comtest1\comtest1\COMTool.csproj

     文件        478  2016-10-18 13:08  comtest1\comtest1\COMTool.csproj.user

     文件      11559  2016-10-20 12:58  comtest1\comtest1\COMTool.Designer.cs

     文件      12721  2016-10-20 12:58  comtest1\comtest1\COMTool.resx

     文件       4150  2016-10-18 13:17  comtest1\comtest1\damotouicon (1).ico

     文件        555  2016-10-17 11:12  comtest1\comtest1\obj\Debug\comtest1.csproj.FileListAbsolute.txt

     文件        977  2016-10-17 11:09  comtest1\comtest1\obj\Debug\comtest1.csproj.GenerateResource.Cache

     文件       2211  2016-10-12 14:24  comtest1\comtest1\obj\Debug\comtest1.csprojResolveAssemblyReference.cache

     文件        180  2016-10-17 11:09  comtest1\comtest1\obj\Debug\comtest1.Form1.resources

     文件        180  2016-10-18 13:08  comtest1\comtest1\obj\Debug\comtest1.SetLLBGprs.resources

     文件       1609  2016-10-18 13:08  comtest1\comtest1\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6907  2016-10-18 13:08  comtest1\comtest1\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件        578  2016-10-18 13:09  comtest1\comtest1\obj\Debug\GPRSTool.csproj.FileListAbsolute.txt

............此处省略50个文件信息

评论

共有 条评论