说明: 51单片机控制fm1702射频读卡芯片读写mifare1卡全套资料。包括电路图,pcb板图,上、下位机软件及源码,stc单片机下载软件,各种资料文档等。(51 SCM control fm1702 RF reader chip card reader mifare1 a full Set of data. Including the circuit diagram, pcb board map, the upper and lower-bit machine software and source code, stc SCM download software, all kinds of information documentation.)
上传时间: 2022-05-27
上传用户:
HID 型概述第一个被windows支持的usb外围设备类是人机接口设备。hid是human interface device人机接口设备的英文缩写。是指直接和人进行互动的设备。如鼠标、键盘等。运行在WINDOWS98或其他更高的版本的操作系统的PC机,系统除了提供通用的USB设备的底层驱动以外,还单独提供了一些HID设备的完整驱动,应用程序可以很容易的与操作系统内部的hid通讯。这样使得符合hid类的USB设备很容易开发与运行。也就是说,我们如果想实现一个USB的HID类设备,是不需要在Windows下开发自己的驱动程序,HID不一定要是标准的外设类型,唯一的要求是交换的数据存储在报文的结构内,设备固件必须支持报文的格式。任何工作在该限制之内的设备都可以成为一个hid,例如温度计,电压计,读卡机等。hid类设备只能使用控制传输与中断传输两种方式。HID的交换的数据格式称为报文。报文形式灵活,能处理任何类型的数据。HID特有的请求,Set Report和Get Report为主机和设备之间的任何类型数据块传输提供了一种方法。主机发出Get Report请求,设备响应向主机传送数据块;主机发出Set Report请求,设备响应准备接收主机发出的数据块。对于一个全速设备,中断传输方式下每笔事务能够传送的最大数据量是64字节,全速设备每毫秒不能有超过一笔事务,所以每秒最多传送64000字节。高速设备,每笔事务能够传送的最大数据量是1024字节。对于不能一次传输完毕的数据,接收和发送报文可以采用多笔事务。下表列举出了与HID类设备通信过程中使用到的大量函数,这些函数的用法在DDK的帮助文档中均有详细地解释。这些函数包含在Hid.dll,Setupapi.dl、Kernel32.dll三个动态链接库中,分别起到与HID设备通讯,寻找与识别设备,交换数据的作用。
上传时间: 2022-05-31
上传用户:
一、产品特性介绍二、接线三、操作器说明四、客户参数五、监控软件六、故障排除七、容量计算壹、产品特性介绍211代表了伺服马达和驱动器技术的尖端高功能,高质量,小体积是211成功之关键在211产品中,有四种马达和一种驱动器。其规格从30w到7.5kw马达简介1)SGMAH伺服马达利于高加速度的高转矩-惯性比用于轻工业(1P55)额定速度3000rpm,最高速度5000rpm主要用途:电子装配,高速定寸裁切,成型机,PCB钻孔2)SGMPH伺服马达适用于恶劣的工作环境(IP67)长度最短的211同服马达额定速度3000rpm,最高速度5000rpm主要用途:半导体应用,食品包装,机器人3)SGMGH伺服马达一般用途的伺服马达大容量(0.5KW到7.5KW)适用于恶劣的工作环境(IP67)主要用途:CNC工作母机,半导体应用,传送线,包装,转换机额定速度1500rpm,最高速度3000rpm4)SGMSH伺服马达利于高加速度的高转矩-惯性比适用于恶劣的工作环境(IP67)额定速度3000rpm,最高速度5000rpm主要用途:制袋机,成型机,PCB钻孔,高速工作母机SGDM驱动器400W或低于400W的100V或200V单相型800W和1500W的驱动器经改装后可使用单相200V电源。500W或高于500W的200V 3相驱动器型号说明按MODE/Set键可选择状况显示、辅助功能、参数设定、监视模式等四种模式状况显示是通电后的系统设立显示。状况显示表示了驱动器的状况(停止,运行和超行)。Fn000警报追踪显示显示驱动器内最后的10个警报的状况。Fn001自动调谐的刚性设立决定自动调谐的机器的刚性。Fn002寸动方式操作在没有外部指令的情况下操作伺服马达。Fn003寻找原点方式寻找编码器原始脉冲脉位置。用于校正马达与机器
标签: 伺服
上传时间: 2022-05-31
上传用户:canderile
This manual documents the Microcontroller profile of version 7 of the ARM® Architecture, the ARMv7-M architecture profile. For short definitions of all the ARMv7 profiles see About the ARMv7 architecture, and architecture profiles on page A1-20.ARMv7 is documented as a Set of architecture profiles. The profiles are defined as follows: ARMv7-A The application profile for systems supporting the ARM and Thumb instruction Sets, and requiring virtual address support in the memory management model. ARMv7-R The realtime profile for systems supporting the ARM and Thumb instruction Sets, and requiring physical address only support in the memory management model ARMv7-M The microcontroller profile for systems supporting only the Thumb instruction Set, and where overall size and deterministic operation for an implementation are more important than absolute performance. While profiles were formally introduced with the ARMv7 development, the A-profile and R-profile have implicitly existed in earlier versions, associated with the Virtual Memory System Architecture (VMSA) and Protected Memory System Architecture (PMSA) respectively.
标签: arm
上传时间: 2022-06-02
上传用户:
1.时分秒的正常显示2.可单独调整时钟的分十秒3.闹钟功能4,键功能说明second--正常显示和闹钟状态时调整秒位minute--正常显示和闹钟状态时调整分位hour--正常显示和闹钟状态时调整分位alarm--开启和关闭闹钟功能(变量alarm_is_ok,1为open,0为close)stop-Set-open-close
上传时间: 2022-06-18
上传用户:zhaiyawei
本章首先介绍论文的研究背景,先介绍无线Mesh网络,提出无线Mesh网络的特点与应用场景,然后从网络管理技术发展的角度,引出无线Mesh网络的管理技术。接着分析无线Mesh网络系统的研究现状,从无线Mesh网络的组网技术发展到相应的管理技术的发展。通过分析现阶段的发展瓶颈,引出论文的研究内容和创新点。最后介绍论文的组织结构安排。1.1研究背景1.1.1无线Mesh网技术无线Mesh网络(Wireless Mesh Network,WMN)7是一种新型动态自组织自配置的无线网络,它结合了无线局域网与移动自组网的特点,支持宽带和高速多媒体业务,近年来得到越来越多的重视和发展。它具有不同于传统网络的特点,在提高网络覆盖率、增加网络容量、减少前期投资方面具有很大优势。网络中的节点能够自动地建立无线多跳网络,被称为廉价的“最后一公里”宽带接入方案.在传统的无线局域网中,客户端通过AP(Access Point)接入点,利用无线链路来访问网络,这样形成的接入关系叫BSS(Basic Service Set)用户相互通信依赖于这个固定的接入点AP,这样的网络是一种单跳的网络.而在无线Mesh网络中,一个Mesh节点既可以提供AP功能,又能提供各节点之间相互连接的功能,每个节点都是一个对等的结构,可以直接进行通信
上传时间: 2022-06-23
上传用户:
German universities and scientists have repeatedly Set the intermational standard in drive technology. Identification and active compensation of natural frequencies in oscillatory mechanics, status controls with monitoring structures incorporating acceleration sensors, adaptive compensation of measurement system deficiencies, self-adjusting detent torque compensation… everything invented with only a single aim in mind: to continue improv-ing the motion control, dynamics, precision and processing speed of your machines. For the industrial applicabability of this technology scientific publications in proceedings and laboratory test rigs are not enough. These features consequenty need to be converted into cost-efficient and easily manageable products. That 's exactly what we have done.So in future, if you should need more than today ' smarket can offer you, now everything isgoing to be alright. With our new high-performance ServoOne drive series you will experi-ence
标签: servoone
上传时间: 2022-06-24
上传用户:kingwide
Note: Before commissioning the value of the connected mains voltage must be Set in the servo controller(factory Setting=3×400 V AC). More detailed information see chapter 4"Commissioning".通讯接口所有的Servo-One系列均有USB及TCP/IP通讯接口,可通过LT-I公司的Drive-Manager5软件进行通讯,进行相关参数的读写和现场调试,详情请参考章节.…软件调试。Servo-One Junior:X9(USB1.1)TCP/IP(开发中)Servo-One:X2(USB1.1)X3(TCP/IP)Note: The faults can be acknowledged in accordance with their programmed reaction(ER) or reSet via a 24 V-reSet(X9/10)(ER.).Attention: Faults marked with a dot can only be reSet, after the cause of the fault has been eliminated.显示为当前版本V5.4.0同时,相应的USB接口驱动也在对应的安装文件夹内,例:C:\Program FileLTI DRiVES GmbHILTi DriveManager 5.4.0drivers
标签: servoone
上传时间: 2022-06-24
上传用户:
Android 手机远程Zigbee网络控制实验V1.01、实验准备材料1.Android手机一部(要求系统版本在1.6以上,并有wifi支持)2.Win7系统的笔记本电脑一台,并有wifi以及USB接口支持。3.软件server.apk USR-TCP-Test.apk TcpComm.exe2、实验步骤1.安装server.apk USR-TCP-Test.apk到Android手机,安装完成效果如下图所示:2.在复制TcpComm.exe到计算机,完成后效果如下图所以:3.在电脑上建立wifi接入点开始输入CMD复制:netsh wlan Set hostednetwork mode=allow ssid=ABCDEFG key=123456789到DOS命令窗口
上传时间: 2022-06-24
上传用户:
Introduction The Sil9135/Sil9135A HDMI Receiver with Enhanced Audio and Deep Color Outputs is a second-generation dual-input High Definition Multimedia Interface(HDMI)receiver. It is software-compatible with the Sil9133receiver, but adds audio support for DTS-HD and Dolby TrueHD. Digital televisions that can display 10-or 12-bit color depth can now provide the highest quality protected digital audio and video over a single cable. The Sil9135and Sil9135A devices, which are functionally identical, can receive Deep Color video up to 12-bit,1080p @60Hz. Backward compatibility with the DVI 1.0specification allows HDMI systems to connect to existing DVI 1.0 hosts, such as HD Set-top boxes and PCs. Silicon Image HDMI receivers use the latest generation Transition Minimized Differential Signaling(TMDS) core technology that runs at 25-225 MHz.The chip comes pre-programmed with High-bandwidth?
上传时间: 2022-06-25
上传用户: