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

搜索资源列表

  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. tckr.rar

    0下载:
  2. 51单片机同步串口接收数据的程序,可与发送程序配合使用。,51 Single-chip synchronous serial receive data process can be used in conjunction with the sending process.
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:2779
    • 提供者:zxc
  1. UART

    2下载:
  2. windows下串口编程,从磁盘读取一特定格式的TXT文件,提取出其中的数据,通过串口发送,并接收返回数据。多进程实现。MFC-a c++ program of uart,the program read a .txt file from the disk and send the information by the UART port,MFC,multi process
  3. 所属分类:串口编程

    • 发布日期:2013-08-02
    • 文件大小:64503
    • 提供者:chen
  1. MSCommV1

    2下载:
  2. 用MFC写的串口通信界面。可以接收串口发送过来的数据,进行实时曲线绘制。-Using MFC to write serial communication interfaces. Send them to receive serial data in real-time curve drawing.
  3. 所属分类:Dialog_Window

    • 发布日期:2015-04-20
    • 文件大小:72736
    • 提供者:zhangm
  1. RS485

    1下载:
  2. 单片机上电后向串口数据0XAA,接收到数据后,然后向串口发送接收到的数据使初学者领略使用中断进行数据通信,传输方式为RS485-Power single-chip serial data to the 0XAA, receive data, and then sent to the serial data received interrupt beginners enjoy the use of data communications, transmission for RS485
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-08-25
    • 文件大小:10854
    • 提供者:wzb
  1. matlab_uart

    1下载:
  2. matlab访问串口的程序,包括:打开、关闭和清除串口对象;读串口、写串口;串口的数据流控制;还包括:怎么用matlab发送手机短信的例程;这是学习matlab访问系统硬件的原理,不可多得的经典例程!-matlab serial port access procedures, including: open, close and clear the serial port object read serial port and write serial port serial data fl
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:91345
    • 提供者:陈永恒
  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. 2010-9-16

    0下载:
  2. stc12c60s2双串口通信程序 第二串口接收数据,cpu处理数据,并由串口1发送数据到控制卡,由控制卡控制led显示- STC double in series communications program 51 siglechip receive and send program.secend uarst receive data from radar.mcu deal with and send data to led control card.finally ,led con
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:70018
    • 提供者:tony liu
  1. DHT11_081206

    0下载:
  2. *** *** *** *** *** **** DHT21使用范例 单片机 : AT89S52或 STC89C52RC 功能 ; 串口发送温湿度数据 波特率 9600 硬件连接: P2.0口为通讯口连接DHT11,DHT11的电源和地连接单片机的电源和地,单片机串口加MAX232连接电脑 公司 ; 广州奥松电子 -********************************** DHT21 usage examples SCM: AT89S52
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:712655
    • 提供者:涂婉萍
  1. msp430f149monichuanku

    0下载:
  2. 这是在TI网站上下的例程,绝对可用, P2.2,p2.3,在示波器上调试,调BitTime可以调节脉冲宽度,就可以调节波特率了,模拟串口发送一个字节需要发10位,起始位+8位有效数据+停止位,二真实串口不用发起始和停止位,因为缓冲区已经将他们加上了-This is a site from top to bottom in TI routines, absolutely available, P2.2, p2.3, in oscilloscope debug, tune BitTime can
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:2358
    • 提供者:shihaimou
  1. chip1

    0下载:
  2. VB遥控播放器红外遥控解码 #include <regX52.h> #define c(x) (x*110592/120000) sbit Ir_Pin=P3^2 sbit beep=P2^1 //sbit RELAY=P2^0 #define INBUF_LEN 4 //数据长度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 } //发送缓冲区 unsigned char inb
  3. 所属分类:SCM

    • 发布日期:2017-05-30
    • 文件大小:12668246
    • 提供者:微微
  1. Comm-tongxin

    0下载:
  2. 可向串口发送命令,实时侦听串口缓存中的数据,加上线程后可实现串口通信的任意功能-Can send commands to the serial port, real-time listening serial data cache, together with the threads can be achieved after the serial communication arbitrary function
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-06
    • 文件大小:28398
    • 提供者:cobra
  1. cvery.comvc

    0下载:
  2. 对串口的操作,用串口进行数据的接收和发送,对串口的监控。
  3. 所属分类:Communication

    • 发布日期:2017-04-24
    • 文件大小:70236
    • 提供者:hhh
  1. chuanbingzhuanhuan

    0下载:
  2. 这个并串转换代码是依靠同步状态机来实现其控制的。其实并串转换在实际的电路中使用还是比较多的,尤其在通信线路方面的复用和分解方面,原理上就是一个串并转换和并串转换的过程。举个简单的例子,计算机串口发送数据的过程,如果满足发送条件了,其实就是一个并串转换的过程了。好了,废话不说,看代码就是。 -And the string conversion of the code is relying on the synchronization state machine to achieve its c
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:1009
    • 提供者:盛忠良
  1. hdl

    0下载:
  2. 图像数据的采集和处理,并通过串口发送到PC界面进行整理。-Image data acquisition and processing, and sent to the PC through the serial interface to collate.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:6527
    • 提供者:魏常伟
  1. MODEM

    0下载:
  2. MODEM控件通过串口发送AT指令来操作MODEM,使两台计算机通过公用电话进行数据发送-MODEM control through the serial port to send AT commands to operate MODEM, so that two computers send data through the public telephone
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:10035
    • 提供者:馨儿
  1. chuankoutongxin

    0下载:
  2. VB实现串口通信,发送命令从而接收相应数据。-VB Serial communications, send a command in order to receive the corresponding data.
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:50792
    • 提供者:jack
  1. 232mscomm

    0下载:
  2. labview使用rs232串口实现数据采集及控制,可接受及发送数据-labview using serial rs232 data acquisition and control, acceptable and send data
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:49643
    • 提供者:wendao
  1. senduard_50m

    0下载:
  2. 串口发送: 使用串口发送程序接收二进制码(9600波特率) ,用拨码开关控制发送二进制的高四位,按板上的第二个按钮,LED灯会相应的亮起,PC 会收到相应的数据-Serial port to send: Use the serial port to send a program to receive a binary code (9600 baud), with DIP switch control to send binary high-4, according to board the
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:194879
    • 提供者:panda
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com