搜索资源列表
串口调试(delphi源码)
- 使用说明 本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。 其中用到串口控件为ComPort,该控件为开源软件,各大网站均有下载,目前最新版为3.0。 使用平台: WIN9X/NT/2000/XP 本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明: 十六进制发送:选中(CHECK)十六进制发送后,程序会自动从发送
单片机串口发送和接受驱动程序
- 单片机串口发送和接收驱动程序,一直在用,绝对没有问题!
MySport串口通信程序
- 本程序可以实现简单的串口通信的数据发送与接收。需要使用VSPM建立虚拟串口,然后进行通信。
SerialPort
- 这是一个在LABVIEW上实现的使用LABVIEW自己产生信号,然后将上述波形采样,并通过串口发送,把上述信号存在特定的文件里,同时能实现回放,最终接收端接收串口数据,并构建波形。-This is implemented on a LABVIEW generated using LABVIEW own signal, and then the waveform samples, and sent through the serial port to the signal the presence
communications
- 单片机串口通信应用程序,可通过串口发送接收收据来达到通信的效果。-Single-chip serial communication applications can be sent through the serial communications to receive a receipt to achieve results.
serialdebug
- 串口编程调试精灵 本例创建一个基于对话框的程序,其中设置“自动发送”、“手动发送”、“开始接收”“设置参数”、“清除”按钮,分别用于自动向串口发送数据、手动向串口发送数据、从串口接收数据、设置串口参数(串口参数、发送字符、自动发送间隔); 另一个对话框,响应“设置参数”按钮操作,用于设置串口参数、发送字符、自动发送间隔。-Serial programming and debugging, in this case the wizard to create a dialog-based p
CommTone串口调试
- 串口发送和接收数据,波特率,串口号可调,VS2010开发的一款简单的上位机程序(Serial port to send and receive data, baud rate, serial number adjustable, VS2010 development of a simple PC program)
串口调试工具及源码
- “串口调试工具”可以实现通过串口发送和接收二进制和文本数据, 可以通过 modem 发送和接收二进制和文本数据,并且可以显示 modem 的状态。(Serial debugging tools and source code)
UART发送接收
- stm8串口与上位机进行通信,上位机先发送数据给单片机,单片机再将数据反馈给上位机(Stm8 serial communication with the host computer through the computer, sends the data to the MCU, MCU and data feedback to the host computer)
C# 串口接收发送数据
- C# 时实接收串口信息,并显示出来,可向串口发送指定的内容。案例简单明了。适用初学者(C#, the actual receive serial information, and displayed, you can send the specified content to the serial port. The case is simple and clear. Suitable for beginners)
串口通信
- 串口通信,串口数据的接收与发送,已经调试!(Serial communication, data receiving and sending)
使用PCOMM实现的MFC串口调试助手
- Pcomm开发的串口调试助手,能实现简单的发送和接收.(Pcomm development of serial debugging assistant)
串口通信API
- 在windows api编程下实现串口通信的发送与接收(The realization of serial communication sending and receiving)
vc写的完整串口通讯程序(带接收和发送)
- 利用VC++实现串口编程,附带源码,给大家参考(Using VC++ to achieve serial programming, the whole process of instruction, for reference)
串口调试助手源码-VS2010+Qt4.8.3
- 实现一个串口调试助手界面应用,实现串口属性配置,串口数据发送接收功能。(To achieve a serial debugging assistant interface application, to achieve serial configuration, serial data sending and receiving function.)
Simalator
- 用来模拟串口发送接收 主要接受卫星相关数据(Using the analog serial port to send and receive)
S52串口通讯
- AT89S52串口通讯,与上位机串口通讯,发送与接收(AT89S52 serial communication, serial communication with the host computer, sending and receiving)
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
完整串口通信程序(发送和接受)源代码
- 完整串口通信程序Vc++源代码,实现通过串口发送和接收数据的功能(Complete serial communication program Vc++ source code, to realize the function of sending and receiving data through the serial port)
VS2010之MFC串口通信的编写教程
- 是一个关于串口通信的详细教程,可以接收从PC端发送过来的数据并且实施显示(It's a detailed tutorial about serial communication. It can receive data sent from PC terminal and display it.)