CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 串口接收数据

搜索资源列表

  1. Delphi与RS232串口通信

    0下载:
  2. 指导你如何通过串口发送数据和ASC码,并讲述如何接收-guide you through the serial port and send data ASC yards, and on how to receive
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:703193
    • 提供者:王欣
  1. 一个串口包装类及演示程序

    0下载:
  2. 从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的-read data from the serial port, there are two methods, one
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:49061
    • 提供者:张权
  1. 串口发送接收数据

    0下载:
  2. 串口发送数据接收数据的程序 用于串口调试 对初学者很有帮助
  3. 所属分类:源码下载

  1. CommTest.rar

    2下载:
  2. 基于CSerialPort的串口多线程通信。首先设置好串口参数,然后开启串口监测工作线程,它监测到串口接收到的数据、流控制事件或其他串口时间后,就以消息方式通知主线程,激发消息处理函数来进行数据处理。而发送数据可以直接向串口发送。,CSerialPort based on multi-threaded serial communication. First of all, set up serial port parameters, and then open the serial port m
  3. 所属分类:Com Port

    • 发布日期:2017-04-10
    • 文件大小:1246706
    • 提供者:海涛
  1. COM_IN_INT.rar

    0下载:
  2. 51单片机采用环形队列输入缓冲区,以中断方式接收串口数据,51 MCU using circular queue input buffer to receive data from serial port interrupt
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:628
    • 提供者:cyinfo
  1. 异步通讯数据分析运算

    0下载:
  2. 用于MSP430F149。 异步通讯。 从串口接收数据,分析收到的数据包,然后根据算法进行运算,最后 将结果从串口返回。-For the MSP430F149. Asynchronous communication. Receive data from serial analysis of data packets received, then the algorithm for computing the final
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-30
    • 文件大小:29710
    • 提供者:于连
  1. Uart.rar

    0下载:
  2. UART串口程序,设置波特率和停止位、奇偶校验位等等,使能串口,数据进行发送与接收,再进行显示。,UART serial procedures, set the baud rate and stop bits, parity bit and so on, so that serial port, send and receive data, and then display.
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:142202
    • 提供者:小飞
  1. SeriesPort.rar

    0下载:
  2. 可以实现串口文件的传输,线程函数检测到串口有数据接收,将发送消息,调用消息处理函数接收数据,Serial port can transfer files, function to detect threads serial data receiver will send a message, call message processing function to receive data
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-31
    • 文件大小:245998
    • 提供者:王燕
  1. chuankouTerm.rar

    0下载:
  2. 此代码为VC++串口接收程序源码,可以把串口数据保存为TXT文件。,This code for VC++ serial port to receive the procedure source code, serial data can be saved as a TXT file.
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1965332
    • 提供者:jiafulu
  1. CEGPS

    0下载:
  2. WINCE操作系统下,利用串口接收GPS数据。-WINCE operating system, using the serial port to receive GPS data.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-10
    • 文件大小:1362157
    • 提供者:王学宁
  1. smartcar_monitor

    1下载:
  2. Labview串口通信界面,并且可以保存接收回来的数据,数据格式为.dat,可用Excel打开-Labview serial communication interface, and can save the data to receive back the data format. Dat, can be used to open Excel
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:46196
    • 提供者:heverify
  1. Serialport_Data_Anylize_Tool

    0下载:
  2. 串口数据分析工具,能够按照二进制、十六进制和ASCII字符发送和接收串口的数据。-Serial port analization tool. All data from/to serial port can be received/sent in the form of binary, hex and ASCII.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:200020
    • 提供者:wk
  1. 51MCU-RS232

    0下载:
  2. 这是一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 和查询发送-This is a C51 single-chip serial reception (disruptions) and send routine can be used to test the suspension of 51 single-chip receiver and query sent
  3. 所属分类:Com Port

    • 发布日期:2017-03-24
    • 文件大小:1343
    • 提供者:李建峰
  1. VS2010之MFC串口通信的编写教程

    0下载:
  2. 是一个关于串口通信的详细教程,可以接收从PC端发送过来的数据并且实施显示(It's a detailed tutorial about serial communication. It can receive data sent from PC terminal and display it.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:45833216
    • 提供者:梦醒繁花落
  1. 串口工具源码

    0下载:
  2. 模拟串口工具 可以自选串口参数 实现数据接收和发送。附带源码。(comtest :can send message and receive message ,with resource)
  3. 所属分类:Delphi控件源码

    • 发布日期:2018-05-07
    • 文件大小:217088
    • 提供者:万能过客
  1. stm32F407串口中断方式数据发送和接收

    2下载:
  2. STM32F407串口利用中断方式进行数据发送与接收(STM32F407 USART IT SEND AND RECEIVE)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2018-11-09
    • 文件大小:6309888
    • 提供者:zyc0013
  1. 迪文屏串口通信

    6下载:
  2. 基于STM32单片机与迪文屏串口通信代码,能正常与迪文屏进行数据的发送和接收。(Based on STM32 single chip and Diwen screen serial communication code, can normally send and receive data with Diwen screen.)
  3. 所属分类:串口编程

    • 发布日期:2019-02-28
    • 文件大小:3783680
    • 提供者:亦夏
  1. USART串口接收程序

    1下载:
  2. STM32之USART串口接受数据,适合入门爱好者(STM32 USART Serial Port accepts data, suitable for beginner enthusiasts)
  3. 所属分类:单片机开发

    • 发布日期:2020-11-26
    • 文件大小:3286016
    • 提供者:小鹏友
  1. 串口画图

    2下载:
  2. matlab编写的上位机界面,可实现串口数据接收显示,转化为图形(The upper computer interface compiled by Matlab can realize data receiving and displaying of serial port and convert it into graphics.)
  3. 所属分类:matlab例程

    • 发布日期:2020-10-14
    • 文件大小:17408
    • 提供者:123deng123
  1. 串口接收程序

    1下载:
  2. 异步串口接收程序,主要功能是将异步串口转换成8位并口数据,数据格式为8位数据、1个停止位、1个停止位、无校验位,可以自行设置波特率。
  3. 所属分类:VHDL编程

« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com