搜索资源列表
不占用串口资源读取串口
- 不占用串口读取串口,在win98下VxD串口数据捕捉的程序。具体使用可以自已在界面上学习-off Serial serial read in VxD under win98 serial data capture process. Concrete can use in their own learning interface
串口扫描源码
- 包含的功能有打开串口,设置掩码等参数,读取数据并存入文件,写入数据等。
读取串口数据并画实时画出曲线的VC++程序源码
- 读取串口数据并画实时画出曲线的VC++程序源码,以验证,可以使用,Read the serial data and draw pictures of real-time curve of VC++ program source code to verify, you can use
MSComm.rar
- 用MFC编的读取串口数据并画实时曲线的VC++程序源码,MFC vc++
RTComdraw.rar
- 使用串口控件和Graphics类 读取串口数据并画实时曲线的VC++程序, 使用串口控件和Graphics类 读取串口数据并画实时曲线的VC++程序
port
- 读取串口数据并画实时曲线的VC++程序源码,界面友好,可定制。-Read real-time serial data and draw the curve VC++ program source code, user-friendly, customizable.
view
- 读取串口数据并画实时曲线的VC源码,我试过了,修改一些就可以用了-Read the serial data and pictures of the VC-source real-time curve, I tried to amend some can use
grape
- vc6.0 使用NTGraph控件 读取串口数据后画出波形图-vc6.0 use NTGraph read serial data control to draw waveforms
realtimetable-flexgrid-comms
- 读取串口数据并画实时曲线的VC++程序源码 这个是我在realtimetable基础上修改的程序,适合于读取串口数据,并画出实时曲线,还用了flexgrid控件显示数值,串口的设置是“57600,n,8,1”,基于多文档的。 -realtimetable-flexgrid ARM+DSP
serialport
- 串口数据读取源程序,本机调试时需将串口的输入与输入脚短接-Serial data acquisition source, this machine will need to debug serial port input and input pin shorted
VB读串口数据
- VB读取串口数据,可以根据该方法读取串口传过来的数据
串口通信
- 检查所有串口,并读取串口数据和写串口数据。需要串口访问的Jar包,
uart_line
- 这个是我在realtimetable基础上修改的程序,适合于读取串口数据,并画出实时曲线,还用了flexgrid控件显示数值,串口的设置是“57600,n,8,1”,基于多文档的。-This is my realtimetable based on the revised procedures, suitable for reading serial data, and draw real-time curve, also used the numerical displayed FlexGri
productshow1
- 这个用c#编写的展品统计软件,实现了读取串口数据,将数据统计成展品关注度信息并显示,同时附带串口设置的相关界面。-This statistical software with c# is used to statistical the exhibits int the way recieving from a read serial data into display data and show concern about the degree of information, and the
FGA_readdata20090428
- 废气分析仪串口数据读取程序,能实现动态数据读取,数据保存。-Exhaust gas analyzer to read the serial data procedures, to achieve dynamic data read, data retention.
GpsRecv
- 通过调用Win32通信API函数,可以使程序打开一个串口,并对这个串口进行基本配置。GPS数据采集程序主要实现了配置串口,创建串口数据接收线程,使用重叠操作方式读取串口数据及如何处理接收到的数据的基本方法。-Communication by calling the Win32 API function, you can make the program opens a serial port, serial port and the basic configuration. GPS data a
读取串口数据并画实时曲线
- 基于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.)
串口调试助手V2.2
- 可以从电脑上读取串口数据,初学者必备的软件。(You can read serial data from your computer)
读取串口数据并画实时曲线的VC++程序源码
- 通过串口读取数据,将读取回来的数据分析处理,然后通过曲线形式显示出来。(Read data through the serial port, read back data analysis, processing, and then displayed in the form of curves.)
串口通信+DMA接收不定长数据
- 利用DMA接收不定长的数据,原理是利用串口中断中的空闲中断读取DMA中的数据(Using DMA to receive indefinite long data)