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

搜索资源列表

  1. uart

    1下载:
  2. 串口通讯实现发送的程序 MSP430单片机C语言 AIR-Serial Communication MSP430 realization procedures sent Singlechip C language AIR
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:2490
    • 提供者:爱已欠费
  1. chuankouchengxu

    0下载:
  2. dsp2407串口发送接受程序,绝对好用-Serial Send dsp2407 accepted procedures, the absolute ease of use
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:89139
    • 提供者:panbo
  1. RX_TX

    0下载:
  2. 51单片机的串口通信程序 对于11.0592M时钟,约延时1ms.串口发送.-51 Single-chip serial communication program for 11.0592M clock delay of about 1ms. Serial send.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:1431
    • 提供者:rzt
  1. new_sd

    0下载:
  2. mega128的串口发送文件.可以发送0X55上位机使用串口调试工具就可以接收了.-mega128 serial send the file. can send 0x55 PC serial port using the debugging tools can be received.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:192000
    • 提供者:张文
  1. JavaCOM

    0下载:
  2. JAVA实现串口通讯,可以截获各串口发送的数据和对串口发送数据。-JAVA Serial communications can be intercepted by the serial port to send data and send data to the serial port.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:88509
    • 提供者:陈杰
  1. ps2

    0下载:
  2. 这是一个用c编的程序,程序用于52单片机驱动电脑键盘, 是ps/2接口,用串口发送按键值,可用串口调试助手调试,本程序已经调试通过,用的kell编译的。-This is a use of c-series procedures, procedures for the 52 single-chip-driven computer keyboard is ps/2 interface, use the serial send button values, available serial port
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:14596
    • 提供者:wangjunbin
  1. zzx

    0下载:
  2. 这个并串转换代码是依靠同步状态机来实现其控制的。其实并串转换在实际的电路中使用还是比较多的,尤其在通信线路方面的复用和分解方面,原理上就是一个串并转换和并串转换的过程。举个简单的例子,计算机串口发送数据的过程,如果满足发送条件了,其实就是一个并串转换的过程了。好了,废话不说,看代码就是。 写完一看,一个并串转换居然搞了这么大,有点失败。但是整个代码已经通过了后仿真,而且思路还是比较清楚的,可靠性和稳定性方面也应该没有问题滴,呵呵。不过说老实话,里面有些信号是确实可以去掉的,不过后来就懒
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:7011
    • 提供者:zzx
  1. Dog

    0下载:
  2. 这是一个通过PC机发指令到串口,单片机接收后通过发射模块,发送到玩具上,玩具解析,得得相应动作,通过调试成功,可以直接使用-This is a PC-issued instructions through the serial port, single-chip receiver module through the launch, sent to the toys, toys resolution, a corresponding action, through the debugging s
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:2074
    • 提供者:xiaolong
  1. UART

    0下载:
  2. 在8位单片机实现软件模拟串口发送,在实际产品调试中非常实用,可以支持所有单片机,源码为C格式-In the 8-bit MCU simulation software serial send, in the actual product debugging very practical, can support all single-chip, for the C-source format
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:6395
    • 提供者:FREEXP
  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. READCOM2

    1下载:
  2. 串口发送、接收数据,显示数据、画图功能 可以选择16进制或ascii数据发送-Serial port to send, receive data, display data, drawing function can choose 16 hexadecimal or ascii data sent
  3. 所属分类:Communication

    • 发布日期:2015-05-05
    • 文件大小:41502
    • 提供者:吴敏
  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. send-reveive

    0下载:
  2. AT89S52单片机串口发送接收程序,已通过调试,可作为参考。-Single-chip AT89S52 serial send receive process, has passed through debugging, may be used as reference.
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:60513
    • 提供者:vison
  1. mutibyte_scom

    0下载:
  2. PIC单片机16f628A串口发送接收程序.汇编语言编写-PIC single-chip serial port to send procedures. Compiled languages
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:2830
    • 提供者:刘静微
  1. Flash_ROM_lab

    1下载:
  2. 用SmartGen生成一个256*8的大小同步FIFO,并通过串口发送数据初始化FIFO。然后,再通过串口返回到上位机的串口调试程序显示,确认数据是否正确。-SmartGen generated with a size of 256* 8 Synchronous FIFO, and sending data through the serial port to initialize FIFO. And then back through the serial port to the PC ser
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-02-15
    • 文件大小:3226
    • 提供者:劳杰勇
  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. BT1800-1_bluetooth_module

    0下载:
  2. 超远距离蓝牙模块,模块在空旷场所通信距离达到1800米,广泛得被国防科大、武汉大学等众多科研项目配套使用。 模块可以是用在USB蓝牙,也可以用在串口数据无线传输。其串口模块成对使用,对于外界开发来说,其相当于一根蓝牙串口线。您无需考虑繁琐的蓝牙协议,您只需要简单的配置波特率、主从模式,就可以为您的系统增加一个强大的蓝牙功能,您只需要用您的单片机通过串口发送数据就能实现蓝牙通信。蓝牙模块 远距离蓝牙 工业蓝牙 医疗蓝牙 串口蓝牙 USB蓝牙 性能稳定 性价比高 心电 煤矿 深圳蓝色飞舞科
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-26
    • 文件大小:254646
    • 提供者:肖武
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com