資源簡介
c#基于serialport的串口通信程序,支持16進制的發送與接收
代碼片段和文件信息
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?SerialPort;
namespace?SerialPort
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????????Control.CheckForIllegalCrossThreadCalls?=?false;
????????}
????????//發送按鈕?
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????//對于中文的話要先對其進行編碼將其轉換成?_base64String?否則你得不到中文字符串的?
????????????//??byte[]?data?=?Encoding.Unicode.GetBytes(textBox1.Text);
????????????//?string?str?=?Convert.Tobase64String(data);
????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????187??2016-12-15?09:38??串口調試助手\SerialPort\App.config
?????文件??????13312??2016-12-15?09:40??串口調試助手\SerialPort\bin\Debug\SerialPort.exe
?????文件????????187??2016-12-15?09:38??串口調試助手\SerialPort\bin\Debug\SerialPort.exe.config
?????文件??????26112??2016-12-15?09:40??串口調試助手\SerialPort\bin\Debug\SerialPort.pdb
?????文件??????22984??2016-12-20?14:43??串口調試助手\SerialPort\bin\Debug\SerialPort.vshost.exe
?????文件????????187??2016-12-15?09:38??串口調試助手\SerialPort\bin\Debug\SerialPort.vshost.exe.config
?????文件????????490??2013-11-09?09:03??串口調試助手\SerialPort\bin\Debug\SerialPort.vshost.exe.manifest
?????文件??????13824??2017-09-18?14:26??串口調試助手\SerialPort\bin\Release\SerialPort.exe
?????文件????????187??2016-12-15?09:38??串口調試助手\SerialPort\bin\Release\SerialPort.exe.config
?????文件??????42496??2017-09-18?14:26??串口調試助手\SerialPort\bin\Release\SerialPort.pdb
?????文件??????22984??2017-09-18?14:27??串口調試助手\SerialPort\bin\Release\SerialPort.vshost.exe
?????文件????????187??2016-12-15?09:38??串口調試助手\SerialPort\bin\Release\SerialPort.vshost.exe.config
?????文件????????490??2017-03-19?05:00??串口調試助手\SerialPort\bin\Release\SerialPort.vshost.exe.manifest
?????文件???????6774??2017-07-15?11:44??串口調試助手\SerialPort\Form1.cs
?????文件??????11374??2016-12-20?14:44??串口調試助手\SerialPort\Form1.Designer.cs
?????文件???????6016??2016-12-20?14:44??串口調試助手\SerialPort\Form1.resx
?????文件???????1308??2016-12-20?14:43??串口調試助手\SerialPort\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????7055??2016-12-19?11:42??串口調試助手\SerialPort\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????683??2016-12-20?14:43??串口調試助手\SerialPort\obj\Debug\SerialPort.csproj.FileListAbsolute.txt
?????文件????????917??2016-12-15?09:40??串口調試助手\SerialPort\obj\Debug\SerialPort.csproj.GenerateResource.Cache
?????文件??????13312??2016-12-15?09:40??串口調試助手\SerialPort\obj\Debug\SerialPort.exe
?????文件??????26112??2016-12-15?09:40??串口調試助手\SerialPort\obj\Debug\SerialPort.pdb
?????文件????????180??2016-12-15?09:40??串口調試助手\SerialPort\obj\Debug\SerialPort.Properties.Resources.resources
?????文件??????????0??2016-12-15?09:38??串口調試助手\SerialPort\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件??????????0??2016-12-15?09:38??串口調試助手\SerialPort\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件??????????0??2016-12-15?09:38??串口調試助手\SerialPort\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????文件???????1451??2017-05-09?20:15??串口調試助手\SerialPort\obj\Release\DesignTimeResolveAssemblyReferences.cache
?????文件???????6975??2017-07-15?08:48??串口調試助手\SerialPort\obj\Release\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????3766??2017-09-18?14:27??串口調試助手\SerialPort\obj\Release\SerialPort.csproj.FileListAbsolute.txt
?????文件????????975??2017-04-07?10:13??串口調試助手\SerialPort\obj\Release\SerialPort.csproj.GenerateResource.Cache
............此處省略31個文件信息
評論
共有 條評論