-
实现函数发生器产生的波形能够在电脑显示器上显示。函数发生器通过GPIB卡与电脑连接并传输数据,电脑上通过LABVIEW软件环境完成与GPIB卡的数据通信。在LA...
实现函数发生器产生的波形能够在电脑显示器上显示。函数发生器通过GPIB卡与电脑连接并传输数据,电脑上通过LABVIEW软件环境完成与GPIB卡的数据通信。在LABVIEW环境下完成了对虚拟仪器前面板以及后台程序框图的设计与编程。在LABVIEW开发环境下,实现对GPIB控制时,采用VISA模块驱动的方法进行编程。设计结果在LABVIEW环境下的虚拟示波器能够实现示波器的功能,能够显示函数发生器所产生的任意波形。- achieve the waveform can be displayed on the screen of the computer which send out by the function generator. The function generator connect to computer through a GPIB card and transfer data. Labview can be communicated with GPIB card and save data on computer. The virtual instrument front panel design and background process diagram programming can achieved under Labview software environment. The realization of GPIB control, using VISA module-driven approach to program in Labview. The result of the design is that the virtual oscilloscope is able to complete the Real oscilloscope function in Labview.
- 2022-07-12 01:20:57下载
- 积分:1
-
一个好用的I2C接口master的verilog程序。
一个好用的I2C接口master的verilog程序。 -A master-to-use interface for Verilog I2C procedures.
- 2022-11-17 20:05:03下载
- 积分:1
-
RK4000通讯协议.
RK4000通讯协议.-RK4000 communication protocol.
- 2022-04-10 23:53:31下载
- 积分:1
-
主要是测试msp430x44x的读写,看能不能顺利读写!
主要是测试msp430x44x的读写,看能不能顺利读写!-mainly msp430x44x literacy test, whether we can successfully read and write!
- 2022-03-17 17:11:18下载
- 积分:1
-
一个基于串口通信编程实现的智能安全防盗系统,自己在做导师项目的时候参照着编的,后来自己经济紧张的时候拿到网上卖,竟然有人要的.呵呵,欢迎大家下载哦!...
一个基于串口通信编程实现的智能安全防盗系统,自己在做导师项目的时候参照着编的,后来自己经济紧张的时候拿到网上卖,竟然有人要的.呵呵,欢迎大家下载哦!-based on a serial communication program of intelligent security systems, instructors do their projects in the light of a series later, the economic times get tense online sales, because someone wants. Oh, welcoming everyone to download!
- 2022-05-27 17:11:09下载
- 积分:1
-
传说是视频压缩芯片的牛肉方案,但出了我的程序,送上了T
传说中很牛的视频压缩处理芯片方案,不过是我的淘汰方案,送给大家供参考-Legend is the video compression chip beef program, but out of my program, send them to Members for information
- 2023-08-05 00:45:03下载
- 积分:1
-
Visual Basic Serial communication, the code is automatically read simple procedu...
Visual Basic中实现串口通讯,该代码是自动读取简单程序。-Visual Basic Serial communication, the code is automatically read simple procedures.
- 2022-11-23 07:55:04下载
- 积分:1
-
从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的...
从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收到一个消息后,一段时间没收到下一个EV_RXCHAR,就认为是一个数据包的结束。这个线程就会通知数据接收线程,进行数据接收。一般同一包数据,两个字符之间的时间间隔,应该很小了吧,而两个数据包之间的间隔,应该不会太小吧!(这个地方我不清楚,猜的:( :) )最后一个线程,是接收数据的。-read data from the serial port, there are two methods, one, each receiving a EV_RXCHAR, on the ReadFile read, I think this vote. 2, received a EV_RXCHAR after a certain volume of data, such as CPU cycles (GetTickCount), and the one-time reader, the data buffer. To do so, under normal circumstances there is no problem, but if many of the data, and after a "certain amount of data the CPU cycles," also confiscated End Data how do? Few will read the data. I used three lines to complete serial data reception, the first method is a variant : an interception EV_RXCHAR, one pair of EV_RXCHAR analys
- 2023-03-23 09:55:03下载
- 积分:1
-
VC++中实现多串口通信编程的类及样例程序,来源于<VC_TurboC串口通信编程实践>...
VC++中实现多串口通信编程的类及样例程序,来源于-VC multi-serial communication programming category and sample program, and from the lt; VC_TurboC serial communication programming practice gt;
- 2023-01-28 15:15:03下载
- 积分:1
-
基于51的串口通信程序!!希望大家有用!
基于51的串口通信程序!!希望大家有用!-51 Based on the serial communication program! ! I hope everyone useful!
- 2022-12-06 22:15:02下载
- 积分:1