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

搜索资源列表

  1. mscommcon

    0下载:
  2. 通过串口发送和接收数据,界面简单漂亮.很容易的一个程序-through the serial port to send and receive data, interface pretty simple. A very easy process
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:448083
    • 提供者:吴秋
  1. dosCOM

    0下载:
  2. c语言编写的tc下串口通讯原程序,其中包括串口的设置,串口接收数据,串口发送数据!-c tc language of the original Serial communications procedures, including serial configuration, serial data receiver, Serial sent the data!
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1289
    • 提供者:sunny
  1. moder

    0下载:
  2. moder 51汇编程序框架 D4为串口发送中断指示灯; D5为外部中断1指示灯; D6为外部中断0指示灯; D7为串口接收中断指示灯; D8为定时器指示灯;-moder 51 D4 Series procedural framework for the serial interrupt this light; D5 for external interrupt a lamp; D6 for external interrupt 0 lamp; D7 for the se
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:9882
    • 提供者:liping
  1. cat24wc02

    0下载:
  2. 这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据,并将接收到的数据显示到LED数码显示器上。然后将接收到的数据写入Cat24Wc02中,再在同一位置将数据读出,并将读出的数据通过串口发送回来。通讯协议参考rtos随想曲和test.ini。 -This is the Small RTOS 51 DP-51 download simulation NG use CAT24WC 02 Driver for e
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:12113
    • 提供者:hunuseu
  1. C51test

    0下载:
  2. 单片机C51串口中断接收和发送测试例程可以用来测试51单片机的中断接收 //和查询发送,另外我觉得发送没有必要用中断,因为程序的开销是一样的 -80C51 Serial interrupted receive and send test routines can be used to test 51 MCU interrupt reception / / Send inquiries and, I also think that this is not necessary for d
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:7446
    • 提供者:yanyan
  1. testcomx

    0下载:
  2. 这是单机测试串口发送和接收数据的程序,很简单啊!完成基本的串口工作-This is the single test of transmitting and receiving serial data procedure is very simple ah! Completed the basic work of the serial
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:26965
    • 提供者:李冰
  1. uart2211

    0下载:
  2. kiell下的一个51 UART 程序,通过串口可以接收来自电脑的字符并以数字形式显示,也可以发送字符 -kiell of a UART 51 procedures Serial passed from the computer can receive and the characters in digital form, can send characters
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1739
    • 提供者:yxw
  1. GPSSerialRevSoft

    0下载:
  2. GPS数据采集程序大致可分4个模块:串行通信、数据库处理、控制和显示模块。串口通信技术使用了自己编写的CSerialPortEx类;接收串口数据时使用隐式调用,CserialPortEx在串口数据到达时讲数据发送到程序主窗口。控制模板每隔一段时间察看一次主创口串口数据接收缓冲区,并对符合要求的数据进行处理后通过数据库处理模块存储导数据库中,同时请求显示模块跟新纪录,语言环境:Visual C++6.0。 -GPS data collection procedures can be large
  3. 所属分类:GPS编程

    • 发布日期:2008-10-13
    • 文件大小:124671
    • 提供者:大海
  1. cat24wc02LED

    0下载:
  2. 这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据,并将接收到的数据显示到LED数码显示器上。然后将接收到的数据写入Cat24Wc02中,再在同一位置将数据读出,并将读出的数据通过串口发送回来。通讯协议参考rtos随想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"T
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:12069
    • 提供者:李强
  1. UCOSII2.83_S3C44B0_LIYUTAI

    0下载:
  2. 该UCOSII_2.83移植为基于立宇泰S3C44B0X的专业板,外部晶振为8MHZ,内部频率为MCLK=64MHZ,串口波特率为115200,串口0。四个Exint4,Exint5,Exint6,Exint7,外部中断每按一次累加一次并把数据发送上来(直接在超级终端中使用),同时开了串口0接收中断:串口0把接收到的数据仍旧发送上来,同时四个任务发送Task0,Task1,Task2,Task3 外部中断和串口接收中断采用我们一般使用的模式,只是在进外部中断和串口接收中断时关总中断,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:410211
    • 提供者:道德法
  1. C51_Serial

    1下载:
  2. 单片机C51串口中断接收和发送测试例程,一个小的测试程序-80C51 Serial interrupted receive and send test routines, a small test procedures
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1421
    • 提供者:徐小华
  1. ak1

    0下载:
  2. 一些应用中,经常要用到双串口,但是一般单片机只提供一个串口,其实完全可以用普通I/O口模拟一个串口。以下的程序是我编写的模拟串口程序,程序中使用了单片机的定时器0,和INT0中断。数据的发送和接收由中断程序自动进行。程序已经过AVR仿真器仿真和实际烧片使用,证明可靠。有一点需要说明的是,此模拟的串口为半双工方式。 主程序中,单片机将标准串口设置为115200bps,将模拟串口设置为19200bps。单片机将标准串口收到的数据从模拟串口发送出去,将模拟串口接收到的数据从标准串口发送回来。-s
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2007
    • 提供者:张永余
  1. 51MCUrtos

    0下载:
  2. 51上写的一个简单的操作系统, 提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息, 等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等 功能。-51 written in a simple operating system, with the creation tasks, delete tasks, task scheduling, the system delay, missions flown, sending news, waitin
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:209702
    • 提供者:laixuelei
  1. comcool

    0下载:
  2. 串口调试工具,可以实时检测串口发送和接收数据-serial debugging tools, real-time detection can send and receive serial data
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:145984
    • 提供者:沙发
  1. comm_1

    0下载:
  2. 可以向串口发送数据,或从指定串口接收数据。数据可以是字符串或十六进制数据。-can send data to the serial port, serial port or from the designated receiving data. Data can be a string or hexadecimal data.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:146448
    • 提供者:yang
  1. MSComm_useexample

    0下载:
  2. 一个MSComm控件的收发程序,能够同时完成串口发送和接收功能-a MSComm transceiver procedures can be completed at the same time sending and receiving serial port function
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:4670
    • 提供者:刘童岭
  1. AD9851_signal_generator

    0下载:
  2. 用C编写的信号发生器的单片机程序,主要功能是能够接收计算机串口发送的消息,然后根据发送过来的数据来修改信号发生器的输出频率和相位-prepared by the signal generator SCM procedures, Its main function is to receive computer serial transmission of news, According to the data sent over to amend the signal generator outp
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:8906
    • 提供者:肖圣光
  1. vccom

    0下载:
  2. 使用VC++6.0编写的程序,用于实现计算机的串口的接收、发送数据,程序清晰明朗,可以方便地移植到其他的大程序中。-use VC 6.0 prepared by the procedures used to achieve the computer's serial port to receive, send data, procedures are clear uncertainty can be easily transplanted to other major procedure
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:33744
    • 提供者:王坚
  1. xmodem

    0下载:
  2. xmodem协议接收程序,和平台无关,只要加上串口发送函数即可使用。(内有详细说明)
  3. 所属分类:串口编程

    • 发布日期:2014-01-16
    • 文件大小:8921
    • 提供者:zhangbingbo
  1. OS51

    0下载:
  2. 51上的一个简单的操作系统,提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息,等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等功能。用Keil仿真
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:88690
    • 提供者:刘文
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 50 »
搜珍网 www.dssz.com