虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

以太网模块

  • 单片机C语言模块化编程

    单片机C语言模块化编程

    标签: 单片机 C语言 模块化编程

    上传时间: 2014-01-12

    上传用户:sk5201314

  • W5100在单片机实现以太网通信中的应用

    在此介绍了一种基于单片机和W5100组合实现以太网通信的设计方法。采用以TCPdP协议为基础的网络解决方案。W5100是嵌入式以太网硬件协议栈芯片,它同时集TCP/IP协议栈、以太网MAC和PHY于一体,支持多种网络协议。阐述了其具体的使用方法、接口方式、时序,以及程序实现等。

    标签: W5100 单片机 以太网通信 中的应用

    上传时间: 2014-12-26

    上传用户:helmos

  • 单片机系统指纹模块的使用

    介绍了一款指纹识别模块,适合于单片机的系统开发,提供了许多的指令,无需指纹识别的专业知识,就能使用,功能很强大

    标签: 单片机系统 指纹 模块

    上传时间: 2014-12-26

    上传用户:yeluorag

  • GSM模块应用程序

    GSM模块应用程序

    标签: GSM 模块 应用程序

    上传时间: 2014-12-26

    上传用户:回电话#

  • 无线遥控模块(单片机)

    无线遥控模块(单片机)

    标签: 无线遥控 单片机 模块

    上传时间: 2013-10-13

    上传用户:netwolf

  • 亚龙单片机实验模块说明书

    亚龙单片机实验模块说明书 第一章:51单片机开发流程及开发环境介绍 第二章:单片机试验项目 第三章:各实验模块电原理图 第四章:指令表 第五章:ASCII码表

    标签: 亚龙单片机 实验 模块 说明书

    上传时间: 2013-11-02

    上传用户:wentianyou

  • PIC单片机定时器模块应用

    摘要:本文通过介绍PIc秉列单片机的优越性和其所配置的定时器/计数器TMRo.TlⅥI“、TMR2模块之间的共性及各自的特性,以 及PIc单片机在电机调速中的应用。 关键词:单片机定时器/计数嚣TMRo,TMRl,TMR2 电机    

    标签: PIC 单片机定时器 模块

    上传时间: 2013-10-14

    上传用户:dingdingcandy

  • 基于PIC16LF874单片机的电容测量模块

    为提高电容测量精度,针对电容式传感器的工作原理设计了基于PIC16LF874单片机电容测量模块。简单阐述了电容测量电路的应用背景和国内外研究现状,介绍了美国Microchip公司PIC16LF874单片机的特性。电容式传感器输出的动态微弱电容信号通过PS021型电容数字转换器把模拟量数据转换成数字量数据,所测数据由PIC16LF874单片机应用程序进行处理、显示和保存。实验结果表明,固定电容标称值为10~20 pF 的测量值相对误差在1%以内,同时也可知被测电容容值越大,测量值和标称值相对误差越小。 Abstract:  To improve the accuracy of capacitance measurement,aimed at the principle of work of mercury capacitance acceleration transducer,the design of micro capacitance measurement circuit is based on the key PIC16LF874 chip. Briefly discusses the application of the capacitance measuring circuit for the background and status of foreign researchers,focusing on the United States PIC16LF874 microcontroller features. Capacitive sensor outputed signal through the dynamics of weak PS021-chip capacitors (capacitancedigital converter) to convert analog data into digital data,the measured data from the PIC16LF874 microcontroller application process, display and preservation. Experimental results show that the fixed capacitor 10pF ~ 20pF nominal value of the measured value of relative error is within 1%,but also it canbe seen the value of the measured capacitance larger,measuring value and the nominal value of relative error smaller.

    标签: PIC 874 16 LF

    上传时间: 2013-10-29

    上传用户:wojiaohs

  • 基于C8051F040的以太网-CAN转换电路设计

    以太网和CAN总线应用广泛,但由于其通信协议不同,两种总线器件间无法进行数据通信,因此,设计了基于CP2200与C8051F040的以太网总线与CAN总线接口转换电路,并给出部分相关硬件电路与软件设计分析。在保证数据完整和协议可靠的前提下,通过握手协议和简化的以太网协议,不仅实现了以太网数据与CAN数据的转发,同时还顺利的解决了以太网的高速性与CAN的低速率冲突,以及两者数据包之间的大小不同的矛盾。 Abstract:  In the development of actual application, Ethernet and CAN bus are used very extensively. Owing to its various communication protocols, the communicating between two kinds of bus device can’t be carried out. Therefore, in order to solve this problem, the Ethernet-CAN bus interface circuit based on CP2200 and C8051F040 was designed in this paper, and part of the related hardware circuit and software design analysis were given. On the condition of data’s integrity and protocols’reliability, through the handshaking protocols and the simplified the Ethernet protocol, not only the data switching between CAN and Ethernet was realized, but also the differ in velocity and packet size was solved.

    标签: C8051F040 CAN 以太网 转换

    上传时间: 2013-10-15

    上传用户:Ants

  • 基于PCI9054的数据转换模块设计

    为了实现把软件仿真的数据通过PCI总线DMA传输、处理后转换成高速视频串行数据流(LVDS数据流),设计出了基于PCI9054的数据转换模块。通过介绍PCI总线接口协议芯片PCI9054的性能、特点,分析了windows的WDM驱动程序的特点,在软硬件设计中采用把数据缓存器设置为两组SRAM的结构,两组SRAM交替进行数据存取的方式,有效克服了数据流不连续的现象,解决了形成不间断数据流和两次DMA传输之间的数据间断问题。应用结果表明,该设计可满足数字视频带宽20 MHz以内的LVDS数据流的转换与传输。    

    标签: 9054 PCI 数据转换 模块设计

    上传时间: 2014-12-26

    上传用户:jisujeke