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

  • 大小: 0.13M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-03-28
  • 語言: C#
  • 標(biāo)簽: c#??

資源簡介


c# usb-hid通信上位機(jī)示例,可以讀寫USB-hid設(shè)備數(shù)據(jù),開發(fā)環(huán)境為vs2010,可以直接運(yùn)行,有工程源碼

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?UsbLibrary;

namespace?UsbApp
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?usb_OnDeviceArrived(object?sender?EventArgs?e)
????????{
????????????this.lb_message.Items.Add(“Found?a?Device“);
????????}
????????private?void?usb_OnDeviceRemoved(object?sender?EventArgs?e)
????????{
????????????if?(InvokeRequired)
????????????{
????????????????Invoke(new?EventHandler(usb_OnDeviceRemoved)?new?object[]?{?sender?e?});
????????????}
????????????else
????????????{
????????????????this.lb_message.Items.Add(“Device?was?removed“);
????????????}
????????}
????????private?void?usb_OnSpecifiedDeviceArrived(object?sender?EventArgs?e)
????????{
????????????this.lb_message.Items.Add

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-03-15?15:42??UsbApp\
?????目錄???????????0??2016-03-15?15:50??UsbApp\UsbApp\
?????文件???????13079??2016-03-23?09:51??UsbApp\UsbApp\Form1.Designer.cs
?????文件????????5140??2016-03-15?21:39??UsbApp\UsbApp\Form1.cs
?????文件????????6208??2016-03-15?21:39??UsbApp\UsbApp\Form1.resx
?????文件?????????487??2016-03-15?15:22??UsbApp\UsbApp\Program.cs
?????目錄???????????0??2016-03-15?15:22??UsbApp\UsbApp\Properties\
?????文件????????1344??2016-03-15?15:22??UsbApp\UsbApp\Properties\AssemblyInfo.cs
?????文件????????2864??2016-03-15?15:22??UsbApp\UsbApp\Properties\Resources.Designer.cs
?????文件????????5612??2016-03-15?15:22??UsbApp\UsbApp\Properties\Resources.resx
?????文件????????1093??2016-03-15?15:22??UsbApp\UsbApp\Properties\Settings.Designer.cs
?????文件?????????249??2016-03-15?15:22??UsbApp\UsbApp\Properties\Settings.settings
?????文件????????5533??2016-03-15?15:50??UsbApp\UsbApp\UsbApp.csproj
?????文件?????????478??2016-03-15?15:50??UsbApp\UsbApp\UsbApp.csproj.user
?????目錄???????????0??2016-03-15?15:22??UsbApp\UsbApp\bin\
?????目錄???????????0??2016-03-15?16:55??UsbApp\UsbApp\bin\Debug\
?????文件???????14848??2016-03-23?09:42??UsbApp\UsbApp\bin\Debug\UsbApp.exe
?????文件???????32256??2016-03-23?09:42??UsbApp\UsbApp\bin\Debug\UsbApp.pdb
?????文件???????11600??2016-03-23?09:43??UsbApp\UsbApp\bin\Debug\UsbApp.vshost.exe
?????文件?????????490??2013-03-18?17:00??UsbApp\UsbApp\bin\Debug\UsbApp.vshost.exe.manifest
?????文件???????18432??2016-03-23?09:39??UsbApp\UsbApp\bin\Debug\UsbLibrary.dll
?????文件???????50688??2016-03-23?09:39??UsbApp\UsbApp\bin\Debug\UsbLibrary.pdb
?????目錄???????????0??2016-03-15?15:22??UsbApp\UsbApp\obj\
?????目錄???????????0??2016-03-15?15:22??UsbApp\UsbApp\obj\x86\
?????目錄???????????0??2016-03-23?09:42??UsbApp\UsbApp\obj\x86\Debug\
?????文件????????8478??2016-03-23?09:39??UsbApp\UsbApp\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6426??2016-03-23?09:42??UsbApp\UsbApp\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2016-03-23?10:03??UsbApp\UsbApp\obj\x86\Debug\TempPE\
?????文件?????????180??2016-03-23?09:39??UsbApp\UsbApp\obj\x86\Debug\UsbApp.Form1.resources
?????文件?????????180??2016-03-23?09:39??UsbApp\UsbApp\obj\x86\Debug\UsbApp.Properties.Resources.resources
?????文件?????????860??2016-03-23?09:43??UsbApp\UsbApp\obj\x86\Debug\UsbApp.csproj.FileListAbsolute.txt
............此處省略33個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源