搜索资源列表
epp_sram
- verilog语言编写的FPGA代码。功能为pc机通过epp不断写数到sram中,然后pc发送中断信号打断写过程读取sram中的数据。rar包中包含epp协议,模块文件和测试文件(test)。
TFTP
- 通过TFTP协议从网口下载数据。源码中board_eth_rcv()用于接收数据,将该数据上传给ip层。board_eth_send()用于将上传过来的数据包发送出去。-Through the TFTP protocol to download data from the net mouth. Source board_eth_rcv () used to receive data, the data upload to the ip layer. board_eth_send () is us
Atmega8_RS485
- 利用AVR单片机--atmega 8设计485通讯C程序,同时,以20个字节为一个数据包进行发送和接受-Using AVR microcontroller- atmega 8 Design 485 C program, while 20 bytes for a packet to send and receive
SerialComm
- 在telosb节点上实现串口通信:从文件中读取需要传输的内容,并转化成二进制形式加上数据包头部进行发送;反之,接收到数据包提取数据信息,存入文件中。-serial port communication in telosb