搜索资源列表
串口收发监视软件
- 该软件可以监视并口和串口的整个活动过程,包括打开、关闭通讯口,访问过程,收发数据等,是抓取分析串口数据的有利工具。
vb编写的串口数据通讯源码
- vb编写的串口数据通讯源码,我从这里开始学习单片机的
监视串口来的数据
- 监视串口来的数据-Serial surveillance data
串口通信最终测试机
- 功能: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,
一个串口包装类及演示程序
- 从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的-read data from the serial po
串口温度数据采集并实时显示
- 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数
串口调试
- 用CMSComm控件实现串口数据收发,是一个很好用的串口调试工具-CMSComm control with Serial data transceiver is a very good use of Serial debugging tools
PC机串口(COM)实验器程序
- 用来模拟PC机的串口,实现各种串口数据读写的功能!-used to simulate the PC serial port, serial data of various functional literacy!
串口数据格式转换程序打包下载
- 串口数据格式转换程序打包下载用LABVIEW做的-serial data format conversion package downloaded using LABVIEW do!
TcpComm-tcp转串口
- 串口数据转通过TCP协议转发到服务端,服务端的数据通过tcp转发到串口-serial data transfer through TCP transmitted to the server, the server through the data transmitted to the serial tcp
VB串口编程的几个问题
- VB串口编程的几个问题 串口数据接收方式 如何处理不定长数据的接收 用字符方式收发码值大于127的字符数据 串口通讯问答2-VB Serial Programming Problems serial data reception mode uncertain how long data reception mode with characters TX yards values greater than 127 char
不占用串口资源读取串口
- 不占用串口读取串口,在win98下VxD串口数据捕捉的程序。具体使用可以自已在界面上学习-off Serial serial read in VxD under win98 serial data capture process. Concrete can use in their own learning interface
读取串口数据并画实时曲线
- 基于VC6.0开发,在窗口中创建一个图表,通过串口读取数据并在图表中绘制实时曲线。(Based on VC6.0 development, create a chart in the window, read data through the serial port, and draw the real-time curve in the chart.)
串口数据实时采集显示例程
- 通过调用API函数实时采集来自串口的数据,并将数据实时显示在界面中(function: sample data come from serio port and display information in form)
串口数据传输及插入数据库
- 其为测试程序,由串口调试助手发送数据,嵌入式ARM处理器接收数据并把数据插入SQlite3数据库。(ARM开发板为TQ2440)(For testing procedures, the serial debugging assistant sends data, the embedded ARM processor to receive data and insert data into the SQlite3 database. (A
按键发串口数据
- 按键发串口数据,使用内部晶振24.5M不分频(Button sends serial data)
串口数据实时生成软件-SerialChart
- 串口数据实时生成软件,不能仿真,依然与Arduino相关,适配各种系统(Serial port data real-time generation software, can not be simulated, still related to Arduino, adapt to various systems)
串口数据收发
- 实现RS232串口数据收发,进行上下位机通讯,可以实现上位机对下位机进行控制和下位机数据反馈到上位机进行处理。(Achieve RS232 serial data transceiver, communication between upper and lower computers, can realize upper computer to control lower computer and feedback data from
VB嵌入式串口数据记录波形分析仪
- VB嵌入式串口数据记录波形分析仪,可通过RS232串口记录多达5小时的数据,并以图表曲线方式显示,类似一个示波器。(VB embedded serial data recording waveform analyzer can record up to 5 hours of data through the RS232 serial port, and display it in a graph curve, similar to an
MATLAB串口数据采集
- 基于matlab的串口助手, 实现简单的串口数据收发,用于单片机与上位机通讯(a serial tool designed by matlab)