CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 单片机 波特率

搜索资源列表

  1. fet410_ta_uart9600

    0下载:
  2. 430单片机定时通讯,异步通讯,9600波特率,32k晶振-430 timer chip communication
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:1949
    • 提供者:吴玉平
  1. UART_1

    0下载:
  2. STC单片机的串口模块可以采用T1定时器作为它的波特率发生器,同时其内部也集成了一个独立波特率发生器作为串口的波特率发生器,本例子采用的是常用的T1定时器作为它的波特率发生器-STC microcontroller serial port T1 timer module can be used as its baud rate generator, while its interior also incorporates an independent Baud Rate Generator as
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:754
    • 提供者:linjian
  1. Uart_2

    0下载:
  2. STC单片机的串口模块可以采用T1定时器作为它的波特率发生器,同时其内部也集成了一个独立波特率发生器作为串口的波特率发生器,本例子采用的是常用的独立波特率发生器BRT作为它的波特率发生器-STC microcontroller serial port T1 timer module can be used as its baud rate generator, while its interior also incorporates an independent Baud Rate Genera
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:613
    • 提供者:linjian
  1. danpianji

    0下载:
  2. 串口方式抓取智能卡数据,使用51单片机,只能抓取特定波特率-Serial port capture card data, the use of 51 single-chip, can only capture a specific baud rate
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-16
    • 文件大小:33762
    • 提供者:huyun
  1. BRT_SERIALPORT

    0下载:
  2. STC11xx系列单片机用BRT独立波特率发生器做串口时钟-STC11xx MCU to do with the serial clock BRT
  3. 所属分类:SCM

    • 发布日期:2016-01-26
    • 文件大小:1024
    • 提供者:谢超
  1. shangweiji

    0下载:
  2. 本上位机是基于VB语言编程的进行与单片机串口通信的上位机。用于三个舵机的控制。串口通信格式为波特率9600bps、8位数据位、1位停止位、无校验、ASCII码字符通信。串口通信程序用于接收上位机发送过来的控制命令。控制命令采用自定义文本协议,即协议内容全部为ASCII码字符。通信协议格式为起始符“#”通道号CHx,脉宽百位,脉宽十位,脉宽个位,与停止符“!”。-The host computer is based on the VB programming language for serial
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:7384
    • 提供者:刘杰
  1. Modbus_T2_AT89S52

    0下载:
  2. 采用AT89S52单片机,T2定时器作为115200波特率发生器,Modbus主机程序源码。采用1602液晶显示器。-Using AT89S52 microcontroller, T2 timer as the 115200 baud rate generator, Modbus host application source code. LCD monitors use 1602.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:23748
    • 提供者:殷清会
  1. ECOMV260

    0下载:
  2. ecom串口助手是一款带CRC计算的串口(RS232)调试软件。由我爱IC导航网工作室开发(http://www.52ic.net/)。 ecom串口助手支持常用的110 ~ 921600bps波特率,能设置校验、数据位和停止位,能以ASCII码或十六进制接收或发 送任何数据或字符(包括中文),能发送任意大小的文本文件,可以任意设定自动发送周期,并能将接收数据保存成 文本文件。带有文件或数据串的ModebusCRC16校验、CRC16校验、累加和校验、异或校验,ModebusLRC
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-09
    • 文件大小:1284409
    • 提供者:白桦
  1. MnUART

    0下载:
  2. AVR mega16单片机模拟串口程序 很实用 232 485 都可以 波特率可设定 程序内已设定2400-8-1-8MHz 目前项目工作一切正常!-AVR mega16 microcontroller serial simulation program can be very practical 232,485 baud rate can be set within the program has been set 2400-8-1-8MHz current project work as u
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:3229
    • 提供者:孙长友
  1. Uart_com

    0下载:
  2. 本程序为STC89C52与PC机超级终端通讯的实验程序 在PC机键盘上输入字符,单片机接收,并发送回PC机,显示在超级 终端;超级终端配置为:波特率为9600,数据位8,奇偶校验:无 停止位:1;硬件:无-This program is STC89C52 communication with the PC HyperTerminal experimental procedures on the PC keyboard to enter characters, single-chip
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:23818
    • 提供者:尹磊
  1. mlgb

    0下载:
  2. 本温度采集系统是利用DS18B20把温度读出,然后通过单片机解码发送给6位数码管,数码管显示出当前的温度值。DS18B20返回的温度值是两字节的十六进制数据。负数用反码表示。单片机直接通过串口把两字节的十六进制数据传送到上位机,上位机对温度数据进行解码变显示。 单片机的串口参数可以通过,下面两个宏来设置: #define XTAL 11059200 // CUP 晶振频率 #define baudrate 9600 // 通信波特率 默认设置如上。 -The tempe
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:194501
    • 提供者:谭立成
  1. mcu115200

    1下载:
  2. 单片机产生115200波特率,选用ATMEL89C52的芯片,采用串口中断方式。实现115200的高速波特率通讯。-Generate 115200 single chip baud rate。Choose ATMEL89C52 chip, using a serial port interrupt mode。Achieve the 115200 baud rate, high speed communications。
  3. 所属分类:SCM

    • 发布日期:2016-09-19
    • 文件大小:1024
    • 提供者:刘伟
  1. monichuankou

    0下载:
  2. 将单片机IO口模拟为串口发送数据,51单片机可直接编译后使用(若出现错码可适当降低波特率)-The single-chip analog to serial IO port to send data, the microcontroller 51 can be directly compiled using (error code if there may be appropriate to reduce the baud rate)
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-23
    • 文件大小:900
    • 提供者:胡俊旭
  1. URAT

    0下载:
  2. 一个简单的串口通信汇编程序,通过上位机发送控制信号控制单片机LED灯的点亮与否。文件有protues仿真电路与hex文件。调试时请下载串口调试助手,端口Com1,波特率96-A simple serial communication assembler, through the host computer sends control signals control the chip LED lamp is lit or not. Documents protues Simulation ci
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:17003
    • 提供者:周杰伦
  1. danpianji-uart

    0下载:
  2. 单片机 串口接收数据,波特率,协议,地址需要拨码设置-Single-chip serial port to receive data,Baud rate, protocol, address, need to set DIP
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1670
    • 提供者:孙旭也
  1. yibiao

    0下载:
  2. 功率表CS5460a测试软件, 与PC机的通讯用RS232通讯,利用查询获得功率表的电压有效值,电流有效值,功率有效值,单片机的晶振为12M,波特率为4800kps,-Power the table CS5460a test software, And PC communication using RS232 communications, and use queries to obtain the power meter voltage rms, current rms power R
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:14708
    • 提供者:ju
  1. uart-atmega8

    0下载:
  2. 基于avr单片机atmega8的串口源代码,波特率9600,晶振7.3728.-this is the source of avr atmega8 s uart and the Crystal is 7.3728 MHz.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:17428
    • 提供者:赖江
  1. MCUPCLOCKPTEMPPUARTPIR

    0下载:
  2. 51单片机程序包含详细的红外+温度+时钟+串口程序,波特率测试软件和串口发送时钟温度数据的上位机软件。-The document is about 51MUC program including IR and clock and uart and so on.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:818808
    • 提供者:龙在天
  1. 3.10

    0下载:
  2. vb 制作的与单片机串口通讯控制灯的程序 串口波特率为4800 下位机 我用的 stc89c52rc 12M的晶振 P0口接8盏灯 初学作品 有问题大家评论 功能简单也适合初学的同学-vb production and Serial Communication program control lights The serial port baud rate to 4800 Lower machine I use stc89c52rc 12M crystal 8 l
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:28753
    • 提供者:陈淏
  1. C51_CHUANKOU

    0下载:
  2. 89C51单片机串口打印00H-99H,定时器1产生波特率,波特率值为96-C51 89 C51 serial print 00 H-99 H, the timer 1 produce baud rate, baud rate value for 9600 serial print 00 H-99 H
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:20769
    • 提供者:小宝
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 21 »
搜珍网 www.dssz.com