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

搜索资源列表

  1. chuankou

    0下载:
  2. 通过设置波特率等,实现Labview与下位机的串口通信。-By setting the baud rate, etc., to realize the Labview serial communication with the machine.
  3. 所属分类:LabView

    • 发布日期:2017-04-30
    • 文件大小:15999
    • 提供者:刘洪森
  1. PC

    0下载:
  2. 单片机与上位机进行串口通信,通过设置波特率以及校验位等-MCU and PC serial communication, by setting the baud rate and parity bit etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:140208
    • 提供者:杨简
  1. SerialPort

    0下载:
  2. 基于VS2010实现串口通信,可以设置串口号、波特率、校验位等,编译通过,成功运行,放心使用。-Based on VS2010 to realize serial communication, you can set the serial port number, baud rate, parity, etc.And it compile and run successfully.
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-01
    • 文件大小:13457937
    • 提供者:关关
  1. uart

    0下载:
  2. 本例程是用verilog硬件描述语言在quaryusII环境下开发的串口通信模块,分为发送模块,接受模块和波特率产生模块。-This routine is verilog hardware descr iption language development environment under quartus II serial communication module, divided into send module, receive module and baud rate generato
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-29
    • 文件大小:276749
    • 提供者:PrudentMe
  1. uart

    0下载:
  2. UART串口通信,50M晶振,256000波特率(从9600到256000可选),8位数据,1位开始,1位结束,没有校验位,测试稳定传输。-UART serial communication, 50M crystal, 256,000 baud rate ( 9600-256000 optional), 8 data bits, 1 start, an end, no parity bit, stable transmission test.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-14
    • 文件大小:3174959
    • 提供者:李亚文
  1. UART

    0下载:
  2. C8051F020串口通信程序,波特率9600,全双工通信。并且包含了AD功能。-C8051F020 serial communication procedures, 9600 baud rate, full duplex communication. And contains the AD function.
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:25298
    • 提供者:张然
  1. DoubleSerialPort

    0下载:
  2. STC12C5A60S2双串口实验:60S2拥有两个串口,本实验使用两个串口通信,串口1采用定时器1产生波特率,串口2使用60S2的独立波特率发生器。-STC12C5A60S2 Two serial experiments: 60S2 has two serial ports, two serial communication used in this experiment, serial port 1 uses Timer 1 as a baud rate, serial port 2 to
  3. 所属分类:SCM

    • 发布日期:2017-04-28
    • 文件大小:36455
    • 提供者:地下森林
  1. DoubleSerialPort-2

    0下载:
  2. STC12C5A60S2双串口实验:60S2拥有两个串口,本实验使用两个串口通信。同时两个串口均使用独立波特率发生器,当然此时两个串口的波特率是相同的。-STC12C5A60S2 Two serial experiments: 60S2 has two serial ports, two serial communication used in this experiment. While two serial ports using a separate baud rate generator
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:37913
    • 提供者:地下森林
  1. the-host-computer-tutorial

    0下载:
  2. 在串口通信中,通过编写单片机程序知道,我们应对如下参数进行设置:波特率、数据位和停止位、奇偶校验位。如果自己编写上位机的时候,我们考虑的不能仅仅是这些了,下面介绍上位机开发过程中需要特别注意的知识点。 上位机快速开发教程-In the serial communication, through the MCU is programmed to know, we should the following parameters settings: baud rate, data bits, an
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1338105
    • 提供者:黑曼巴
  1. Serial

    0下载:
  2. 一个可实现收发功能的串口通信实例,可修改串口号、波特率、数据位等参数-An example of serial communication to realize the function of sending and receiving.You can modify the serial number, baud rate, data bits and other parameters
  3. 所属分类:LabView

    • 发布日期:2017-04-30
    • 文件大小:153060
    • 提供者:
  1. STM32-with-C51-communication

    1下载:
  2. 通过C51串口通信实现STM32和USART,8051测试和STM32的正常通信,波特率9600。-Implementation of STM32 and USART through the C51 port communication. 8051 test and STM32 normal communication, baud rate 9600.
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:2704
    • 提供者:董文
  1. vbchuankoutiaoshi

    1下载:
  2. 利用vb编程语言进行的界面设计,主要实现vb串口调试,里面包含了如何进行串口通信,如何设置波特率,如何保存好数据等功能。程序详细,验证正确-Using vb programming language interface design, the main implementation vb serial debugging, it includes how to carry out a serial port communication, how to set the baud rate, how
  3. 所属分类:Other systems

    • 发布日期:2016-10-05
    • 文件大小:129024
    • 提供者:廖道
  1. chuanxing

    0下载:
  2. 51单片机和电脑进行串口通信,波特率采用9600,适合初学者观看-51 SCM and computer serial communication, using 9600 baud, suitable for beginners to watch
  3. 所属分类:SCM

    • 发布日期:2017-05-05
    • 文件大小:52827
    • 提供者:素颜
  1. mySerialPortToolsTest

    0下载:
  2. qt实现串口通信,可以设置波特率,串口类型,校验码等信息-qt serial communications, you can set the baud rate, serial type, checksum and other information
  3. 所属分类:Com Port

    • 发布日期:2017-05-08
    • 文件大小:91600
    • 提供者:康于培
  1. SerialCom

    0下载:
  2. C#串口通信源码,可直接使用。包括界面,串口号,波特率,校验位,数据位,停止位,接收和发送功能,自动发送,十六进制转换等功能,经过调试无任何问题。-C# serial communication source, can be used directly. Including interface, serial port number, baud rate, parity bit, data bits, stop bits, receive and send functions, automati
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:4069357
    • 提供者:许成林
  1. URAT

    0下载:
  2. 在ISE环境下,用VHDL语言实现RS232串口设计,实现串口通信。通过串口调试工具向 0000000UART发送16进制数,FPGA将UART接收到的串行数据转换为并行数据,并在8个 LED灯上输出显示;同时,并行数据又被重新转换为串行数据,重新送给RS-232接口,并在 串口调试工具上再次显示,SW0为复位键。 比如:串口调试工具发送两位16进制数,然后能在LED上显示,并且重新在串口调试工 具上显示。串口调试工具设置:波特率设为9600,默认奇校验。-In the IS
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-05
    • 文件大小:403088
    • 提供者:panda
  1. Mscomm

    0下载:
  2. 串口通信中,单片机端的下位机程序。代码中单片机的波特率设置为4800。-Serial communication, the microcontroller the lower end of the program. MCU code is set to 4800 baud.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-05
    • 文件大小:21700
    • 提供者:Jayjie李
  1. chuankou

    0下载:
  2. 用VHDL语言实现发送一帧10bit,波特率为4800的串口通信控制器。-serial port
  3. 所属分类:File Formats

    • 发布日期:2017-05-04
    • 文件大小:13094
    • 提供者:liqian
  1. Test

    0下载:
  2. C#界面设计中的串口通信,实现了设置波特率、串口选择、接收数据、发送数据等功能-C# interface design of the serial communication, to achieve the set baud rate, serial port selection, receive data, send data and other functions
  3. 所属分类:CSharp

    • 发布日期:2017-12-10
    • 文件大小:67188
    • 提供者:WenHai
  1. shiy5577768

    0下载:
  2. 用LABview编写,实现RS232串口通信,配置波特率,奇偶校验位,数据位等参数(Written in LABview, RS232 serial communication, configuration baud rate, parity bit, data bits and other parameters)
  3. 所属分类:Windows编程

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