资源简介
C# USB数据接收与发送,可以作参考学习之用。
代码片段和文件信息
//Download by http://www.NewXing.com
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;
namespace USB
{
public partial class Form1 : Form
{
public const int WM_DEVICECHANGE = 0x219;
public const int DBT_DEVICEARRIVAL = 0x8000;
public const int DBT_CONFIGCHANGECANCELED = 0x0019;
public const int DBT_CONFIGCHANGED = 0x0018;
public const int DBT_CUSTOMEVENT = 0x8006;
public const int DBT_DEVICEQUERYREMOVE = 0x8001;
public const int DBT_DEVICEQUERYREMOVEFAILED = 0x8002;
public const int DBT_DEVICEREMOVECOMPLETE = 0x8004;
public const int DBT_DEVICEREMOVEPENDING = 0x8003;
public const int DBT_DEVICETYPESPECIFIC = 0x8005;
public const int DBT_DEVNODES_CHANGED = 0x0007;
public const int DBT_QUERYCHANGECONFIG = 0x0017;
public const int DBT_USERDEFINED = 0xFFFF;
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e)
{
}
protected override void WndProc(ref Message m)
{
try
{
if (m.Msg == WM_DEVICECHANGE)
{
switch (m.WParam.ToInt32())
{
case WM_DEVICECHANGE://
break;
case DBT_DEVICEARRIVAL://U盘插入
DriveInfo[] s = DriveInfo.GetDrives();
foreach (DriveInfo drive in s)
{
if (drive.DriveType == DriveType.Removable)
{
richTextBox1.AppendText(“U盘已插入,盘符为:“ + drive.Name.ToString() + “\r\n“);
break;
}
}
break;
case DBT_CONFIGCHANGECANCELED:
MessageBox.Show(“2“);
break;
case DBT_CONFIGCHANGED:
MessageBox.Show(“3“);
break;
case DBT_CUSTOMEVENT:
MessageBox.Show(“4“);
break;
case DBT_DEVICEQUERYREMOVE:
MessageBox.Show(“5“);
break;
case DBT_DEVICEQUERYREMOVEFAILED:
MessageBox.Show(“6“);
break;
case DBT_DEVICEREMOVECOMPLETE: //U盘卸载
richTextBox1.AppendText(“U盘已卸载,盘符为:“);
break;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
....... 55167 1999-12-15 19:58 VBUsb\CY7C63000\usbhidio.asm
....... 2862 1999-11-26 15:05 VBUsb\CY7C63000\usbhidio.hex
....... 89711 1999-11-26 15:05 VBUsb\CY7C63000\usbhidio.lst
....... 3650 1999-11-26 15:05 VBUsb\CY7C63000\usbhidio.rom
....... 1465 1999-12-15 21:17 VBUsb\usbhidio.inf
文件 7716 2013-01-12 23:06 VBUsb\VisualBasic\ApiDeclarations.bas
文件 27466 2013-01-12 23:06 VBUsb\VisualBasic\frmMain.frm
....... 49152 1999-12-15 21:30 VBUsb\VisualBasic\usbhidio.exe
文件 879 2013-01-12 23:06 VBUsb\VisualBasic\usbhidio.vbp
....... 90 2004-03-28 15:35 VBUsb\VisualBasic\usbhidio.vbw
文件 4141 2013-01-12 23:06 USB\Form1.cs
文件 2666 2013-01-12 23:06 USB\Form1.Designer.cs
....... 5814 2007-09-15 12:51 USB\Form1.resx
....... 240 2008-07-01 10:20 USB\obj\USB.csproj.FileList.txt
文件 500 2013-01-12 23:06 USB\Program.cs
文件 1200 2013-01-12 23:06 USB\Properties\AssemblyInfo.cs
文件 2898 2013-01-12 23:06 USB\Properties\Resources.Designer.cs
....... 5612 2007-09-15 10:35 USB\Properties\Resources.resx
文件 1124 2013-01-12 23:06 USB\Properties\Settings.Designer.cs
....... 249 2007-09-15 10:35 USB\Properties\Settings.settings
....... 3213 2007-09-15 10:37 USB\USB.csproj
....... 894 2007-09-15 10:36 USB\USB.sln
..A..H. 12288 2008-07-01 10:36 USB\USB.suo
文件 4544 2013-01-12 23:06 UsbEject\About.cs
....... 43688 2006-03-19 12:39 UsbEject\About.resx
文件 783 2013-01-12 23:06 UsbEject\AssemblyInfo.cs
....... 171819 2006-03-19 13:07 UsbEject\Icons.resx
文件 8615 2013-01-12 23:06 UsbEject\Library\Device.cs
文件 998 2013-01-12 23:06 UsbEject\Library\DeviceCapabilities.cs
文件 9000 2013-01-12 23:06 UsbEject\Library\DeviceClass.cs
............此处省略30个文件信息
相关资源
- C# 局域网文件传输与聊天程序源码
- C# 用递归的方式查找指定文件夹下的
- C# DCT离散余弦变换
- 计算机网路 实现RS232通讯C#
- 在C#上可调用的FFT
- 新闻发布系统c#和asp的
- c#飞行棋.zip
- c#Aforge录像的Lib
- C#制作连接Oracle登陆界面的WPF窗体
- 曲线测设c#程序
- 利用C#、MVC设计的小型图书管理系统
- c#学习根据日期查询星期,自动售货机
-
c#操作xm
l,以及xm l与TreeView控件的 - C#成绩管理系统
- c#课程设计 画图
-
C#winform读xm
l源码适合新手 - 图书馆管理系统-软件工程课大作业
- 基于C#的网络调试助手(源代码)
- 用C#写的简单的图书管理系统
- 使用C#实现爬虫
- C# 有向图 邻接矩阵 路径查询
- 基于C#的五子棋程序
- C# 自定义ComboBox显示颜色下拉框
- c#注册表监控
- winform版五子棋源程序
- 电脑挂机锁C#
- 计算器C#工厂模式实现代码
- 一个用C#编写的简单记账系统
- 最新版CodeMaid_v11.rar
- c# UDP 局域网异步通讯实现广播,接收
评论
共有 条评论