CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - SERIAL

搜索资源列表

  1. C51-serial-console--Csc-v1.0

    0下载:
  2. 我自个写的一个\"C51串口控制台\" 目的是可以像用DOS一样命令单片机 正在努力完善-months since I wrote of a "C51 serial console" the purpose was to be the same as using DOS command SCM is working to perfect
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:27945
    • 提供者:真实姓名
  1. serial-5.05.tar

    0下载:
  2. 8250/16550串口芯片在Linux下的驱动(Ver5.5)-8250/16550 serial chip in the drive Linux (Ver5.5)
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:64260
    • 提供者:Maya
  1. Lab09-Serial

    1下载:
  2. TMS320C6713 DSP 串口器源码,实现串行通讯-TMS320C6713 DSP serial device source, Serial Communications
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:136075
    • 提供者:李世民
  1. arm7-Serial

    0下载:
  2. ARM 7 串口通讯试验 开发环境ADS12-ARM 7 serial communications test development environment ADS12
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:83267
    • 提供者:郭文彬
  1. Some-basic-knowledge-of-programming-with-Serial-Po

    0下载:
  2. RS232技术文摘 pc机和单片机的串口基础知识和基本程序设计-RS232 Digest pc technology and MCU Serial basic knowledge and basic program design
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:907302
    • 提供者:dai
  1. Programfor Serial Communication between PC and Single

    1下载:
  2. 使用 VC++6.0 提供的串行通信 MSComm 控件以及 Windows API 函数实现 PC 机 和单片机之间的通信。详细介绍了实现的方法,给出了应用实例。 -use the serial communication MSComm and Windows API function PC and communication between the microcontroller. Details on the methods to achieve, an example of
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-01-14
    • 文件大小:65088
    • 提供者:xiaoyiping
  1. AT24C02.serial.storage.read.writ

    0下载:
  2. 本代码是关于AT24C02串行存储器的读写的,请注意查收,测试。-the code is on the Application of AT24C02 serial memory read and write, please note please find test.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:27169
    • 提供者:天然
  1. my-SERIAL

    0下载:
  2. 这是一个不错的串口通讯程序,写的相当规范.-This is a good serial communication procedure was very standardized.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1950
    • 提供者:刘晓东
  1. WinCe-Serial

    0下载:
  2. WinCe下串行通讯的实现-WinCe Serial Communication for the
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:124672
    • 提供者:李林
  1. RF遥控器Serial

    0下载:
  2. 射频遥控器串行通讯程序,有有各种处理!-RF remote serial communication procedures, it is dealing with!
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:2694
    • 提供者:朱德友
  1. Serial-S3C44B0

    0下载:
  2. flash serial input queue. returns 0 on success or negative error * number otherwise-flash serial input queue. 0 succeeded the returns on ess or negative error number otherwise *
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1204
    • 提供者:林利弘
  1. pci-serial

    2下载:
  2. pci-serial.rar是 PCI转串口驱动程序,嵌入式开发时经常用到多串口
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:75281
    • 提供者:genghis
  1. SERIAL

    0下载:
  2. SERIAL.C: Interrupt Controlled Serial Interface for RTX-51 tiny
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1922
    • 提供者:ljhy
  1. 8051 Tutorial-Serial Communication

    0下载:
  2. 8051 Tutorial-Serial Communication
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:10960
    • 提供者:鄭弘裕
  1. Serial

    0下载:
  2. the arm7 serial communication fangzheng with protues
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:83140
    • 提供者:罗高云
  1. serial

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

    • 发布日期:2017-04-02
    • 文件大小:356928
    • 提供者:孔小妹
  1. serial.c.tar

    0下载:
  2. 這例子示範: 1。如何打開一個串口 2。如何設置界面 3。如何設置波特率,流量控制和其他設置 4。如何讀取和寫入串行端口-Descr iption: serial port example set 19200bps, n81, RTS/CTS flow control. and echo back the received data. What is shown in this example: 1. How to open a serial
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:804
    • 提供者:于耀宗
  1. serial-communication-csharp-master

    0下载:
  2. high software for serial port communication with multi functions
  3. 所属分类:单片机开发

    • 发布日期:2017-12-27
    • 文件大小:18432
    • 提供者:elalfey
  1. Serial sample

    0下载:
  2. he Serial (16550-based RS-232) sample driver is a WDF version of the inbox Serial.sys driver in %WINDIR%\system32\drivers.
  3. 所属分类:Windows CE

    • 发布日期:2018-01-04
    • 文件大小:126976
    • 提供者:nemo_chao
  1. ucos serial

    0下载:
  2. 串口 的 ucos 驱动编程,应该比较有用(ucos serial driver CommGetChar CommGetTxChar CommPutChar CommBufInit)
  3. 所属分类:硬件设计

    • 发布日期:2018-01-10
    • 文件大小:4096
    • 提供者:燕郊北漂
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com