搜索资源列表
CS8900A_汇编实现51单片机的TCP_IP协议
- 在51单片机上用汇编实现的TCP/TP协议网络通信,1、可以接收和发送帧 2、 实现了ARP报文传输;3、 ARP应答;4、实现了ICMP协议 5、 可以被其他网络中的主机Ping到 6、 实现了UDP协议-in 51 MCU used to achieve a compilation of TCP / TP network communication agreement, one that can receive and send two frames to achieve the ARP p
arm8019
- 开发工具用EMBEST IDE进行开发,该程序是一个S3C44B0直接驱动网卡的程序,包括8019初始化,物理层收包发包,UDP的接收和发送,IP的发送和接收.已及ARM的地址解板,整个程序是自顶而下,方便进行网卡研究用,也可将其移植到8051单片机上使用-development tools used EMBEST IDE for development, the program is a direct drive S3C44B0 card procedures, including 8019
emac
- TI 6474 的emac 使用例程,使用88e6122 作为物理芯片,初始化sgmii与mdio,可以向上位机发送数据报文- test code for emac perpheral of dsp tms320c6474,use 88e6122 as phy device and initial sgmii and mdio ,can send ethernet packet to pc
CCS-DEMO
- OMAPL138 外设使用经典例程,包括串口和网卡底层接收发送数据包检测工程-OMAPL138 peripherals use the classic routines, including the serial port and network card the underlying receiver to send data packet inspection works
Victor
- 简单实用, 功能强大的 C++ Builder 串口控件! 本控件是免费的, 不需要注册, 有关授权及许可协议详见 license.txt 文件。 1.支持二进制数据和文本数据的收发 2.支持任意格式的数据的收发 3.支持两种数据包协议(识别每帧数据首尾的方法): ①超时判断数据首尾, 适用于与单片机和仪表的通讯 ②帧首尾和控制符, 适用于大量复杂的数据传输, 例如文件收发等-Simple, practical, powerful C++ Builder seria
DEC643_LAN
- 本实例是合众达DM643实验平台的网络传输测试程序,可以完成网络数据包的发送和接受。对于学习dsp网络传输的人会有一定帮助。-Example is the union of the experimental platform DM643 network transmission test procedure can be completed by the network packet to send and receive. Dsp learning network for people who
RS232
- PC机和单片机之间通过RS232传输数据的同步协议,以包形式收发数据,可以发送任何数据。-PC machine and MCU via RS232 to transfer data between the synchronization protocol to send and receive data packet format, you can send any data.
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
CommV3.c
- SIMS 300 MODEM driver file. To send data packet to a website.
2272-TR
- 这是遥控发端编码板 程序功能:驱动LED显示。键盘输入。模拟PT2272编码,数据输出使能延时1.5S,优化时间算法使发送单个数据包时间缩短1/3 模拟PT2272串行数据输出和数据输出使能。-This is a remote control program features the originator code board: drive LED display. Keyboard input. Analog PT2272 coding, data output enable delay
count-reciever
- CountSend application: send count packet every second, and display value on LEDs. @file CountSend.cs CountSend.cs,v 1.5 2007/09/24 19:13:13 - CountSend application: send count packet every second, and display value on LEDs. @fi
count-send
- CountSend application: send count packet every second, and display value on LEDs. @file CountSend.cs CountSend.cs,v 1.5 2007/09/24 19:13:13 - CountSend application: send count packet every second, and display value on LEDs. @f
ReadNET
- 读写CPU占用率,网卡流量,网卡的发送包数,接收包数和丢包量等状态,和内存状态-Rate of read and write CPU usage, NIC traffic, the number of NIC send packets, receiving packets and packet loss and other state and memory state
CC2430
- cc2430芯片点对点无线发送程序,发射节点常态处于休眠状态,定时唤醒后发送一包指定地址的数据-cc2430 chip point-to-point wireless transmitter to program the launch node normal dormant, timed wake-up to send a packet of the specified address data
ZICM2410P0_EVB3_v1.09_DATA
- CEL2410P0的评估板测试代码,有按键测试,音量调节,发送无线数据包和接收无线数据包-Evaluation board test code CEL2410P0 key test, adjust the volume, send wireless data package and receive a wireless packet
init_periph
- RFM22B STM32L152RBT6 send packet
sock_raw
- Linux环境下自己构建包packet,包括MAC头部,UDP、TCP头部,以及数据及校验和计算,构建完包之后用原始套接字来进行发送-After the Linux environment to build their own package packet, including the MAC header, UDP, TCP header, and data and checksum calculation, build complete package with a raw socket t
STM8S-USB-master
- 这是一个stm8S003模拟USB键盘HID的程序,首先,通过中断来接收USB数据,接收完后,调用 void usb_rx_ok(void) 来应答或不应答,并识别数据包,把相应的状态写usb这个结构体里面。 然后,在主循环中不断的调用 void usb_process(void) 来根据 usb 里面的状态来做相应的动作。 设备描述符的发送是这样的:调用 void usb_send_data(uint8_t * buffer, uint8_t lenght), 将描述符打包,放到 us
com_port_demo
- com port working & atmega8 send packet VISUAL BASIC
Ex001-printf-scanf
- 发送 txtest 命令,或者点击“上传测试”按钮。目标板接收到此命令后会连续发送数据包, * 每个包的大小为1400字节。TcpTest软件会显示通信速度。 * 注:由于缺省时windows对TCP包会延迟200ms再确认,导致每秒只能上传5包。实测上传速度 * 为7000字节/秒。 * 如果勾选了“收到数据后立即应答”,则TcpTest收到数据后会发送1个字符‘A ,这样就可以实现 * 及时应答。实测上传速度为 1.2M字节/秒。-Send txtest comman
