搜索资源列表
fwgComDbg
- 一个VC++编写的串口通信程序,可以通过串口发送和接收数据,并输出日志,也包含串口通讯中参数的设置-a VC prepared by the serial communication program, through the serial port to send and receive data and log exports, also includes serial communication parameters set
Vb串口通讯调试方法
- vb 串口通讯调试方法 现有电子秤一台,使用串口与计算机进行通讯。编写VB程序来访问串口,达到读取电子秤上显示的数据。该电子秤为BE01型仪表,输出为RS-232C标准接口,波特率为300-9600、偶校验、7个数据位、2个停止位。所有字符均发送11位ASCII码,一个起始位。在VB中与串口通讯需要引入控件MSComm串口通讯控件(在Microsoft Comm Control 6.0中)-vb serial communications debugging method existing
zhiyonglou311
- 基于GPRS网络的远程监控系统,具有(至少)4路模拟量输入;(至少)有4路继电器输入/输出;扩展数据存储器;具有看门狗功能;-based on the GPRS network remote monitoring system, it has (at least) four analog input; (at least) four road relay input / output; expansion data memory; with watchdog function;
COMRX
- 串口接收数据可以接受任意格式的串口的输出数据
vb
- 在这里的通信协议采用的是半双工异步串行通信方式,并行输入串行输出采样。其中通过RS232的RTS信号进行收发转换,传输数据采用的是二进制数据。
MSCOMM32
- 串口通信控件,主要用户串口的数据输入输出,modem通信等
i2c总线程序
- 本程序是i2c总线读写一个字节的程序。在写过程序中,不一定非要检测i2c的应答位,可以直接延时过去就行,但是在读过程中必须给应答信号,读完发停止位,一定确认所发的信号都发上了。否则在连续地址读的过程中可能不会出错,但是在随机度过程中就会出错,我的程序就是在给停止信号时没有给上,24cxx一直在输出数据,结果读出错。找着问题后我的程序只加入了一条命令便完全正常。-i2c bus read and write a byte procedures. The written procedure, no
liuVHDL.rar
- 一种基于状态机设计的串并行转换电路,将LTC1196(ADC)的串行输出数据转换成并行数据的转换电路, ADC的时钟由转换电路提供,,Design a state machine based on parallel conversion circuit of the series will be LTC1196 (ADC) output of the serial data into parallel data conversion circuit, ADC clock provided by
SCommTest3.30
- 一个串口通信的实例。使用VC++的MSComm控件,接收由自动小车发回的运行数据并输出结果。-Instance of a serial communication. Use of VC++ MSComm control, automatic car back from the receiver operating data and output results.
myURAT20100712
- 自己写的串口调试软件,特点是能对串口接收到数据进行自动匹配,匹配后可以输出设定的值-Write your own serial debugging software is that it can receive data on the serial port for automatic matching, matching the output after the set value can be
rs232_receiver
- RS232接收程序 无奇偶校验位 并行输出8位数据与data_ready数据准备好信号-RS232 receive procedures without parity 8-bit parallel output data and data ready signal data_ready
Analogmeter
- 模拟电表软件,主要模拟电表数据、遥测数据、参数修改、报文显示、可以模拟2个电表(可以自行修改增加),最终通过RS232转485输出-Analog meter software, the main analog meter data, telemetry data, parameter modification, message displays, you can simulate two meters (which can be modified to increase its own), th
MFC
- 项目的研究内容是对硅微谐振式加速度计的数据采集电路开展研究工作。硅微谐振式加速度计敏感结构输出的是两路差分的频率信号,因此硅微谐振式加速度计数据采集电路完成的主要任务是测出两路频率信号的差值。测量要求是:实现10ms内对中心谐振频率为20kHz、标度因数为100Hz/g、量程为±50g、分辨率为1mg的硅微谐振式加速度计输出的频率信号的测量,等效测量误差为±1mg。电路的控制核心为单片机,具有串行接口以便将测量结果传送给PC机从而分析、保存测量结果。 按研究内容设计了软硬件。软件采用多周期同
liuVHDL
- 一种基于状态机设计的串并行转换电路,将LTC1196(ADC)的串行输出数据转换成并行数据的转换电路, ADC的时钟由转换电路提供,-Design a state machine based on parallel conversion circuit of the series will be LTC1196 (ADC) output of the serial data into parallel data conversion circuit, ADC clock provided by
DUT
- DUT系列数据采集模块将温度传感器(热电阻,热电偶等)的输出信号或电流、电压直接转换成数字量,通过RS-485总线及标准通信协议将数据传送给主机。在模块上由89C51单片机管理模块自动工作,通道转换、ADC启动、采集数据、参比端补偿(热电偶)、引线电阻补偿(热电阻)、数字校零、非线性校正和数据处理等,均由单片机完成,主机仅在需要数据时,发送读取数据命令,模块给出已经线性化了的温度的数字量。通讯协议兼容台湾研华ADAM4000系列和松下PLC的通讯协议,可以与大多数组态软件直接连接,不需要额外的驱
renyixinhaofashengqi
- 任意信号发生器,像下位机发送数据,使其输出到示波器上,产生波形。-Arbitrary signal generator, such as lower computer to send data, so that the output to the oscilloscope to generate waveforms.
UART_T1
- UART:Universal Asynchronous Receiver/Transmitter,通用异步接收/发送装置,UART是一个并行输入成为串行输出的芯片,通常集成在主板上,多数是16550AFN芯片。 串行接口是一种可以将接受来自CPU的并行数据字符转换为连续的串行数据流发送出去,同时可将接受的串行数据流转换为并行的数据字符供给CPU的器件。一般完成这种功能的电路,我们称为串行接口电路。-UART: Universal Asynchronous Receiver/Transmitt
import_output_HelloWorld
- 实现了,串口通信,本实例通过串口输出字符串“Hello Word”,并且实现了从串口读取1字节数据后,再返回串口的功能。-Achieved, serial communication, this instance of the string through the serial output " Hello Word" , and achieved a byte of data read from the serial port, then return to the seria
STM32_UART_printf_scanf
- STM32F103ZE串口测试程序,可以通过超级终端输出和输入数据,此程序完整可用。-STM32F103ZE serial port test program, you can output and input data HyperTerminal, the integrity of the process is available.
SerialComm
- 串口OPC服务:串口输出数据转换为OPC服务数据输出-Serial OPC services: serial output data into the data output OPC service