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

搜索资源列表

  1. uart_send

    0下载:
  2. s3c2440串口发送模块设计。在ADS1.2环境下开发。
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:32526
    • 提供者:fs
  1. 串口通信收发模块

    0下载:
  2. verilog编写的串口通信的接收模块和发送模块,经过仿真有效
  3. 所属分类:VHDL编程

    • 发布日期:2012-06-12
    • 文件大小:398522
    • 提供者:hjchen5949
  1. F2812_SCI02 PC机串口调试助手

    0下载:
  2. F2812 SCI与PC机串口调试助手以收发中断方式实现收发数据。(CCS3.3开发环境) 功能:使用SCIA模块和PC机进行串口通信,等待PC机上的串口调试软件向DSP发送"hellodsp",DSP接收到上位机发送的数据之后,将这些数据发回PC机,显示在串口调试软件中。 说 明:本实验中SCIA模块的发送和接收采用中断方式实现,空闲线模式波特率为19200,通信数据格式为1位停止位,8位数据位,无校验位-F2812 SCI and the PC serial port r
  3. 所属分类:DSP编程

    • 发布日期:2017-03-22
    • 文件大小:363038
    • 提供者:奋斗不止
  1. serial

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

    • 发布日期:2017-03-29
    • 文件大小:65639
    • 提供者:johnson
  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-01
    • 文件大小:2074
    • 提供者:xiaolong
  1. txmit

    0下载:
  2. 异步串口发送模块,数据位8位,一位起始位一位结束位-Send asynchronous serial module, 8 data bits, one bit a the end of the start bit
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:928
    • 提供者:fang
  1. BT1800-1_bluetooth_module

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

    • 发布日期:2017-03-25
    • 文件大小:254646
    • 提供者:肖武
  1. WinceRS485DLL

    0下载:
  2. 本程序主要功能是基于S3C2410芯片,wince开发RS485通信模块,定义了RS485通信协议,并解决了由于wince下串口通信发送字符串为奇字节会丢数的问题。本动态链接库协议可以移植到其它485通信平台上去。-The main function of this procedure is based on the S3C2410 chip, wince development RS485 communication module, the definition of the RS485 co
  3. 所属分类:Windows CE

    • 发布日期:2017-04-01
    • 文件大小:641487
    • 提供者:lisheng
  1. USARTmonichengxu

    0下载:
  2. pic18f芯片的USART串口通讯模块的利用,程序实现了串口的初始化、接收与发送中断及数据的解包打包和发送过程。-pic18f chip USART serial communication module to use, the program achieved a serial port initialization, receiving and sending interrupts and data packing and sending the process of unpacking.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:2168
    • 提供者:菜丫
  1. SCI

    0下载:
  2. 串口模块初始化,数据发送接收处理 串口模块初始化,数据发送接收处-Serial port module initialization, the data sending and receiving processing module serial port initialization, the data sending and receiving Office
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:3018
    • 提供者:zero
  1. send

    0下载:
  2. 用VerilogHDL编写的串口发送模块,可以综合。-VerilogHDL prepared using serial transmission module, can be integrated.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:196123
    • 提供者:signalscut
  1. uart

    0下载:
  2. vhdl语言的串口发送/接收模块,本人用在多个工程,很好用。-vhdl language of the serial transmit/receive module, I used a number of projects, very good use.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:2893
    • 提供者:lyb
  1. Phone1.0_SRC

    0下载:
  2. s3c6410开发板 测GPRS模块的源码一、测试AT指令 1) 启动开发板(用户将会看到GPRS同时启动,LED灯闪烁),进入WINCE界面,点击“我的设备”进入,看到WINDOWS文件夹点击进入,将会看到“SerialPort”, 双击打开; 2) 出现SerialPort 串口菜单,然后点击齿轮图样的按钮进行设置,GPRS 串口号 设置为COM2,波特率设置为9600,其它不用设置,然后点击确定; 3) 在刚才的SerialPort 串口菜单上输入AT指令(
  3. 所属分类:Windows CE

    • 发布日期:2017-06-19
    • 文件大小:28837707
    • 提供者:木偶
  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. smg_interface

    0下载:
  2. FIFO高速数据采集处理,串口发送接收封装,独立于上一模块,-FIFO high-speed data acquisition and processing, sending and receiving serial package, independent of the previous module,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:54342
    • 提供者:shippom
  1. send

    0下载:
  2. 通过先对异步串口发送模块的编写对其验证,再联合接收模块实现串口的收发-At frist,checking the module of UART s sending function,then link the recive module to realize reading and writing
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:755
    • 提供者:pujinsheng
  1. UART_Transmitter_Arch

    0下载:
  2. 自己编写的带有FIFO的UART串口发送模块,代码通过状态机实现,开发语言是Verilog-I have written to the FIFO UART serial transmit module code through the state machine implementation, development languages ​ ​ Verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-01
    • 文件大小:1659
    • 提供者:wangzhongwei
  1. uart

    0下载:
  2. 实现串口发送和接收功能,数据处理模块可自行修改。(Serial port to send and receive functions, data processing module can modify its own.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-27
    • 文件大小:6144
    • 提供者:Nate777
  1. 底层数据采集(温湿度)终版

    0下载:
  2. 实现STM12单片机连接DHT22模块进行环境数据采集工作,并且将采集到的数据进行串口发送到电脑在调试助手中显示。波特率为9600(The STM12 microcontroller is connected to the DHT22 module to collect environmental data, and the collected data is sent to the computer through serial port to display in the debugging
  3. 所属分类:单片机开发

  1. BLE实验:蓝牙串口

    1下载:
  2. nrf52832 SDK开发的方式,将串口数据通过蓝牙发送。手机与BLE模块建立连接,手机与蓝牙数据互传(Implementing Serial Port Transmission of Bluetooth Slave)
  3. 所属分类:嵌入式Linux

    • 发布日期:2020-06-08
    • 文件大小:15731712
    • 提供者:hongxin1
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com