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

搜索资源列表

  1. IR_nec_rev

    0下载:
  2. NEC 红外解码程序,将接收到的码在LCD1602上显示出来,且通过串口将码发送到上位机;-NEC IR decoding program, will receive the code displayed on the LCD1602 and yards through the serial port will be sent to the host computer
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-25
    • 文件大小:27528
    • 提供者:aohaijun
  1. vxWorks_UDP_implement

    1下载:
  2. vxWorks下的UDP通信程序,要求Server端广播发送,几个Client端接收数据,同时进行拆包处理。-vxWorks UDP implement
  3. 所属分类:TCP/IP Stack

    • 发布日期:2016-03-06
    • 文件大小:2580
    • 提供者:yht
  1. ourdev_530727

    0下载:
  2. 实现将原始位图数据编码成为JPEG文件,发送到串口。 现在程序还是热呼呼的,因为刚才才从VC程序移植到STM32成功,实现正常压缩。 稍作修改,可以接摄像头,做成jpeg串口摄像头。 硬件只需要:stm32f103ZET6,串口usart1。 图像数据从usart1输出,波特率115200.可以用串口软件接收数据,保存为.jpg后缀名,即可在电脑上打开该图片文件。 我用的串口软件是AccessPort。 编码生成
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:871405
    • 提供者:刘智
  1. RS485DRI

    0下载:
  2. 这是一个MODBUS协议的串口接收和发送程序,其特点在于采用了中断接收方式,边接收边进行MODBUS协议常用功能的检查(如其3、5、6、16号),并根据MODBUS协议,设置了后门,可以方便厂家在维护时的便利-This is a MODBUS protocol serial port receive and transmit procedure is characterized by the use of the interrupt reception mode while receiving
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-02
    • 文件大小:1747
    • 提供者:史伟
  1. uart

    0下载:
  2. 串口编程--接收PC发过来的字符串,回发字符串.发送期间中断控制LED灯闪烁-Serial Programming- PC sent to receive the string, back-fat string. Sent during the interruption of control LED lights flicker
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2392
    • 提供者:safin
  1. COM

    0下载:
  2. 串口编程--接收PC发来的字符串,回发字符串.发送期间中断控制LED灯闪烁-Serial Programming- PC sent to receive the string, back-fat string. Sent during the interruption of control LED lights flicker
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2142
    • 提供者:rzt
  1. first_up

    0下载:
  2. 鹦鹉学舌:单片机与上位机PC的通信程序设计方法: ⑴串口初始化:波特率定为4800 ⑵串口接收数据:串口初始化后处于数据接收状态,当有数据到达串口时,串口将数据接收保存在寄存器中暂存 ⑶串口发送数据:等数据接收完成后,将寄存器中暂存的数据通过串口发送给该数据的来源地。 ⑷实验测试方法:在上位机上通过串口调试助手软件发送一个十六进制数据给单片机,单片机收到数据后立即把这个数据又发回给PC,并在串口调试助手显示。 -Parrot: SCM and PC-PC communicat
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:103437
    • 提供者:flysky
  1. hongwai_jiema

    0下载:
  2. 该小制作所需要的元件很少:单片机TA89C2051一只,RS232接口电平与TTL电平转换心片MAX232CPE 一只,红外接收管一只,晶振11.0592MHz,电解电容10uF4只,10uF一只,电阻1K1个,300欧姆左右1个,瓷片电容30P2个。发光二极管8个。价钱不足20元。 电路原理介绍: 主控制单元是单片机AT89C2051,中断口INT0跟红外接受管U1相连,接收红外信号的脉冲,8个发光二极管作为显示解码输出(也可以用来扩展接其他控制电路),U3是跟电脑串行口RS232
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:34877
    • 提供者:xiaoyu
  1. Exp3

    1下载:
  2. 实现 ARM和计算机之间 串行通讯: ARM监视串行口,将接收到的字符在液晶屏上显示出来。 (计算机向串口发送数据是通 过键盘来实现的)-ARM and the realization of serial communication between computers: ARM monitor serial port, will receive the characters in the LCD screen is displayed. (The computer sending
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-28
    • 文件大小:325411
    • 提供者:
  1. Move

    0下载:
  2. 这是我编写的掌上电脑的串口的接收与发送信息,希望能有用处-This is what I prepared Pocket PC serial port of the receiving and sending information, hoping to be useful
  3. 所属分类:.net

    • 发布日期:2017-04-04
    • 文件大小:23516
    • 提供者:林莎
  1. 51uart

    0下载:
  2. 串口调试程序 1. 发送过程:在发送时必须保证TI=1:即发送缓冲器为空,否则将导致数据发不出去,如果想强制发送可以用:TI=1.具体发送数据:利用printf(“akjdfaklfj”) 函数直接发送即可。 2. 接收过程:在接收时多选用中断方式,这样可以节约CPU的时间,提高效率, -1 serial port debugger. Send process: to be sent to ensure that TI = 1: that is, send buffer is
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:1409
    • 提供者:liangliang
  1. mms

    0下载:
  2. 一个基于串口的手机短信发送/接收程序;Demo很简单,是以异步方式读写串口的;在对话框初始化中修改串口的配置参数正确后,能100 的正常发送/接收短信-Based on the serial port of a cell phone message to send/receive process Demo is very simple, based on asynchronous serial reading and writing at initialization dialog box
  3. 所属分类:SMS

    • 发布日期:2017-04-24
    • 文件大小:169185
    • 提供者:桃子
  1. ex4_SCI

    0下载:
  2. 程序所在目录:ex4_SCI 采用标准DB9 串口直连线将PC 串口和扩展板串口相连。打开PC 上的串口调试软件。默认设置COM1,9600N,8,1。选择按16 进制接收和发送。 然后打开CC2000,进行如下操作: 1.Project->Open ,打开该目录中的工程文件。 2.Project->Rebuild ALL,编译链接 3.File->Load Program 4.Debug->GO Main 5.Debu
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:31925
    • 提供者:To_oo
  1. SerialPortTest

    0下载:
  2. 采用SerialPort串口通讯类实现的多串口通讯程序,可控制串口发送NEMA通信协议数据包,接收NEMA数据包并发送简单通信协议数据包-Serial Communication using SerialPort implementation of many types of serial communication program, can control the serial communications protocol to send packets NEMA, NEMA receivi
  3. 所属分类:Communication

    • 发布日期:2017-05-11
    • 文件大小:2049989
    • 提供者:李焕
  1. tx

    0下载:
  2. 通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。   测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。 //这是一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 //和查询发送,另外我觉得发送没有必要用中断,因为程序的开
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:657
    • 提供者:虾虾
  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. comapp

    0下载:
  2. 是一个简单的串口发送和接收程序,界面很具有vista风格,很好看,大家仔细体会-An easy VC application for com port
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-22
    • 文件大小:6589785
    • 提供者:sarah
  1. mscomm

    0下载:
  2. 通过串口发送和接收数据,可以实现与单片机通讯-Through the serial port to send and receive data, can be achieved with single-chip communication.
  3. 所属分类:Com Port

    • 发布日期:2017-04-13
    • 文件大小:2461
    • 提供者:xlx
  1. target.tar

    0下载:
  2. 同我上次发的host.tar.gz构成一对程序,此程序主要运行在ARM嵌入式的开发板上,主要用于接收主机经串口发送的字符数据。-Issued with my last host.tar.gz constitute a pair of procedures, the main operation of this procedure in the development of embedded ARM board, the main host for the reception of the cha
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:2053
    • 提供者:culbert
  1. CSocket

    0下载:
  2. CSocket类的应用。程序包括一个服务端和一个客户端,服务器程序接收到客户端发送的数据后,将数据从串口发送-CSocket class applications. Procedures, including a service client and a client, the server program to receive data sent by the client will send data from the serial port
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-27
    • 文件大小:9741470
    • 提供者:lanyu
« 1 2 ... 20 21 22 23 24 2526 27 28 29 30 ... 50 »
搜珍网 www.dssz.com