搜索资源列表
HOOK
- 基于串口通讯(通过USB转串口)的示波器界面,必须确定已经连接正确的端口才能进行数据传输。
简易的示波器程序
- 一款简易的示波器程序,通过232串口输入16进制数据就可以显示相应的波形。是没有示波器开发人员不可多得的实用工具
com1send.rar
- 在Ardence RTX环境下,使用串口定时收发数据,波特率为112500,传输一个字节本身略小于100微秒,定时周期100微秒,即在示波器中可观察到连续不断地传输字节,Ardence RTX in the circumstances, from time to time to send and receive data using the serial port, baud rate to 112,500, transmission of a byte in itself a little l
DataLogger2
- 从串口接收数据进行实时描点,类似示波器。可进行存储。对学习绘制波形图有很好的帮助。-Receive data from serial real-time tracing point, similar to the oscilloscope. Can be stored. Draw waveform of learning has a very good help.
shiboqi
- 实现函数发生器产生的波形能够在电脑显示器上显示。函数发生器通过GPIB卡与电脑连接并传输数据,电脑上通过LABVIEW软件环境完成与GPIB卡的数据通信。在LABVIEW环境下完成了对虚拟仪器前面板以及后台程序框图的设计与编程。在LABVIEW开发环境下,实现对GPIB控制时,采用VISA模块驱动的方法进行编程。设计结果在LABVIEW环境下的虚拟示波器能够实现示波器的功能,能够显示函数发生器所产生的任意波形。- achieve the waveform can be displayed on
analogwave
- 模拟记忆示波器的程序设计。在计算机飞速发展的今天。大量实验数据可通过计算机接受。此程序模拟了示波器的作用-Analog memory oscilloscope programming. The rapid development of the computer today. A large number of experimental data can be received through the computer. This program simulates the role of the
renyixinhaofashengqi
- 任意信号发生器,像下位机发送数据,使其输出到示波器上,产生波形。-Arbitrary signal generator, such as lower computer to send data, so that the output to the oscilloscope to generate waveforms.
DS2009_57600
- 示波器界面。采用串口传递数据。下位机为51单片机。-Osilloscope
Display
- 示波器显示 接受串口数据 波形幅值 周期 大小可以调整-Oscilloscope display to accept serial data
VS2005shiboqi
- 基于visual basic 2005的一个简单的示波器,从串口接收数据并显示-Based on a simple oscilloscope for visual basic 2005, receiving data from the serial port and displays
port_test
- 可以利用串口接收数据,并可利用示波器画出动态图。接收数据格式为有效位为四位,精度为三的有符号浮点数转成的字符串。-Can use the serial port to receive data, and can use the oscilloscope to draw a dynamic map. Receive data format as a valid bit for four precision three signed floating point number converted t
ModbusScope
- modbus 示波器,用于MODBUS数据测试及分析,是工控调试的好帮手-modbus oscilloscope, MODBUS data for testing and analysis, IPC debugging is a good helper
Serial_communication_data
- 串口通讯数据用示波器显示出来读取,起始位,校验位,通讯数据示波器直观显示出来-Serial communication data read by oscilloscope display, start bit, parity, data communications oscilloscope intuitive display
WaveData
- 该程序用于通过USB接口从Rigol示波器读取数据后保存至相应位置。默认读取通道二的数据,可在程序内相应位置修改,以读取其他通道。在Rigol DSO4000系列示波器测试通过。-This program is used to read data saved Rigol oscilloscope via the USB interface to the appropriate location. The default data read channel II can modify the c
Serial_Digital_Scope V2_Cracked
- 虚拟串口示波器,将串口数据画成波形显示,特别适合飞控IMU数据显示(Virtual serial oscilloscope)
Hand-held oscilloscope Android source code
- 手持示波器实现正弦波、方波、三角波的频率、脉宽、电压幅值的测量,通过蓝牙模块实现Android手机远程测量和数据存储。该部分为Android源码(The hand-held oscilloscope is used to measure the frequency, pulse width and voltage amplitude of the sine wave, square wave and triangle wave, and realize the remote measuremen
虚拟示波器
- 串口数据用波形显示出来,串口默认的波特率115200(The serial data is displayed with the waveform, the default baud rate of the serial port is 115200)
教你将Android手机变成蓝牙无线示波器
- 实现蓝牙实时接收数据并以波形的形式显示在手机屏幕上,绘图采用sufaceView(use surfaceview to make buletooth link)