資源簡(jiǎn)介
代碼片段和文件信息
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;
using?System.Threading;
namespace?RS232
{
????public?partial?class?fclsRS232Tester?:?Form
????{
????????//?Various?colors?for?logging?info
????????private?Color[]?MsgTypeColor?=?{?Color.Blue?Color.Green?Color.Black?Color.Orange?Color.Red?};
????????string?InputData?=?String.Empty;
????????BackgroundWorker?background_Send?=?new?BackgroundWorker();
????????///??Convert?a?string?of?hex?digits?(ex:?E4?CA?B2)?to?a?byte?array.?
????????///??The?string?containing?the?hex?digits?(with?or?without?spaces).?
????????///??Returns?an?ar
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-07-03?14:39??RS232_C#\
?????目錄???????????0??2015-07-04?13:24??RS232_C#\RS232\
?????文件?????????905??2015-07-03?14:33??RS232_C#\RS232.sln
?????文件???????12800??2016-05-27?15:44??RS232_C#\RS232.suo
?????目錄???????????0??2015-07-03?14:35??RS232_C#\RS232\bin\
?????目錄???????????0??2015-07-03?15:43??RS232_C#\RS232\bin\Debug\
?????文件???????32256??2015-07-04?13:24??RS232_C#\RS232\bin\Debug\RS232.exe
?????文件???????38400??2015-07-04?13:24??RS232_C#\RS232\bin\Debug\RS232.pdb
?????文件???????14328??2016-05-27?15:27??RS232_C#\RS232\bin\Debug\RS232.vshost.exe
?????文件?????????490??2009-06-11?05:14??RS232_C#\RS232\bin\Debug\RS232.vshost.exe.manifest
?????目錄???????????0??2015-07-03?14:35??RS232_C#\RS232\bin\Release\
?????文件???????24576??2015-07-03?14:34??RS232_C#\RS232\bin\Release\RS232.exe
?????文件????????5632??2015-07-03?14:34??RS232_C#\RS232\bin\Release\RS232.vshost.exe
?????文件???????17104??2015-07-04?13:24??RS232_C#\RS232\Form1.cs
?????文件????????8816??2015-07-03?14:33??RS232_C#\RS232\Form1.cs.bak
?????文件???????23247??2015-07-04?13:24??RS232_C#\RS232\Form1.Designer.cs
?????文件???????13134??2015-07-04?13:24??RS232_C#\RS232\Form1.resx
?????目錄???????????0??2015-07-03?14:35??RS232_C#\RS232\obj\
?????目錄???????????0??2015-07-04?13:24??RS232_C#\RS232\obj\Debug\
?????目錄???????????0??2015-07-03?14:34??RS232_C#\RS232\obj\Debug\Refactor\
?????文件????????2904??2016-05-27?15:27??RS232_C#\RS232\obj\Debug\RS232.csproj.FileListAbsolute.txt
?????文件?????????847??2015-07-04?13:24??RS232_C#\RS232\obj\Debug\RS232.csproj.GenerateResource.Cache
?????文件???????32256??2015-07-04?13:24??RS232_C#\RS232\obj\Debug\RS232.exe
?????文件????????4852??2015-07-04?13:24??RS232_C#\RS232\obj\Debug\RS232.fclsRS232Tester.resources
?????文件???????38400??2015-07-04?13:24??RS232_C#\RS232\obj\Debug\RS232.pdb
?????文件?????????180??2015-07-04?13:23??RS232_C#\RS232\obj\Debug\RS232.Properties.Resources.resources
?????目錄???????????0??2015-07-03?14:35??RS232_C#\RS232\obj\Debug\TempPE\
?????文件????????4608??2015-07-03?14:34??RS232_C#\RS232\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????目錄???????????0??2015-07-03?14:35??RS232_C#\RS232\obj\Release\
?????目錄???????????0??2015-07-03?14:34??RS232_C#\RS232\obj\Release\TempPE\
?????文件?????????264??2015-07-03?14:34??RS232_C#\RS232\obj\RS232.csproj.FileList.txt
............此處省略14個(gè)文件信息
評(píng)論
共有 條評(píng)論