Location:
Search - usb enable
Search list
Description: usb enable/disable for delphi 6.0
Platform: |
Size: 245626 |
Author: jackchain |
Hits:
Description: d12的测试程序 PDIUSBD12 是一款性价比很高的USB 器件它通常用作微控制器系统中实现与微控制器进行通信的 高速通用并行接口它还支持本地的DMA 传输 这种实现USB 接口的标准组件使得设计者可以在各种不同类型微控制器中选择出最合适的微控制器 这种灵活性减小了开发的时间风险以及费用通过使用已有的结构和减少固件上的投资从而用最快捷 的方法实现最经济的USB 外设的解决方案-Test procedure of d12 PDIUSBD12 one cost performance high USB device it use as little controller system realize with little controller carrying on high speed of communication usually very In common use to run side by side interface it support local DMA transmit this kind realize standard package , USB of interface enable the designer to choose among various kinds of different kinds of little controllers also Offer the most suitable little controller The flexibility reduce time risk and expenses that develop through use existing structure and investment , reduction of firmware to spend swiftest Method last solution of USB peripheral hardware
Platform: |
Size: 139264 |
Author: 王海 |
Hits:
Description: 一个启用和禁用设备的例子,该代码展示了禁用和启用USB设备的功能。如果需要禁用软驱和光驱,需要修改相应的参数。-Enable and disable a device example, the code to display the disable and enable USB devices. If you need to disable the floppy drive and optical disk drive, a need to amend the corresponding parameters.
Platform: |
Size: 369664 |
Author: chen |
Hits:
Description: usb enable/disable for delphi 6.0
Platform: |
Size: 245760 |
Author: jackchain |
Hits:
Description: 为了使USB开发者、爱好者轻松学习USB协议,开发USB设备,凌阳科技教育推广中心设计了USB
接口模组。USB接口模组可以与任何满足资源条件的MCU连接,设计者可以使用它来完成自己的USB
设备。 -In order to enable USB developers, enthusiasts USB easy learning agreement, the development of USB devices, Sunplus Technology Education Center was designed to promote USB interface module. USB interface modules can be combined with any of the MCU resources to meet the connectivity, the designer can use it to complete their own USB devices.
Platform: |
Size: 4249600 |
Author: 闪电客 |
Hits:
Description: 一个VC编写的USB口的安全保护程序,可以禁用及启用USB口。可以自动识别。-VC prepared a USB port security protection program, you can disable and enable USB port. Can automatically identify.
Platform: |
Size: 64512 |
Author: 秋实 |
Hits:
Description: this a software to enable or disable any newly plugged devices of usb. it is very useful for sercury
Platform: |
Size: 20480 |
Author: 王明 |
Hits:
Description: 基于80C52的USB转串口程序,通过该模块能使USB口转为串口-80C52 based on the USB to serial procedures, the adoption of the module to enable the USB serial port
Platform: |
Size: 250880 |
Author: 陈云峰 |
Hits:
Description: This package is for people who want to develop USB applications with Borland Delphi.
Platform: |
Size: 99328 |
Author: jyq |
Hits:
Description: 里面包含了USB的启用和禁用的代码和一些文档资料。-Which contains the USB enable and disable the code and some documentation.
Platform: |
Size: 223232 |
Author: xmaker |
Hits:
Description: iphone的同步客户端,不是苹果公司自带的那个,可以让手机和电脑连接上传下载-iphone sync client, not Apple' s built-in that will enable mobile phones and computers to connect uploading and downloading
Platform: |
Size: 6436864 |
Author: 雷基 |
Hits:
Description: Example of enumerating all devices in system and enabing/disabling some of them. May be used to switch off/on USB device (modem,phone, flash etc)-Example of enumerating all devices in system and enabing/disabling some of them. May be used to switch off/on USB device (modem,phone, flash etc)
Platform: |
Size: 60416 |
Author: rfsettling |
Hits:
Description: USB的HID固件程序,单片机开发
Bus_Reset:
------------------------------------------------------------------
into Normal Mode, two NOPs are required.
------------------------------------------------------------------
b0bclr FSTPHX
nop
nop
b0bclr FCLKMD
---------------------------------------------------------------
NOTE!! Keep USB enable after Bus_reset and set USB address to 0
---------------------------------------------------------------
mov a, #0x80 enable USB & and set USB address = 0
b0mov UDA, a
clr UDP0 set FIFO address to EP0
clr UDP0_H
clr UDR0_R
clr UDR0_W
b0bclr bSetAddress bus reset clear bSet_address
b0bclr bSetAddressCmd
b0bclr bSuspend clear bSuspend flag
b0bclr bRemote_Wakeup
mov a, #PROTOCOL_initial_value
b0mov PROTOCOL, a
clr BSetConfiguration
clr UStatus
clr USB_HID_Status2
clr EP0OUT_CNT
clr USB_HID_Status
mov a, #0xf0
and USB_HID_Status, a-USB的HID固件程序,单片机开发
Bus_Reset:
------------------------------------------------------------------
into Normal Mode, two NOPs are required.
------------------------------------------------------------------
b0bclr FSTPHX
nop
nop
b0bclr FCLKMD
---------------------------------------------------------------
NOTE!! Keep USB enable after Bus_reset and set USB address to 0
---------------------------------------------------------------
mov a,#0x80 enable USB & and set USB address = 0
b0mov UDA, a
clr UDP0 set FIFO address to EP0
clr UDP0_H
clr UDR0_R
clr UDR0_W
b0bclr bSetAddress bus reset clear bSet_address
b0bclr bSetAddressCmd
b0bclr bSuspend clear bSuspend flag
b0bclr bRemote_Wakeup
mov a,#PROTOCOL_initial_value
b0mov PROTOCOL, a
clr BSetConfiguration
clr UStatus
clr USB_HID_Status2
clr EP0OUT_CNT
clr USB_HID_Status
mov a,#0xf0
and USB_HID_Status, a
Platform: |
Size: 113664 |
Author: tecwon |
Hits:
Description: 完成简单的USB启用和禁用功能.内容包括界面的自由设置,如何用c#操作注册表.-Completing a simple USB enable and disable functions. Includes the freedom to set interface, how to operate the registry with c#.
Platform: |
Size: 442368 |
Author: 南琦 |
Hits:
Description: Designing and programming a USB mass-storage device or embedded USB
host involves a variety of interfaces, protocols, and structures.
Every USB mass-storage device must support two interfaces:
• A USB device interface to enable the device to communicate with a PC
or other USB host.
• An interface between the device’s microcontroller or other CPU and the
storage media. Flash-memory cards typically use the Serial Peripheral
Interface (SPI), MultiMediaCard bus, SD-Card bus, or a bus derived
from the ATA interface or PC-Card bus. Hard drives typically use the
ATA parallel interface.
A USB mass-storage device must implement these protocols and structures:
• Generic USB protocol. Every USB device must respond to requests sent
by the USB host and other events on the bus.
• USB mass-storage protocol. Every USB mass-s-Designing and programming a USB mass-storage device or embedded USB
host involves a variety of interfaces, protocols, and structures.
Every USB mass-storage device must support two interfaces:
• A USB device interface to enable the device to communicate with a PC
or other USB host.
• An interface between the device’s microcontroller or other CPU and the
storage media. Flash-memory cards typically use the Serial Peripheral
Interface (SPI), MultiMediaCard bus, SD-Card bus, or a bus derived
from the ATA interface or PC-Card bus. Hard drives typically use the
ATA parallel interface.
A USB mass-storage device must implement these protocols and structures:
• Generic USB protocol. Every USB device must respond to requests sent
by the USB host and other events on the bus.
• USB mass-storage protocol. Every USB mass-s
Platform: |
Size: 1809408 |
Author: sivam1 |
Hits:
Description: Enable Disable USB drive by vb6
Platform: |
Size: 1024 |
Author: green |
Hits:
Description: Tests a pinned cpu event vs an EBB - in that order. The pinned cpu event should remain and the EBB event should fail to enable.
Platform: |
Size: 1024 |
Author: flvmhun |
Hits:
Description: This will let you to disable / enable usb ports on your pc in windows environment. they will only block memory devices....and you are free to use your usb keyboard/mouse/printers....etc even the ports are blocked.
Platform: |
Size: 241664 |
Author: Ramakrishna |
Hits:
Description: Allow Disable Or Enable USB Devices
Platform: |
Size: 49152 |
Author: 15151515 |
Hits:
Description: 使用labview对其进行上位机编程,使STM32F407能够与CAN进行通信的通用程序(Using LabVIEW to program the host computer and enable STM32F407 to communicate with CAN.)
Platform: |
Size: 1233920 |
Author: 971116047 |
Hits: