搜索资源列表
基于PIC18F66J60的Ethernet转串口参考设计
- ETORS232基于一种单芯片的Ethernet 与RS-232 协议转换器的设计。该方案采用Microchip针对嵌入式系统的Internet接入应用 开发出的8位集成以太网控制芯片PIC18F66J60,并且系统内嵌了Microchip发布的基于此芯片的TCP/IP协议栈,能够使设备以UDP、TCP Server、TCP Client模式接入到网络。
gsmGPS 51单片机串口读取GPS信息
- 51单片机串口读取GPS信息,然后通过串口发送到GSM网络的程序,调试通过可用-failed to translate
基于PIC18F66J60的网络端口转换为串口的应用程序源代码
- 基于PIC18F66J60的网络端口转换为串口的应用程序源代码,PIC18F66J60-based network port is converted to serial port application source code
WINCE.rar
- BtSquirt:两个CE系统进行蓝牙传送文件的程序 MySquirt:两个CE系统进行红外传送文件的程序 ListNet:能列出CE系统网络连接的小程序 RegView:能浏览指定注册表内容的程序 CeChat:基于串口通信的聊天程序 摘自《Windows Embedded CE 6.0 Developer Reference》一书 ,BtSquirt: two CE systems procedures Bluetooth transmission of docu
bios44b0
- arm7开发板bootload源程序,些引导程序提供网络功能,串口,USB功能,可以下载应用程序-ARM7 development board Bootload source, some features provide network boot, serial, USB function, you can download the application
serial_read
- Vxwork 串口调试程序,VxWorks网络驱动配置及分析,调用主要在/target/src/config/usrNetwork.c文件中-Vxwork serial debugger, VxWorks network drive configuration and analysis of call mainly in the/target/src/config/usrNetwork.c document
020_2u_9-17
- 用于conextop(串口转以太网)的程序,已经测试通过了,非常好用。并且可同过网络调试助手,查看结果-For conextop (Serial to Ethernet) process has been tested, and very easy to use. And can be the same over the network debugging aids, view the results
SampleAppSlave
- CC2430的A/D转换测试程序。程序基于IAR软件编写的。通过A/D通道采集模拟量并转化为数字信号,然后通过串口发送到PC,在PC机可以看到采样结果。估计对开发无线传感器网络的相关人士比较重要-the A/D converter test procedure. Procedures prepared based on the IAR software. Through the A/D channel analog acquisition and digital signal
STM32
- 自制STM32开发板实现了ENC28J60网络,LCD,蓝牙串口,SD卡-Home STM32 development board implements ENC28J60 network, LCD, Bluetooth serial port, SD card
PowerPC_VxWorks_BSP_SBH
- BSP 用于初始化硬件、引导操作系统并提供软件和硬件之间的设备驱动接口。针对某类 体系结构的处理器开发 BSP 时,了解其基本的体系结构和指令系统是必要的。总地来说,V xWorks的启动过程凝练而精悍,流程清晰,各模块之间的耦合度很低。 VxWorks 和Linux 设备驱动的结构都相当复杂。 假设一个系统没有操作系统, 这个时候, 我们编写设备驱动的工作就完全停留在“驱使硬件行动”的层次上。然而,在 VxWorks 和 L inux 系统中整合设备驱动,则不仅仅意味着“
cc2530 zigbee 串口printf重定向,流水灯
- 源码运行硬件:微雪ZB600(底板)+Core2530(核心板)。 功能:串口printf重向(可使用标准printf函数),串口发送字符串。LED流水灯。 这是裸机程序,是我自己工作时测试使用的。参考TI官方代码,修正了网络上例程频率设置的错误。亲测可用。
CC2530 无线传感网络 片内温度程序
- 取片内温度传感器为 AD 源,并将转换得到温度通过串口送至电脑(The temperature sensor in the chip is the AD source, and the temperature is transmitted to the computer through the serial port)
netw5500
- w5500封装了TCP/IP 协议,连接stm32spi串口,进行网络通讯,支持断网重连,连接速短快,程序简单。(W5500 encapsulates the TCP/IP protocol, connect stm32spi serial port, network communication, support broken network reconnection, fast connection speed, simple procedure.)
实验7 网络通信实验1 广播和单播通信
- 协调器周期性地以广播的形式向终端节点发送数据(每个t秒广播一次),终端节点接受到数据后,是开发板的LED状态翻转,同时向协调器发送字符串“EndDEvice received! ”协调器接收到终端节点发送回的数据后,通过国串口输出到PC的串口调试助手。(The coordinator periodically in the form of broadcast to the terminal node to send data (broadcast once every T seconds), t
向电脑网络助手上传 DHT11 温湿度
- 实现单片机上通过串口将温湿度以无线的方式传递到网络调试助手上(SCM through the serial port, the temperature and humidity in a wireless way to the network debugging assistant)
宝马LWIP裸机例程串口转网络
- 宝马LWIP裸机例程串口转网络例程,lpc1788(lpc1788 LWIP bare metal serial to network routines)
基于RTOS消息队列的串口通信-LWIP
- 基于STM32微控器和FREERTOS操作系统移植的LWIP网络通信程序。实现网络通信(LWIP network communication program of STM32 microprocessor and FREERTOS operating system transplantation based on. Realizing network communication)
网络通信实验
- 硬件资源: 1,DS0(连接在PF9),DS1(连接在PF10) 2,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过FSMC驱动,FSMC_NE4接LCD片选/A6接RS) 4,按键KEY0(PE4)/KEY1(PE3)/KEY2(PE2)/KEY_UP(PA0,也称之为WK_UP) 5,LAN8720(通过RMII接口驱动) 实验现象:
LCD显示温度+串口接收温度
- LCD显示温度+串口接收温度xxxx不要管后面本文介绍了简易集散温度控制系统,系统为两层结构,上位机用组态王软件完成对下位机的监控。下位机利用数字温度传感器DS18B20 ,结合单片机组成传感器网络,设计了相关的硬件和软件,实现多点温度检测与控制。(LCD display temperature + serial port receiving XXXX leave behind a simple distributed temperature control system has been in
STM32+W5500串口
- 本例程使用STM32为控制器,w5500用于链接网络设备。移植串口1进行数据打印,定时器4进行准确定时。
