A complete set of bit banged, software driven I2C routines I created for any PIC device - and they work!! These functions are single Master only functions, and are ideal for communicating with things like EEPROMs, LCD Drivers, ADC Converters etc
标签: complete routines software created
上传时间: 2013-12-17
上传用户:王小奇
一般我们要根据数据库的纪录变化时,进行某种操作。我们习惯的操作方式是在程序中不停的查询表,判断是否有新纪录。这样耗费的资源就很高,如何提高这种效率,我想在表中创建触发器,在触发器中调用外部动态连接库通过消息或事件通知应用程序就可实现。而Master的存储过程中最好能调用外部的动态连接库,我们在触发器中调用Master的存储过程即可。本文提供了动态库与存储过程的具体实现
上传时间: 2015-09-28
上传用户:rocketrevenge
可以支持连续读写的i2cslave源码,很适合作为Master的testbench来用
上传时间: 2014-01-18
上传用户:dapangxie
本程序是在网友vagrant的升级程序上增加了SQL数据库的更新升级功能,系统中采用了ACCES来存储数据更新的指令,从而达到逐步执行SQL代码的功能,因为在SQL中要创建表、存储过程、视图等对象时,需要删除原有老的对象,但是SQL不支持将这些指令存放在一起,从而导致出错。所以用ACCES来存储数据了 例中将在Master中创建p_killspid,该程序过程是用来恢复与备份数据的一部分。 MENTOROUSER.INI为数据服务地址,曾经有网友问过我如何做服务登录的系统,此文件是个关键,具体的连接请参考代码 SQLTEXT.MDB为数据库更新用的文件,请自行修改记录,但是记录先后顺序一定要根据指令的先后顺序来添加。 mentoro.htm为存放在网站上的文件,具体内容自已改吧。(您也可以用INI文件) CHIS.INI为更新配置文件
上传时间: 2015-11-13
上传用户:yxgi5
jsf做的增删改的例子,比较短小,代码不多,但展现了做Master-detail时的思路,可以参考
标签: jsf
上传时间: 2013-12-18
上传用户:yepeng139
VHDL实现SPI功能源代码 -- The SPI bus is a 3 wire bus that in effect links a serial shift -- register between the "Master" and the "slave". Typically both the -- Master and slave have an 8 bit shift register so the combined -- register is 16 bits. When an SPI transfer takes place, the Master and -- slave shift their shift registers 8 bits and thus exchange their 8 -- bit register values.
上传时间: 2013-12-23
上传用户:lx9076
如文件名,在LPC2138上的I2C的Master发送接受测试程序。里面的readme.txt(英)有详细说明。
标签:
上传时间: 2015-12-01
上传用户:eclipse
Avalon Interface Specification,The Avalon interface specification is designed to accommodate peripheral development for the system-on-a-programmable-chip (SOPC) environment. The specification provides peripheral designers with a basis for describing the address-based read/write interface found on Master and slave peripherals, such as microprocessors, memory, UART, timer, etc.
标签: Avalon Specification specification accommodate
上传时间: 2014-03-06
上传用户:pompey
An AHB system is made of Masters slaves and interconnections. A general approach to include all possible "muxed" implementation of multi layered AHB systems and arbitrated AHB ones can be thought as an acyclic graph where every source node is a Master, every destination node is a slave and every internal node is an arbiter there must be one and only one arc exiting a Master and one or more entering a slave (single slave verus multi-slave or arbitrated slave) an arbiter can have as many input and output connections as needed. A bridge is a special node that collapses one or more slave nodes and a Master node in a new "complex" node.
标签: interconnections approach general include
上传时间: 2015-12-12
上传用户:lyy1234
一般使用PC Based Controller 都是当作现场设备的一种,也就是要接受 主系统的命令,做一些操作控制。以Modbus 来看属于Slave 的角色,随 时等待接收Modbus Master 的Query Message,然后依据内容做控制,最后 将控制结果以Response Message 回传。本章将以ICP 7524 及ICP 7188E5 等 两种设备分别设计Modbus RTU、ASCII 及Modbus/TCP 的Slave 应用程序, 读者可以将此两种程序的架构再延伸设计至各种实际应用程序。
标签: Controller Based 现场设备
上传时间: 2015-12-16
上传用户:nanxia