搜索资源列表
-
1下载:
串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一
-
-
0下载:
基于labview的串口通讯编程,能实现基本的串口通讯。-Labview serial communication based programming to achieve a basic serial communication.
-
-
1下载:
Labview串口通信例子,基本读和写操作,对于初学visa的童鞋,应该很有帮助。-Labview serial communication examples, the basic read and write operations, for beginners visa of children s shoes, it should be helpful.
-
-
1下载:
串口读写操作,在读写基础上增加数据校验和数值读写位位数据显视.-Serial read and write operations, the increase in reading and writing on the basis of data validation and the value read and write bit data display.
-
-
0下载:
qt 5 使用系统自带串口类库,进行串口数据操作。 已经实现串口读写基本功能。-qt 5 use the system comes with serial libraries, for serial data manipulation. Serial read and write basic function has been achieved.
-