搜索资源列表
串口调试(delphi源码)
- 使用说明 本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。 其中用到串口控件为ComPort,该控件为开源软件,各大网站均有下载,目前最新版为3.0。 使用平台: WIN9X/NT/2000/XP 本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明: 十六进制发送:选中(CHECK)十六进制发送后,程序会自动从发送
PB操作串口
- PB操作串口 1.首先点击“控件注册.BAT”注册“MsComm32.ocx”控件 2.“MsComm32.reg”注册表文件 3.打开pb导入窗口“w_com_example.srw” 也可以直接打开.pbw文件 -PB operation serial 1, first click on the "control register. BAT" registered "MsComm32.ocx" control
3
- 在上位机中用C#实现SIEMENS的PPI协议,对一个位、字节和字进行读操作,涉及到了串口的操作-In the host computer using C# to achieve the PPI agreement SIEMENS for a bit, byte and word read operations, related to the operation of the serial
vs2008(2010-3-10)
- 很简单的一个串口调试软件,VS2008开发的,相信对初学者很有帮助,高手勿下,浪费您的分数。-A simple serial debugging software, VS2008 development, I believe very helpful for beginners, masters do not, the waste of your score.
SSCOM-SPt
- 8大特色: 1.自动枚举串口,这样避免了有些机器串口多,或者串号号>4的情况。 2.保存文件格式为txt和CSV,可选,方便做数据分析。 3.保存文件在执行文件程序路径下的SaveData文件夹里 4.增加多字节联合显示 5.2字节时,十六进制会加"0x"头,非十六进制时,以十进制显示,末尾自动加一空格,以区分。 6.4字节时,只能以十六进制显示(因十进制以超出范围,也没有必要显示那么大一个数)。 7.增加实时显示数据曲线功能。 8.界面更人性化,方便适用。
windows_Virtual_COM
- windows下虚拟串口设备驱动:(1)串口驱动的入口函数(2)写函数实现(3)读函数实现-windows under a virtual serial port device drivers: (1) the entrance of the serial driver function (2) write function (3) Reading function
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.
DOSCOM
- DOS串口终端程序( 本软件为在DOS下使用超级终端的用户专门设计 功能说明: 1.DOS下使用,功能类似于WINDOWS的超级终端 2.支持COM1,COM2 3.支持波特率2400,4800,9600(缺省),19200,38400,57600,115200 4.支持Xmodem文件传输协议-Asm,Com Port-DOS serial terminal program (the DOS software for use in super user terminals designed D
LSD-TEST430F5438-01-CRC1.c
- ** 串口初始化顺序: ** 1、置位UCSWRST ** 2、配置UCAXCTL0、UCAXCTL1 ** 3、波特率设置 ** 4、使能接收或发送中断-** Initialize serial order:** 1, Set UCSWRST** 2, configuration UCAXCTL0, UCAXCTL1** 3, the baud rate settings** 4 so that it can receive or send interrupt
SCOMMV2.3
- 串口调试工具V2.3++增强版。该增强版是由龚建伟老师的串口调试工具V2.3为基础改进而来。添加了工程中常用的ASCII/16进制/10进制/2进制的发送与显示等功能。希望对大家有所帮助。-Serial debugging tools V2.3++ Plus. The enhanced version of the teacher by the GONG serial debugging tools based on improvements from V2.3. Add commonly us
实验3 串口实验(串口4)
- 直接使用的 串口程序,已经经过验证,能正常收发数据。。。。。。。。(i have test the program that is correct and simple to use the uart4 and uart5 program)
com2tcp-1.3.0.0
- 能够将串口数据转换成网络数据发送出去,经过测试,windows上不错!(Serial data can be converted into network data to send out)
LEDL151-uart1-3
- 串口1接模块数据,用串口3发送到PC机,用调试助手显示。(Serial port 1 module data, with serial 3 sent to the PC machine, with debugging assistant display.)
STM32 USB转串口驱动
- STM32 USB转串口驱动,可以使用来开发使用(Virtual COM Port Driver(V1.3.1))
113-串口通讯
- 113-串口通讯(113- serial communication)
串口调试助手源码-VS2010+Qt4.8.3
- 实现一个串口调试助手界面应用,实现串口属性配置,串口数据发送接收功能。(To achieve a serial debugging assistant interface application, to achieve serial configuration, serial data sending and receiving function.)
3.USART串口测试
- 使用外设:串口线一跟,通过COM1连接PC ** 实验名:【B】USART_TEST ** keil MDK-ARM Standard Version:V4.22A ** 软件库(keil) Version: V2.0.1 ** 固件库(ST) Version: V *************************************/ /*********************************** ** 实验现象: 1、首先进行常规配置(RCC、N
P3.3 C#SerialPort
- 模拟两个串口进行通信,备注齐全。(Serial communication)
C#写的串口通信源代码
- 1. 利用C#编写的串口通信工具 2. 源代码全部公开 3. 可以作为上位机通信的前端入口,并进行二次开发 4. 解决方案文件chuankou.sln 5. 编译成功文件chuankou.exe
windows串口通信C++源码
- 1、内含windows环境下串口收发通信源代码 2、开发环境VS2010 3、内含串口控件mscomm32.ocx及注册方法(1. Including the source code of serial communication in Windows Environment 2. Development environment VS2010 3. Embedded serial port control mscomm32.ocx and registration method)