搜索资源列表
liangs_串口调试器2002
- 用于串口应用程序的调试监控工具,软件可模拟设备往串口发送指定格式的数据串,同时也可以用于实时监控串口读写过程中的所有数据流。☆ 自动侦测当前系统中所有可用的串口数,支持USB扩展出的虚拟串口(可到COM256)。☆ 支持ASCII码和十六进制数据格式的发送和接收。☆ 可以自由选择侦测的串口,接收数据区的容量可以无限大。☆ 发送、接收数据区的大小可以随意拉伸调节。☆ 对发送、接收数据区加入鼠标右键菜单的支持。☆ 扩大串口波特率的支持,现最高Baud可到921600。☆ 支持Unicode内码显示
CBC串口COM
- 通过串口控件的串口小程序,发送和接收数据,以及保存数据。-serial control through serial small program to send and receive data, and store data.
USART.rar
- 一个串口通信程序,采用循环队列的方式进行接收和发送,,A serial communication procedure for the way the cycle queue to receive and send
Uart
- LPC2103的串口通讯程序,采用自带库函数编写,实现PC机把指令发给控制器,控制器再把所接收数据返回上位机-LPC2103 serial communication procedure for the preparation of native library functions to achieve PC-to instructions issued to the controller, the controller then receives the data back to PC
vb串口通信简单示例
- vb串口通信简单示例,发送程序,接收程序。-vb rs232 communication program
CommWizard
- 该程序是串口调试助手,能够对串口发送数据以及从串口接收数据。并且能够选择数据格式-Serial debug that the procedure was assistant to the serial port to send data and receive data from the serial port. And can select the data format
async_receiver
- 算法非常不错的RS232异步串口接收程序原代码-Algorithm are very good procedures RS232 asynchronous serial receive the original code
com
- 这个程序是四通道的串口通信代码,点击通信开始时,自动从指定串口接收并显示数据,可实现串口的切换-This procedure is four-channel serial communication code, click on the beginning of communication, automatic from the specified serial port receive and display data, enabling the switch serial
serialportreceive
- 从串口接收数据,后经过计算显示到数字和波形界面上的labview程序,可以进行从0x800000H到0XFFFFFFH数据的十进制小数显示和接收。-From the serial receive data, calculated after the show to digital and waveform labview interface procedures can be carried out to 0XFFFFFFH from 0x800000H decimal decimal data
serial-test2
- 测试串口接收的测试程序,可以通过main函数的参数不同选择不同的串口进行测试,适合多串口同时接收-Test serial port to receive the test program main function of the parameters can be different options to test a different serial port for simultaneous reception of multiple serial
chuankou.tar
- linux下的串口通讯程序 蛮简单的 实现单片机到计算机之间的串口通信 主要是接收数据-linux serial port communication program under the very simple MCU to the computer serial communication between the main receiving data
123
- 基于VISA开发的串口调试程序,可以设置不同的波特率,数据接收和发送。是开发串口通信模块良好的参考版本。-VISA-based development of serial debugger, you can set a different baud rate, data receive and transmit. Serial communication module is the development of good reference version.
Simpleserialdebugger
- 简单的串口调试程序!!!很简单!!1) 具有基本的接收和发送功能 2) 串口通信参数可调 3) 具有数据保存功能。 能够发送简单的数据文件(.xls或.txt格式的数据文件) -Simple serial debugger! ! ! It' s easy! ! 1) have a basic receive and transmit functions 2) serial communication parameters adjustable 3) with data st
chuankoutongxun
- 基于labview串口通讯程序 可简单发送接收-Labview serial communication program can be based on a simple send and receive
Wave_Genert
- 这是一个串口接收数据 模拟生成波形的上位机程序 在下位机生成波形的模拟数据 通过AD转换为数字信号 传输给上位机 上位机显示出波形-This is a serial port to receive data simulation program generated PC wave machine generates the next bit analog waveform data is converted to digital signals by AD transmitted to the
comtest1
- c# 打开本机串口接收发送 程序 以及MODBUS 数据CRC校验 c# 串口设置,发送接收MODBUS数据(C# opens the local serial port, receives the sending program and the MODBUS data CRC check)
E语言串口通讯
- 易语言串口COM通讯源码例程程序结合易语言扩展界面支持库,应用易语言端口组件,通过端口实现单片机的发送接收数据
接收并解析数据-调试成功
- 本程序使用与Arduino R3开发板,程序功能是在串口通讯模式时解析收的数据。(This program uses the Arduino R3 development board, the program function is in the serial communication mode to analyze the data.)
test7
- 此程序实现的功能是串口接收数据校验并回传数据(The function of this program is to receive data check and return data by serial port)
串口工具
- 本程序是个人学习Python的tkinter模块时编写,实现了串口的数据收发,由于是初学者,代码中可能会出现很多错误或不好的编程习惯,请谅解! 实现功能:1.用Python开发,Tkinter构建界面;2.可自动列出所有串口,并自定义参数,选择串口后自动打开;3.实现无延时接收消息;4.可保存接收的数据;7.支持自动适应分辨率;8.支持单独发送和定时发送;9.支持发送新行和HEX发送;10.支持发送文件,并可自定义发送频率;11.支持小窗口显示接收信息,但与主窗口不同时显示 提供源码,可用于