CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - 串口接收数据

搜索资源列表

  1. 3comt1com090401

    0下载:
  2. 3个串口接收,一个串口发送数据, GPS卫星定位数据-3 serial receiver, a serial port to send data, GPS satellite positioning data
  3. 所属分类:Com Port

    • 发布日期:2017-04-29
    • 文件大小:296802
    • 提供者:张铭洋
  1. WirelessUart

    0下载:
  2. 现有两个飞思卡尔的SARD板子,一个板子为发送板,另一个为接收板。发送方通过串口将数据发送到板子上,然后发送板将数据通过射频芯片发送出去,结构板接受到数据后通过串口在电脑上显示出来。-Two of the existing Freescale SARD board, a board for the board to send the other to receive board. Send data through serial port is sent to the board, the bo
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:357634
    • 提供者:马闯
  1. rfid_vc

    0下载:
  2. /Initial COM m_ctrlComm.SetCommPort(1) //选择com1 m_ctrlComm.SetSettings("9600,n,8,1") //通信参数设置 波特率9600,无校验,8个数据位,1个停止位 m_ctrlComm.SetInBufferSize(1024) //指定接收缓冲区大小 m_ctrlComm.SetRThreshold(1) //参数1表示每当串口接收缓冲区中有多于或等于1个字符时将引发一个接收数据的OnComm事件
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:1108
    • 提供者:leesun
  1. WJGPS

    0下载:
  2. 基于GPS的串口接收程序,和以太网服务器 以及客户端 来接收gps并发送gps数据 供客户端使用 -GPS-receiver program, and Ethernet server and the client to receive and send gps gps data for client use
  3. 所属分类:GPS develop

    • 发布日期:2017-05-26
    • 文件大小:9305480
    • 提供者:wangjie
  1. UART

    1下载:
  2. 程序名称:UART.ASM 功能描述:波特率设置为9600bit/s,采取接收为中断方式 ,发送 为查询方式。实现把从串口接收到的一字节数据,发送 给串口 把采用方式1串行接收来的数据,存储到数据存 储器30H单元中。-Program Name: UART.ASM Features: baud rate is set to 9600bit/s, to receiving the interrupt, sends for the query. Received from
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:929
    • 提供者:zhengtiyu
  1. GPS

    0下载:
  2. vc++代码,测试过,表示感谢. 可以读取串口GPS数据显示地理位置,需要有外置的串口的GPS接收机连接电脑,在demo主窗口界面可以输出GPS接收的地理位置,经度纬度,时间等信息. 提供给大家深入研究,包含NMEA0183.LIB的源代码,以及SerialCom串口源代码-vc++ code, tested, thanks. can read the serial port GPS location data, the need for an external GPS receiver con
  3. 所属分类:GPS develop

    • 发布日期:2017-03-30
    • 文件大小:384255
    • 提供者:何伟光
  1. GPSDemo

    0下载:
  2. 通过串口接收GPS数据,解析接收到的GPS信息中GPRMC数据,从中提取出经度和纬度信息。-Through the serial port to receive GPS data, analytical information received GPS GPRMC data to extract the longitude and latitude information.
  3. 所属分类:GPS develop

    • 发布日期:2017-03-31
    • 文件大小:64006
    • 提供者:qiuyushan
  1. serial

    0下载:
  2. 实现串口的数据接收和发送,24MHz,9600波特率-receive and transmit data with serial port
  3. 所属分类:串口编程

    • 发布日期:2017-03-28
    • 文件大小:10278
    • 提供者:Fisher
  1. ITxiazai_VB6CHS

    0下载:
  2. [串口温度数据采集并实时显示.rar] 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,
  3. 所属分类:Com Port

    • 发布日期:2017-04-17
    • 文件大小:17434
    • 提供者:
  1. GPSDATATRANSMISSION

    0下载:
  2. 对GPS数据经串口接收后传送到单片机当中,单片机来进行处理,提取相应的GPS数据,然后显示到液晶上-GPS data changle
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:1445
    • 提供者:赵潇锋
  1. GPSLCD

    0下载:
  2. GPS的信息液晶显示,单片机通过串口接收GPS数据,处理,在液晶显示器上显示出结果-GPS infomation show on the lcd .by com
  3. 所属分类:GPS develop

    • 发布日期:2017-04-04
    • 文件大小:54598
    • 提供者:chenkui
  1. Capchange

    0下载:
  2. 程序说明:本程序是将串口接收到的数据进行大小写字母的转换然后回送给PC 硬件连接:使用实验箱任何一部分电路均可。-Program Descr iption: This program is the serial data received Conversion uppercase and lowercase letters and then back to the PC hardware connections: Use any part of the circuit can be test
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:1273
    • 提供者:leo
  1. Counter

    0下载:
  2. 程序说明:本程序是将串口接收到的数据中的A的个数进行计算,显示结果 硬件连接:使用实验箱BACK 3部分电路。-Program Descr iption: This program is the serial received data to calculate the number of A, showing the results of hardware connection: using part of the circuit experiment box BACK 3.
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:1840
    • 提供者:leo
  1. 4420

    0下载:
  2. 4420 的接受和发送程序;利用串口发送数据,接收数据并利用串口显示 -4420 to receive data and send data
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:253059
    • 提供者:shiyuting
  1. SerialPort

    0下载:
  2. 用API编写的串口类,线程函数检测到串口有数据接收,将发送消息,调用消息处理函数接收数据-function used API, function to detect threads serial data receiver will send a message, call message processing function to receive data
  3. 所属分类:Com Port

    • 发布日期:2017-04-15
    • 文件大小:5983
    • 提供者:陈虎
  1. temperature--display

    0下载:
  2. 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据
  3. 所属分类:Com Port

    • 发布日期:2017-05-15
    • 文件大小:3856174
    • 提供者:孙启瑞
  1. uart

    1下载:
  2. MSP430串口程序,串口接收与发送均用中断处理。当MSP430串口中断接收到PC机的指令后通过中断发送将数据发送出去-MSP430 serial program, serial port receive and send all use interrupt handling. When the MSP430 serial receive interrupt instruction PC, adopted after the break to send the data sent.
  3. 所属分类:串口编程

    • 发布日期:2013-05-10
    • 文件大小:1487
    • 提供者:liwendi
  1. AccessPort

    0下载:
  2. 串口工具,通过串口进行数据传输,提供16进制的发送与接收-Serial tools, data transmission via the serial port, providing send and receive hexadecimal
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:388407
    • 提供者:朱军
  1. SCommTest1

    0下载:
  2. VC++6.0 利用串口发送数据和接收数据并显示接收到得数据-VC++6.0 using the serial port to send data and receive data and display the data received was
  3. 所属分类:Com Port

    • 发布日期:2017-05-13
    • 文件大小:3481923
    • 提供者:孙峰
  1. myCommPort

    0下载:
  2. C#写的一个串口通信工具。用户选在串口后,在上面的文本框中输入要发送的数据,然后按“发送”。串口接收到数据后,点下面的按钮,能够将串口接受到的数据在下面的文本框中显示出来。-C# to write a serial communication tools. After the user selects the serial port, in the above text box, enter the data to send, then press " send." Seria
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:57084
    • 提供者:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 21 »
搜珍网 www.dssz.com