阅读:3067回复:16
如何读写USB?有没有USB的DLL下载
我主要的功能只仅仅是对USB进行读写。不用编驱动,
那位朋友有USB的DLL请发给我一个。我是要用DELPHI进行调用的 |
|
沙发#
发布于:2003-07-10 16:29
没你说得那么简单的。
|
|
板凳#
发布于:2003-07-10 16:33
我现在要的功能就是单单是对USB这个端口读写就行了。而在驱动方面我不用理,别人搞定。
所以如果那位朋友有用USB读写的DLL请发一个给我,谢谢 E:E18@163.COM |
|
地板#
发布于:2003-07-10 18:40
好象是有这么个接口的,要的话跟我说一声!把你的邮件地址给我,
源代码给你吗? 我的Mail :newbag@sina.com QQ:15400682 :D |
|
地下室#
发布于:2003-07-10 18:42
不过驱动程序还是不可少的!
|
|
5楼#
发布于:2003-07-11 13:08
给我一份吧!niuniu_buaa@sohu.com
谢谢! |
|
6楼#
发布于:2003-07-11 14:49
不通过驱动,应用程序没有办法直接和USB通信。而且和驱动的通信
方式也随驱动类型的不同而不同。 |
|
7楼#
发布于:2003-07-12 08:32
驱动是要驱动的,只不过现在我要做的也就仅仅是用高级语言对USB进行数据收发而已,而驱动方面有另外工程师在做。所以我要找一下有没有对USB进行数据收发(也就是对USB进行读写功能)的DLL。
我是用DELPHI进开编程的。 |
|
8楼#
发布于:2003-07-12 11:05
可以明确地跟你说,必需要驱动程序,如果没有驱动程序,你的USB设备在OS上不被确认,因为OS不知到你的Device是什么东东,你的DELPHI就不能通过READFILE,WRITEFILE来操作,除非你的Device是OS能识别的类,如HID,MASSSTORGE。。。,
所以还是先装一Driver,如USBIO.sys,然后对USBIO.sys进行操作, OK? |
|
9楼#
发布于:2003-07-12 14:18
好象周立功网站上有一个EASY*.DLL, 不过它是为PDIUSBD12来做的。其实,你并不一定要什么dll,用WINAPI来就行了。最好找一个应用程序来看看。
|
|
|
10楼#
发布于:2003-07-16 08:23
kimlon kimlon kimlon 你要的代码我已经上传上来了,请查收!!!!! 麻烦大家最近有没有NDIS接口的资料,发我一份,非常感激! 资料传上来了,其他朋友也看看吧!大家共同提高! |
|
|
11楼#
发布于:2003-07-16 08:27
哈哈,只有VC的,自己看看,已经编译好DLL了!
|
|
12楼#
发布于:2003-07-16 09:12
大老你的Dll是对于你特定的驱动而写的呀?哪个名字叫“Ezusb-0”的符号连接不是通用的,你的哪个Driver是什么类型的?是HIDClass的,还是USB的呢?吗?如果可能吧它上载上来与大家讨论讨论 |
|
|
13楼#
发布于:2003-07-16 13:09
NewLeaves 兄,这个链接下载不了呀。。
|
|
14楼#
发布于:2003-07-18 20:10
可以下的,按照Driverdevelop首页的下载说明就行了,不想重复上传,占服务器空间!
|
|
15楼#
发布于:2004-07-28 11:18
好东东
|
|
16楼#
发布于:2004-10-21 10:17
USBIO V2.20 Features Supports USB 1.1 and USB 2.0
Supports low-speed, full-speed, and high-speed mode Supports all USB transfer types: Bulk, Interrupt, Isochronous and Control Supports Windows 98 SE, Windows Millennium (ME), Windows 2000, Windows XP Supports the full USB functionality as implemented in Windows Complies with the Windows Driver Model (WDM) Supports Plug&Play and power management Supports Plug&Play notifications for applications Provides an interface to USB endpoints similar to Win32 file I/O interface Provides full support for asynchronous (overlapped) data transfer operations Supports multi-configuration and multi-interface devices Controls multiple USB devices at the same time Serves multiple applications at the same time Allows vendor- and product-specific adaptations Win32 programming interface for use in C and C++ programs High-level, COM-based programming interface for use in Visual Basic and Delphi programs Installation Wizard allows quick and easy installation of the USBIO driver for any USB device Cleanup Wizard supports automated deinstallation of the driver Support for Windows 2000 SP3 and Windows XP SP1 Separate driver executables for Windows 2000/XP and Windows 98/ME, (required to support WHQL certification) http://www.thesycon.de/usbio/eng/usbio.htm The free USB development kit Demo version enables you to evaluate the USBIO driver and to test all its functions. The contents of the free demo package and its functionality correspond to those of the full USBIO driver. However, the demo version is time-limited. The device driver can be used for 4 hours. Then all function calls will be rejected and the computer must be rebooted in order to use the demo again. |
|