91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 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個文件信息

評論

共有 條評論