搜索资源列表
串口调试(delphi源码)
使用说明
本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。其中用到串口控件为ComPort,该控件为开源软件,各大网站均有下载,目前最新版为3.0。
使用平台: WIN9X/NT/2000/XP本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能
接收从串口过来的数据并显示
- 蓝牙接收从串口过来的数据并显示
一个串口包装类及演示程序
- 从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的-read data from the serial po
串口温度数据采集并实时显示
- 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数
MT8870
- 双音频解码器MT8870的驱动,用串口接收数据,可从串口调试器查看接收的数据-dual audio decoder di drives with Serial receive data from the serial debugger view of the data received
ComAssistant串口通信Comport
- 串口调试助手 v1.0 使用说明 本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。 其中用到串口控件为ComPort,该控件为开源软件,各大网站均有下载,目前最新版为3.0。 使用平台: WIN9X/NT/2000/XP 本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目
comm_TongXin
- 可以向串口发送数据,或从指定串口接收数据,数据可以是字符串或十六进制数据-can send data to the serial port, serial port or from the designated receiving data, data can be a string or hexadecimal data
vcom
- 一个2000系统上的虚拟串口驱动程序,目的是解决已有只能从串口接收数据的程序能够接收来自其他端口的数据。-a system of virtual serial port driver, has been designed to address only receive data from the serial port procedures to receive from other ports of data.
ak1
- 一些应用中,经常要用到双串口,但是一般单片机只提供一个串口,其实完全可以用普通I/O口模拟一个串口。以下的程序是我编写的模拟串口程序,程序中使用了单片机的定时器0,和INT0中断。数据的发送和接收由中断程序自动进行。程序已经过AVR仿真器仿真和实际烧片使用,证明可靠。有一点需要说明的是,此模拟的串口为半双工方式。 主程序中,单片机将标准串口设置为115200bps,将模拟串口设置为19200bps。单片机将标准串口收到的数据从模拟
comm_1
- 可以向串口发送数据,或从指定串口接收数据。数据可以是字符串或十六进制数据。-can send data to the serial port, serial port or from the designated receiving data. Data can be a string or hexadecimal data.
MSP430-6-2
- 描述;用于MSP430F149。 异步通讯。 从串口接收数据,分析收到的数据包,然后根据算法进行运算,最后 将结果从串口返回。 数据包的结构见xieyi.h。-descr iption; For the MSP430F149. Asynchronous communications. Receiving data from the serial port, analysis of data packets rec
WaveDispay
- 从串口接收到数据后,实时显示波形或数据。初衷是用来显示msp430 sd16 发送的数据,波特率不能太大。-Received from the serial data, real-time display waveforms or data. Mind is used to show the msp430 sd16 sent data, the baud rate should not too much.
commport_send_recieveCode
- VB写的串口程序,能够完成将编辑框中的输入数据通过串口以16进制方式发送。同时能够从串口接收数据-VB serial write process to complete the edit box to input data through the serial port to send hexadecimal 16. At the same time be able to receive data from the serial por
SerialComm_100a_src
- 用java实现的串口通信源代码。从串口接收数据,发送数据,并存储数据以备分析之需-Realize with java source code of the serial communication. From the serial receive data, send data, and store data for analysis required
s3c2410_UART
- S3c2410的串口编程,根据S3C2410串口的寄存器设置串口波特率为57600,Main函数从串口接收数据后,判断其是否数字或子母,若是则加1后输出 -S3C2410 serial programming, according to S3C2410 serial port serial port baud rate setting register for 57600, Main function after receiving
master485
- 用485实现单片机之间的串行通信。 主机部分发送从机地址,等待从机响应,从机准备好就发数据,发完就接收从机的响应,接受成功就跳出循环,否则重发 系统时钟为11.059MHZ时,设定串口波特率为9600bit/s串口接收中断允许,发送中断禁止,设定定时器中断允许-With between 485 to achieve single-chip serial communication. Host part of the address
serial-nrf9e5
- nrf9e5带超时无线收发:从串口接收数据(靠超时判断而不是字节判断),无线发送后,接收端将数据显示在串口。-nRF9E5 with overtime wireless transceiver: receiving data from the serial port (rather than relying on overtime to determine byte judge), wireless send after the rec
serialportreceive
- 从串口接收数据,后经过计算显示到数字和波形界面上的labview程序,可以进行从0x800000H到0XFFFFFFH数据的十进制小数显示和接收。-From the serial receive data, calculated after the show to digital and waveform labview interface procedures can be carried out to 0XFFFFFFH from
1602
- 该程序从串口接收数据,通过LCD显示数据。在LCD的第一行显示出来, 当数据过多时(超过16个字符),LCD第一行将会被覆盖。 该试验使用的晶振是11.0592,如果使用12M晶振,会出现串口接收 不正常的情况。原因是用12M晶振,波特率9600时的误差率达 8 -The program receives data from the serial port through the LCD displa
串口二
- stm32f407本实验串口2将不停的打印信息到电脑上,同时接收从串口发过来的数据,把发送过来的数据直接送回给电脑。(Stm32f407 this experiment serial port 2 will print the information to a computer, coming from a serial port to send and receive data, the data was sent directly