资源列表
虚拟光驱工具
- 小巧虚拟光驱工具,使用很方便,主要是因为携带方便(Compact virtual CD-ROM tool, easy to use)
Bat To ExeConverter
- 实用的小工具,能把批处理直接转成exe文件,确实方便(Utility small tools, the batch can be directly converted to exe files, it is really convenient)
I2CM
- 实现IIC做主做从访问的应用。。。。。。。。(i2c master clk_100m , rst_100m , I2cWr , I2cRd ,ChipSel , I2cSCK , I2cSDAi , I2cSDAo , I2cStart I2cDATAi I2cDaddr)
convert512_128b
- 模块把512 bit的数据报文长度转换为128 bit的数据报文长度(always @(posedge clk_sys or negedge rst_sys_n) begin if(~rst_sys_n) begin rx512_pkt_rd <= 1'b0 ; rx128_pkt_en <= 1'b0 ; rx128_pkt_sop <= 1'b0 ; rx128_pkt_eop <= 1'b0 ; pkt_start_flag &l
crc16_128bit_chk
- crc16——128bit的报文检验模块,验证报文是否正确(ata[112],data[113],data[114],data[115],data[116],data[117],data[118],data[119], data[104],data[105],data[106],data[107],data[108],data[109],data[110],data[111], data[96],data[97],d
PComm.h文件
- PComm串口采集的库文件,头文件及动态链接文件(PComm serial collection of library files, header files and dynamic link files)
CRC16_D40
- 将一条512bit报文长度分成4条。。。。。(always @(posedge clk_sys or negedge rst_sys_n) begin if(~rst_sys_n) begin data_line <= 2'b0 ; end else begin if((rx512_pkt_dataw[519] == 1'b1)&&(rx512_pkt_wr == 1'b1)) begin if(rx0_pkt_paf == 1'b0)
GIS
- 加载百度地图后,在线增加图形,管网,符号标注,详见GIS文件(After loading Baidu maps, add graphics, pipe networks, and symbols on the Internet. See the GIS file for details)
mpc83xx中文手册
- Powerpc MPC 8349E 中文资料。(MPC 8349E datasheet for Chinese)
422rx
- VHDL实现了422通讯接口的接收功能,完成一定波特率的接收(VHDL implements the receiving function of the 422 communication interface)
PCI总线规范
- PCI BUS 中文规范...............(PCI BUS standard for Chinese)
Modbus解析DEMO_Delphi7
- 不借助其它底层Modbus控件,直接操作底层通讯代码,实现Modbus读写“保持寄存器”数据,支持串口通讯、TCP通讯两种方式。代码只作演示,可做进一步封装,也可稍作修改,用于非标准的Modbus通讯。本代码使用了一个第三方控件SPComm,开发测试环境为Delphi7+Win7,我一直想摆脱Modbus控件(MBAXP Modbus Master ActiveX Control ),最近自己开发了这个DEMO,分享给大家。(Without other underlying Modbus co
