xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡介

串口 調試助手,實現了 接收、發送串口消息 功能

資源截圖

代碼片段和文件信息

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;??????????//命令發送指針初始為0。
????????bool?IsReceving?=?false;????????//接收數據標志。
????????bool?DoingStr?=?false;??????????//處理字符串標志。
????????bool?DoingHex?=?false;??????????//處理十六進制標志。
????????//===================================================

????????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個文件信息

評論

共有 條評論