資源簡介
發現usb_hid網上可參考的資源少,基于C#源碼的就更少了,尤其是能通過驗證的資源簡直是沒有,本usb hid源碼在兩三個銀行用外部標準接口的硬件設備(如柜外清,條碼識別,及指紋識別)測試通過了,關鍵是已經封裝
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Windows.Forms;
//Download?by?http://www.codefans.net
namespace?UsbApp
{
????static?class?Program
????{
????????///?
????????///?The?main?entry?point?for?the?application.
????????///?
????????[STAThread]
????????static?void?Main()
????????{
????????????Application.EnableVisualstyles();
????????????Application.SetCompatibleTextRenderingDefault(false);
????????????Application.Run(new?Sniffer());
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????128507??2007-03-22?12:04??usb?hid\documentation\Design.uml
?????文件?????203617??2007-03-15?12:10??usb?hid\documentation\Documentation.chm
?????文件???????1391??2007-03-15?10:10??usb?hid\Sniffer.sln
?????文件??????32768??2007-03-15?14:47??usb?hid\UsbApp\bin\Debug\UsbLibrary.dll
?????文件??????26505??2007-03-15?14:47??usb?hid\UsbApp\bin\Debug\UsbLibrary.xm
?????文件????????512??2013-09-10?07:12??usb?hid\UsbApp\Program.cs
?????文件???????1262??2007-03-08?15:49??usb?hid\UsbApp\Properties\AssemblyInfo.cs
?????文件???????2839??2007-03-08?15:49??usb?hid\UsbApp\Properties\Resources.Designer.cs
?????文件???????5612??2007-03-08?15:49??usb?hid\UsbApp\Properties\Resources.resx
?????文件???????1089??2007-03-08?15:49??usb?hid\UsbApp\Properties\Settings.Designer.cs
?????文件????????249??2007-03-08?15:49??usb?hid\UsbApp\Properties\Settings.settings
?????文件???????4939??2013-09-10?07:12??usb?hid\UsbApp\Sniffer.cs
?????文件??????10803??2013-09-10?07:12??usb?hid\UsbApp\Sniffer.Designer.cs
?????文件???????6005??2007-03-15?11:57??usb?hid\UsbApp\Sniffer.resx
?????文件???????3447??2007-03-08?15:56??usb?hid\UsbApp\UsbApp.csproj
?????文件??????32768??2007-03-15?14:49??usb?hid\UsbLibrary\bin\Debug\UsbLibrary.dll
?????文件??????26505??2007-03-15?14:49??usb?hid\UsbLibrary\bin\Debug\UsbLibrary.xm
?????文件??????12847??2013-09-10?07:11??usb?hid\UsbLibrary\HIDDevice.cs
?????文件???????1391??2007-03-08?10:50??usb?hid\UsbLibrary\Properties\AssemblyInfo.cs
?????文件???????2551??2013-09-10?07:11??usb?hid\UsbLibrary\Report.cs
?????文件???????2529??2013-09-10?07:12??usb?hid\UsbLibrary\SpecifiedDevice.cs
?????文件????????553??2013-09-10?07:12??usb?hid\UsbLibrary\SpecifiedInputReport.cs
?????文件????????845??2013-09-10?07:12??usb?hid\UsbLibrary\SpecifiedOutputReport.cs
?????文件???????1334??2007-03-09?14:11??usb?hid\UsbLibrary\UsbHidBmp.bmp
?????文件??????10185??2007-03-15?14:31??usb?hid\UsbLibrary\UsbHidPort.cs
?????文件???????1096??2007-03-15?12:32??usb?hid\UsbLibrary\UsbHidPort.Designer.cs
?????文件???????2702??2007-03-15?10:10??usb?hid\UsbLibrary\UsbLibrary.csproj
?????文件??????15637??2007-03-15?12:04??usb?hid\UsbLibrary\Win32Usb.cs
?????目錄??????????0??2013-09-10?07:13??usb?hid\UsbApp\bin\Debug
?????目錄??????????0??2013-09-10?07:07??usb?hid\UsbLibrary\bin\Debug
............此處省略11個文件信息
評論
共有 條評論