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

搜索资源列表

  1. fashong

    0下载:
  2. 这是个单片机串口发送程序 这个对初学者来说非常有用-This is a microcontroller serial port program that is very useful for beginners
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-05
    • 文件大小:17106
    • 提供者:
  1. FileTransComm

    1下载:
  2. 利用Visual C++ MFC和微软MSComm(Microsoft Communications Control)串口通信控件,借助于串口来传输文件。由于串口的缓冲区限制,需要将文件先分割成多个部分分别打包发送,接收方只有在接收到说有的文件包后才进行解包、校验和拼接,最后提取文件名,提示用户保存。这个资源还包含了一些其它的有用文件和信息…… 对于刚开始利用VC++开发的程序员也是会有较大的帮助,可以下载看看,我相信您会觉得值的-Using Visual C++ MFC and Micro
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:73820
    • 提供者:小小
  1. shuangjitongxin

    0下载:
  2. 这是一个双击通信方针图,里面有串口接收程序,也有串口发送程序,你只需要把程序分别写入两个单片机就可以了-ZHESHI YI GE DANPIANJI SHUANGJI TONGXIN FANGZHEN TU
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:93375
    • 提供者:彭万春
  1. MSP430Serial

    0下载:
  2. MSP430串口发送程序 -MSP430 serial port program
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:2125
    • 提供者:黄旭
  1. rom_uart

    0下载:
  2. 使用verilog HDL编写的rom读取 后串口发送程序 使用的 altera celone器件-Rom prepared using verilog HDL reading program after the serial port device for use altera celone
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:625257
    • 提供者:张明
  1. urat232

    0下载:
  2. 串口程序,FPGA实现,可以实现简单的发送和接收-Serial process, FPGA implementation, you can send and receive simple
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:2819
    • 提供者:宋珂
  1. double232

    0下载:
  2. 实现STC12系列双串口单片机的串口转发。其实现了串口转发后如果另一边设备因为忙而没有收到,可以再继续发送,直到发送收到应答为止。此程序转发次数门限为20次。-Achieve STC12 Series Dual serial microcontroller serial port forwarding. After the realization of the serial port forwarding as if the other side of the device is busy an
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:24286
    • 提供者:wjn_nb
  1. UART_ISR

    0下载:
  2. M16 ICCAVR PROTEUS每天一练】之串口(中断法),2009-09-11 今天发的是依旧是最基础的程序——串口程序,谨供初学者参考和本人备份之用,大侠请绕行。主要实现就是通过超级终端发送一个字符串,单片机接收到之后发回超级终端。其中文件夹中的《ICC_PRJ》是ICCAVR的工程文件和源文件,《PS_PRJ》是PROTEUS的工程文件,《SI_PRJ》是Source Insight的工程文件。 (我的程序大部分都是参考了网友的资料的,由于人数太多,又记不得是那里下载的,所以
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:60604
    • 提供者:申明
  1. RS232communication

    0下载:
  2. 51单片机实现C语言串口通讯,同时实现发送和接受程序。-SCM C language and RS232 send and receive code program
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:18134
    • 提供者:wu yue xian
  1. USART

    0下载:
  2. AVR单片机的串口发送程序,经验证,可以很稳定地传送-AVR microcontroller' s serial port procedures, experience certificate, you can send a very stable
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:879
    • 提供者:林柱
  1. chuankou01

    0下载:
  2. 一个串口发送程序源码,可以通过main函数的参数修改发送串口,适合多个串口测试. -Send a serial program source code, you can modify the main parameters of the function to send the serial port, serial port for multiple testing.
  3. 所属分类:Com Port

    • 发布日期:2017-04-16
    • 文件大小:479667
    • 提供者:召唤
  1. main

    0下载:
  2. 51单片机串口通讯,单键控制,每按一次发送一组数据:仅程序-51 serial communication, one-touch control, each time sending a set of data
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:675
    • 提供者:hiphen
  1. uart

    0下载:
  2. 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。 程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值是0x104,对应的波特率是 --9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通信同步.程序的工作过程是:串口处于
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:814626
    • 提供者:Domo
  1. TcpSrvToComm

    0下载:
  2. TCP服务器端程序与串口结合,自动将客户端发送的数据转发到串口,也自动将从串口收到的数据转发到连接TCP服务器的客户端-TCP server-side program with the serial combination of automatically forwarding the client sends data to the serial port, it automatically forwards the data received from the serial port to
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:63529
    • 提供者:小小
  1. EP2C8_PER_uart_send

    0下载:
  2. EP2C8Q208,串口发送程序,verilog编写的,希望对大家有用-EP2C8Q208, serial transmission procedure, verilog written in the hope that useful
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-24
    • 文件大小:79124
    • 提供者:wangyunlong
  1. 2440uart

    0下载:
  2. 嵌入式开发串口程序,初学者学习的好资料,描述了出口的发送数据。-Serial embedded development process, good information for beginners to learn
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-03
    • 文件大小:655
    • 提供者:guanyazhou
  1. at93c46spi

    0下载:
  2. 基于at93c46的spi的串口发送程序-Based on at93c46 the spi serial sender
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:13664
    • 提供者:刘文飞
  1. seriol

    0下载:
  2. verilog的串口发送程序编写,实验证明是正确的,并且经过多次调试-verilog serial transmit programming, experiments proved to be correct, and after several debugging
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:264367
    • 提供者:
  1. Design-for-cash-registers-control

    1下载:
  2. 基于单片机的收银机控制部分的设计 包含1个VB编写的条码扫描程序及串口发送程序,1个12864液晶屏和针式微型打印机应用程序-Microcontroller-based cash register control part of the design includes a barcode scanner written in VB and serial port to send the program, a 12864 LCD screen and stylus printer mini-
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1708094
    • 提供者:maomao
  1. serialPort2012.01.11

    2下载:
  2. Java串口通信RXTX程序, 1. 能够接受下位机数据。 2. 保存接受的数据。 3. 把接收到合法的数据打印出来 4. 能够发送数据。 5. 程序能够设置常用串口参数。-Java RXTX serial communication program, 1. Can accept a lower level computer data. 2. Save accept data. 3. It recei
  3. 所属分类:串口编程

    • 发布日期:2013-08-18
    • 文件大小:1786669
    • 提供者:
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com