搜索资源列表
STM32F107-WiFi-examples-1.8
- 该示例程序演示了如何进入EM380C的DTU模式(数据透传) 1、按照正常流程上电,LCD上会显示当前模块的配置情况. 2、打开PC的wifi无线网卡,连接到LCD上显示的ssid,默认是EM380,连接正常后,模块上的红色LED会常量。 3、设置PC的IP地址192.168.4.X(除了192.168.4.4),掩码255.255.255.0。设置完成之后,可以ping通192.168.4.4 4、打开工程文件夹中附带的TCP/UDP测试工具,点击“创建连接”,按照默认
USART_to_UDP
- 串口接收pc数据,再通过网口用UDP发送出去。单片机为stm32f107-Serial port to receive the pc data through the Ethernet port using UDP sent. SCM as stm32f107
UDP_to_USART
- 网口用UDP接收pc数据,通过串口再发送出去。单片机为stm32f107-Ethernet port UDP receive pc data, and then sent through the serial port. SCM as stm32f107
UDP_send
- 基于stm32f107,以移植lwip协议栈,实现udp发送数据。可以作为一个很好的lwip入门-Based stm32f107 transplant lwip protocol stack, udp send data. You can learn the lwip entry as a good
STM32F107UDPsever
- 基于stm32f107的UDP服务器程序,可以接受客户端指令并执行相关操作,比如读取falsh数据发送。-Based a stm32f107 UDP server program can accept client instructions and perform related operations, such as read falsh data transmission.
STM32F_ETH__V1.0.0
- 基于STM32F107的LWIP协议程序,支持UDP、DHCP、tftp等协议,-The STM32F107 LwIP Demonstration Package is a set of networking applications for STM32F107 microcontrollers build on top of the free LwIP TCP/IP stack, and contains: A DHCP client, for IP address setting
UDP
- 基于STM32F107平台开发的UDP模式的Server和Client通信程序。-STM32F107-based platform for the development of the Server and Client UDP mode communication program.
STM32F107-LWIP_UDP-server
- 这个代码是STM32F107芯片+DP83848以太网传输UDP数据,Server模式-It is Cortex-M3 cpu and Phy DP83848 module, to use for UDP server.
STM32F107-LWIP_UDP-client
- 这个是STM32F107+DP83848以太网芯片的UDP客户端程序。-it s the module basic on STM32F107+DP83848 ethernet phy,
STM32_F107_lwIP_uCOS
- 成功实现ucos-ii在stm32f107上的移植,同时例程中移植了lwip,实现了tcp、udp等功能。环境为IAR-STM32F107 UCOS-II LWIP
STM32F107DP83848
- STM32F107联网型 STM32F107+DP83848方案 RMII 接口 实现UDP 客户端通信