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

  • 大小: 0.02M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-14
  • 語言: C#
  • 標簽: 接口??C#??

資源簡介

c#地秤接口(數據接收)

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Text;

namespace?LABin
{

????public?class?LABinSPort
????{
????????private?System.IO.Ports.SerialPort?_SPort;

????????public?delegate?void?PortDataChangeEventHandler(object?PortData);
????????public?event?PortDataChangeEventHandler?PortDataChangeEvent;


????????///?
????????///?初始化端口
????????///?

????????///?端口名字
????????///?波特率
????????public?LABinSPort(string?portName?int?baudRate)
????????{
????????????_SPort?=?new?System.IO.Ports.SerialPort(portName?baudRate);
????????????_SPort.DataReceived?+=?SPort_DataReceived;
????????}

????????///?
????????///?打開端口
????????///?

????????///?

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

?????文件???????6144??2012-10-31?14:44??LabinSPort\LabinSPort\bin\Debug\LabinSPort.dll

?????文件??????13824??2012-10-31?14:44??LabinSPort\LabinSPort\bin\Debug\LabinSPort.pdb

?????文件???????3269??2012-10-31?14:07??LabinSPort\LabinSPort\LABinSPort.cs

?????文件???????2339??2012-09-20?17:40??LabinSPort\LabinSPort\LabinSPort.csproj

?????文件????????143??2012-09-20?16:36??LabinSPort\LabinSPort\LabinSPort.csproj.user

?????文件???????4988??2012-11-01?16:05??LabinSPort\LabinSPort\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

?????文件????????782??2012-09-20?18:09??LabinSPort\LabinSPort\obj\Debug\LabinSPort.csproj.FileListAbsolute.txt

?????文件???????6144??2012-10-31?14:44??LabinSPort\LabinSPort\obj\Debug\LabinSPort.dll

?????文件??????13824??2012-10-31?14:44??LabinSPort\LabinSPort\obj\Debug\LabinSPort.pdb

?????文件??????10882??2012-10-31?10:42??LabinSPort\LabinSPort\obj\Debug\ResolveAssemblyReference.cache

?????文件???????1352??2012-09-20?16:34??LabinSPort\LabinSPort\Properties\AssemblyInfo.cs

?????文件???????2575??2012-10-31?10:42??LabinSPort\LabinSPort.sln

????..A..H.?????38912??2012-10-31?11:52??LabinSPort\LabinSPort.suo

?????目錄??????????0??2012-09-20?16:36??LabinSPort\LabinSPort\obj\Debug\TempPE

?????目錄??????????0??2012-09-20?18:09??LabinSPort\LabinSPort\bin\Debug

?????目錄??????????0??2012-09-20?16:36??LabinSPort\LabinSPort\bin\Release

?????目錄??????????0??2012-10-31?14:44??LabinSPort\LabinSPort\obj\Debug

?????目錄??????????0??2012-09-20?16:36??LabinSPort\LabinSPort\obj\Release

?????目錄??????????0??2012-09-20?16:36??LabinSPort\LabinSPort\bin

?????目錄??????????0??2012-09-20?16:36??LabinSPort\LabinSPort\obj

?????目錄??????????0??2012-09-20?16:36??LabinSPort\LabinSPort\Properties

?????目錄??????????0??2012-09-20?16:36??LabinSPort\LabinSPort

?????目錄??????????0??2012-11-01?16:07??LabinSPort

-----------?---------??----------?-----??----

???????????????105178????????????????????23


評論

共有 條評論