搜索资源列表
串口通信最终测试机
- 功能:1 实时绘制数据曲线2 保存接受数据到文件3 能在各种参数下,与单片机和pc机通过串口通讯4 能实时记录输入和输出数据sstcomc.c为单片机上使用的演示程序,在keil c51编译以后,在sst89c58测试通过-functions : a real-time rendering two data curves accept data preservation of documents in three parameters, and SCM and PCs through four
串口通讯硬件仿真测试
- 232串口测试程序。// 软件模拟测试说明: // 1.这个测试采用查询方式进行串口通讯 // 2.将软件仿真环境的晶震设为11.0592 MHz // 3.软件模拟全速运行, 观察波特率是1200bps // 4.在串口1中输入数字或字母,可观察到通讯是否有误。-232 serial testing procedures. / / Software simulation tests : / / 1. The test inquiries conducted using seri
串口 工具
- 1、 多种通讯方式,既可以用串口通讯方式,也可以用TCP/IP通讯方式; 2、 分单报文和多报文发送方式, 常用的报文可以放到多报文发送发送方式中,可以连续发送,时间间隔可以自己设置; 3、 发送和接收报文可选择采用ASCII码格式(支持中文)或16进制数据方式; 4、 在通讯的时候,发送和接收的报文用不同的颜色显示,清晰悦目。同时也给出发送和接收的精确到毫表的时间,令用户准确把握通讯质量; 5、 友好的人机界面,全面支持各个按钮的快捷键操作。接收报文窗口内容在软件关闭时自动保存在当前目
RS232串口调试助手源码
- 本程序为串口调试助手源代码,VC6.0平台上开发使用,可以直接作为串口的相关开发项目上使用,使用了多线程的方式串口通讯,本程序在原来的版本上升级到了V2.3,现在分享给各位程序员,希望对大家的项目开发有所帮助,节省开发时间。
ThreadCOM.rar
- 可用于QT多线程串口通讯,用在ARM程序上面,在QT2.3.7下调试成功,QT can be used for multi-threaded serial communications, ARM used in the above procedure, the success in debugging QT2.3.7
SerialportSample(3)2008
- c#串口通信,并有简单的数据解析功能,和通讯协议如何缓存,分析以及通知界面-RS232 SerialPort communication
rzsz-3.34.tar
- 支持ZModem协议的串口通讯程序 -Serial communication supports ZModem protocol
stc232
- 1.通过PC端的串口调试工具,从PC端发出一个十六进制的数, 通过串口传输到单片机,并有单片机通过LED数码管显示其ASII码,而且单片机又将这个数发回PC端,并在PC端显示出来,从而实现单片机与PC机的通讯 2.可以实现对下位机数据实时采集(如温度,程序中设定的是37摄氏度) 3.可以控制流水灯或继电器开关等-1. Through the PC-side debugging tools for serial port, from the PC client sends a hexa
COMbook
- 1. RS-232-C详解 2. 串口通信基本接线方法 3. 串口通讯的概念及接口电路 4. 有关RS232和RS485接口的问答 5. 同步通信方式 6. 通信协 7. 实战串行通 8. 全双工和半双工方式 9. 浅析PC机串口通讯流控制 10. 奇偶校验 -1. RS-232-C Detailed 2. Serial Communication basic wiring methods 3. The concept of serial
VB
- VB串口通讯程序,可以用来跟单片机通讯,也可以把232的2、3脚连接起来通讯。-VB serial communication program can be used with single-chip communications, can also be 2,3 to 232 feet of connecting communication.
msp430shujucaijixitong
- msp430f149实现的数据采集系统 结构简单 功耗低 模拟采集传感器 数字开关量采集 串口通讯UART模块 电源供电及复位-Executable files built outside of IAR Embedded Workbench Follow these steps to load and debug an executable file that was built outside IAR Embedded Workbench, for example p
mscomm-delphi
- 自己用DELPHI7写的基于mscomm控件的串口通讯试验,将串口的2,3脚短接可以进行试验-Own use DELPHI7 written in serial communication based on mscomm control experiment in the 2,3 pin serial port can access a short test
libcommoncpp2_1.7.3.orig.tar
- 国外开源组织封装的类,包括串口通讯,SOCKET,TCP通信,功能很强大。-Foreign open-source organization package categories, including serial communication, SOCKET, TCP communication, powerful.
实验3 MODBUS 485串口1
- MODBUS串口3实现串口通讯,稳定性高,架构简单。(MODBUS serial port 3 to achieve serial communication, high stability, simple architecture.)
投影机3
- 单片机和投影机串口通讯,实现对投影仪的开关控制(MCU and projector serial communication, to achieve the projector switch control)
113-串口通讯
- 113-串口通讯(113- serial communication)
ALIENTEK MINISTM32 实验3 串口实验
- Uart串口通讯实验包括详细配置,希望可以帮到大家,(Uart serial communication experiment, including detailed configuration, I hope to help you,)
51单片机串口实验
- 程序是3个关于51串口的实验程序包,包括工程文件,c源文件,HEX烧写文件。3个实验分别是:-51串口通讯;-51串口通讯中断应用;-51串口测温电脑显示。(51 Serial Communication;The application of serial communication interrupt;Serial temperature measuring computer display)
C#通讯调试工具v3.0源码
- 开发工具:VS2010 语言:C# .NET Framework2.0 本软件主要功能如下: 1.串口,TCP服务端/客户端,UDP服务端/客户端通讯调试; 2.支持Hex,ASCII两种格式的命令调试; 3.接收数据可通过右键菜单一键计算Hex对应的数值; 4.字节计算器/检验值计算器(CRC16,自定义多项式CRC16,XOR)。 具体可看我的博文:http://blog.csdn.net/sqqyq/article/details/10012183 下一版本计划加入
stm32f103串口DMA接收发送
- 改程序主要把串口通讯与DMA结合 ,提高CPU工作效率,软件中运行的串口1的工作; 开启相关函数,就可以分别开启串口2,串口3的工作,这些函数在软件中都有标注。