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

  • 大小: 0.23M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-26
  • 語言: C#
  • 標(biāo)簽: 串口助手??助手??串口??C#??

資源簡介

串口 調(diào)試助手,實現(xiàn)了 接收、發(fā)送串口消息 功能

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.IO.Ports;

namespace?SerialComm
{
????public?partial?class?Form1?:?Form
????{
????????//===================================================
????????//申明全局變量。
????????public?int?CmdIdx?=?0;??????????//命令發(fā)送指針初始為0。
????????bool?IsReceving?=?false;????????//接收數(shù)據(jù)標(biāo)志。
????????bool?DoingStr?=?false;??????????//處理字符串標(biāo)志。
????????bool?DoingHex?=?false;??????????//處理十六進(jìn)制標(biāo)志。
????????//===================================================

????????public?Form1()
????????{
????????????InitializeComponent();
????????}????????

????????private?void?IntToHex()
????????{
????????????try
????????????{
?????

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????919??2009-04-13?20:15??SerialComm.sln

?????文件??????32054??2002-01-25?16:11??Install.ico

?????文件??????32054??2002-01-25?16:11??ReadMe.ico

?????文件??????32054??2002-01-25?16:10??SerialComm.ico

?????文件??????????1??2009-04-13?19:28??SerialComm\ClassDiagram1.cd

?????文件???????4748??2009-04-13?21:40??SerialComm\SerialComm.csproj

?????文件??????54957??2009-04-13?21:34??SerialComm\Form1.resx

?????文件????????469??2009-04-05?14:06??SerialComm\Program.cs

?????文件?????????74??2009-04-12?19:27??SerialComm\app.config

?????文件????????626??2009-04-13?21:05??SerialComm\SerialComm.csproj.user

?????文件??????46084??2009-04-13?21:34??SerialComm\Form1.Designer.cs

?????文件??????25214??2009-04-12?19:24??SerialComm\setup.ico

?????文件??????22714??2009-04-13?21:36??SerialComm\Form1.cs

?????文件??????32054??2009-04-13?21:40??SerialComm\SerialComm.ico

????..A.SH.??????6656??2009-04-13?20:55??SerialComm\Thumbs.db

?????文件???????5612??2009-04-05?14:06??SerialComm\Properties\Resources.resx

?????文件????????249??2009-04-05?14:06??SerialComm\Properties\Settings.settings

?????文件???????2876??2009-04-05?14:06??SerialComm\Properties\Resources.Designer.cs

?????文件???????1095??2009-04-05?14:06??SerialComm\Properties\Settings.Designer.cs

?????文件???????1226??2009-04-12?19:31??SerialComm\Properties\AssemblyInfo.cs

?????文件???????5632??2005-12-08?14:51??SerialComm\bin\Debug\SerialComm.vshost.exe

?????文件???????1482??2004-12-18?07:56??SerialComm\bin\Debug\SerialComm.vshost.application

?????文件???????2140??2004-12-18?07:56??SerialComm\bin\Debug\SerialComm.vshost.exe.manifest

?????文件???????2140??2004-12-18?07:56??SerialComm\bin\Debug\SerialComm.exe.manifest

?????文件???????1482??2004-12-18?07:56??SerialComm\bin\Debug\SerialComm.application

?????文件??????45056??2004-12-18?07:56??SerialComm\bin\Debug\SerialComm.exe

?????文件??????52736??2004-12-18?07:56??SerialComm\bin\Debug\SerialComm.pdb

?????文件???????5632??2005-12-08?14:51??SerialComm\bin\Release\SerialComm.vshost.exe

?????文件???????1484??2009-04-13?21:41??SerialComm\bin\Release\SerialComm.vshost.application

?????文件???????2986??2009-04-13?21:41??SerialComm\bin\Release\SerialComm.vshost.exe.manifest

............此處省略29個文件信息

評論

共有 條評論