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

搜索资源列表

  1. port_test

    0下载:
  2. 可以利用串口接收数据,并可利用示波器画出动态图。接收数据格式为有效位为四位,精度为三的有符号浮点数转成的字符串。-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
  3. 所属分类:Com Port

    • 发布日期:2017-05-16
    • 文件大小:4315958
    • 提供者:liruihua
  1. DAC_demo

    1下载:
  2. 利用MSP430的通用IO模拟串口发送与接收数据。-Universal IO simulation using the MSP430 serial port to send and receive data.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:819
    • 提供者:example_1
  1. labview_successed

    0下载:
  2. 使用labview做的串口程序。可以通过串口接收数据并以波形显示,并具有数据存储功能和数据回放功能。-Do labview serial procedures. Receive data through the serial port and to the waveform display, and data storage capabilities and data playback function.
  3. 所属分类:LabView编程

    • 发布日期:2017-03-30
    • 文件大小:31920
    • 提供者:hope
  1. m8_pwm

    0下载:
  2. 利用串口接收数据控制多个舵机,同时拥有a占空比的的舵机数,并保存舵机号-Serial receive data control more than one steering gear has a duty cycle of the steering gear number, and save Servo
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:5425
    • 提供者:曲少军
  1. mycom@@

    0下载:
  2. 这是一个基于arm的qt4.7串口接收数据的程序,经过测试成功。-This is a based the arm of qt4.7 serial port to receive data program, successfully tested.
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:14929
    • 提供者:哈吉
  1. serial-test

    0下载:
  2. 1.用QT开发的串口程序。 2.从串口接收数据并应答,所有收发的数据在界面均有显示。 3.以qextserialport库为基础。 4.先编译qextserialport, 再编译测试程序。-1.A serialport testing program implemented in QT. 2.Communicate with serialport, both received and sent data will be displayed on UI. 3.Based on
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:1142234
    • 提供者:Eric Wang
  1. Serial-real-time-display

    0下载:
  2. VC6.0下的串口温度数据采集并实时显示界面,可以实时绘制波形,查看历史数据,保存串口接收数据。-VC6.0 under serial temperature data acquisition and real-time display interface, real-time can draw the waveform view historical data, save the serial port to receive data.
  3. 所属分类:Communication

    • 发布日期:2017-11-07
    • 文件大小:782926
    • 提供者:程亮
  1. sin_wave

    0下载:
  2. 产生正弦波的程序,可用于测试利用串口接收数据然后实时绘图的上位机-Program generates a sine wave, can be used to test the host computer using the serial port to receive data and real-time graphics
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:148450
    • 提供者:qy
  1. tongxunbiansechengxu

    0下载:
  2. 全彩灯具通讯解码程序 本程序可以通过串口接收数据变色,可以调节波特率和地址等等数据-Full-color lamps communications the decoding procedures this program discoloration can receive data through the serial port, you can adjust the baud rate and address data
  3. 所属分类:assembly language

    • 发布日期:2017-12-03
    • 文件大小:12793
    • 提供者:郭雷
  1. UART-DISPLAY

    0下载:
  2. lcd 显示,Verilog语言,串口接收数据,并在LCD中显示,波特率9600,包括主文件,LCD控制文件,波特率发生文件-lcd display Verilog language, serial port to receive data, and the LCD display, baud rate of 9600, including the master file, the LCD control file, the baud rate generator file
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:533297
    • 提供者:jsquare
  1. DSPDemo

    0下载:
  2. 简易示波器,VS2008,C++编写,使用串口接收数据并将接受到的数据显示出来完成简单的示波器的功能。-Simple oscilloscope, VS2008, C++ written to use the serial port to receive data and receive data displayed complete simple oscilloscope.
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-01
    • 文件大小:20292110
    • 提供者:ansle
  1. car_manager12

    0下载:
  2. 实现SQL数据库连接,利用串口接收数据,进行处理!!做了藏文物联网-SQL database connection using the serial port to receive data processing! !
  3. 所属分类:SQL Server

    • 发布日期:2017-11-26
    • 文件大小:982718
    • 提供者:蒋林
  1. 9.17

    0下载:
  2. 1.串口中断允许自动接收总线上的信息,当接收的字节后超过3.5个字节时间没有新的字节认为本次接收完成,接收完成标志置1 如果接收完成标志已经置1又有数据进来则丢弃新来的数据。 2.串口接收数据的处理, 当接收完成标志置1进入接收数据处理, (1)首先判断接收的第一位数据与本机地址是否相同,如果不相同清空接收缓存不发送任何信息 (2)接收的第一位数据与本机地址相同,则对接收缓存中的数据进行crc16校验,如果接收的校验位与本校验结果不相同清空接收缓存不发送任何信息;(3)如果crc16校验正
  3. 所属分类:SCM

    • 发布日期:2017-12-03
    • 文件大小:11261
    • 提供者:徐林
  1. socket

    0下载:
  2. 使用套接字和串口混合编程,将串口接收数据,使用套接字发送-Use socket and serial port programming, serial port receives the data, use the socket to send
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-08
    • 文件大小:1478521
    • 提供者:高阳酒徒
  1. CC1110-UART

    0下载:
  2. cc1110单片机串口接收数据和发送数据程序-cc1110 microcontroller serial port to receive data and send data program
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-09
    • 文件大小:18376
    • 提供者:sengine
  1. chuankoujieshou

    0下载:
  2. 串口接收数据调试程序,上位机与下位机之间传输数据-Serial port to receive data debugger, the PC and the next crew to transfer data between
  3. 所属分类:SCM

    • 发布日期:2017-11-17
    • 文件大小:1069
    • 提供者:瑞瑞
  1. SndPulse_

    0下载:
  2. 打开关闭串口,设置串口,显示串口接收数据,保存数据-Opening and closing the serial port, serial port settings, display the serial receive data, save data
  3. 所属分类:Com Port

    • 发布日期:2017-12-06
    • 文件大小:3752960
    • 提供者:miaoyuan
  1. uart3_int

    1下载:
  2. STM8L151 uart收发简单程序,通过串口接收数据并发送出来-STM8L151 uart transceiver simple program
  3. 所属分类:SCM

    • 发布日期:2017-11-06
    • 文件大小:159870
    • 提供者:lee
  1. SerialToNet

    1下载:
  2. 串口接收数据,转到网口,通过网络多播协议发送出去,适合通讯和通信的初学者。-Serial receive data, go to the network, through the network to send out multicast protocol for communications and communications beginners.
  3. 所属分类:Communication

    • 发布日期:2017-05-18
    • 文件大小:4889596
    • 提供者:birthsoft
  1. chuankoujieshou

    0下载:
  2. 该程序从串口接收数据,通过LCD显示数据。在LCD的第一行显示出来, 当数据过多时(超过16个字符),LCD第一行将会被覆盖。 该试验使用的晶振是11.0592,如果使用12M晶振,会出现串口接收 不正常的情况。原因是用12M晶振,波特率9600时的误差率达 8 。-The program receives data from the serial port, through the LCD display data. The first line of th
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-05
    • 文件大小:974
    • 提供者:乐天
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com