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

搜索资源列表

  1. C8051F-MCU-serial-communicat

    1下载:
  2. C8051F单片机与PC串口通信,能实现各种C8051单片机的串口通信,9600波特率,232协议-C8051F MCU and PC serial communication
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:695
    • 提供者:nalyst
  1. UART-communication-with-the-PC

    0下载:
  2. 进阶实验_UART:串口,波特率115200,与PC通信-Advanced experimental _UART: serial, 115200 baud rate, communication with the PC
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:2615296
    • 提供者:cheguangning
  1. TS8900-M149

    0下载:
  2. MSP的串口通信,可以实现在不同波特率情况下的串口的通信。-MSP serial communication can be achieved in different situations baud serial communications.
  3. 所属分类:CSharp

    • 发布日期:2017-05-21
    • 文件大小:6301238
    • 提供者:叶水凡
  1. PortHelper

    0下载:
  2. 这是一个基于VC2005的串口通信调试助手,可以设置串口号,波特率,校验和等,可选择串口号-This is a debug serial communication based VC2005 assistant, you can set the serial number, baud rate, parity and so on, you can select the serial number
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:808351
    • 提供者:文海
  1. serial-communication

    0下载:
  2. linux环境下板子与PC机之间的串口通信,包括设置波特率校验位等功能-Under linux environment and PC serial communication between the board, including the parity bit is set the baud rate and other functions
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:1245
    • 提供者:
  1. chuankouinfi

    0下载:
  2. 自己写的c#串口通信代码比较简单,带码有注释,很详细,功能方面实现:可向串口中写入数据,发送串口数据,打开串口,设置 超时读取时间,设置技偶校验位,设置串口名,波特率,列出奇偶校验位,串口通信。-Write your own c# serial communication code is relatively simple, with code annotated, very detailed, functional aspects of realization: You can write d
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:17214
    • 提供者:lpudn51
  1. CONTION

    0下载:
  2. 此为串口通信例程,时序可改动,波特率可以按所需要合理改动。-This is a serial communication routines, timing can be changed, according to the desired baud rate can reasonably changes.
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:19140
    • 提供者:黄建忠
  1. read_write_serial

    0下载:
  2. Linux操作系统下用c语言编写的串口通信实例,包括对输入输出模式,波特率,数据位长度等的设定-Using c language examples of serial communication under the Linux operating system, including input and output mode, baud rate, data bit length setting
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1119
    • 提供者:巩赫赫
  1. UART

    0下载:
  2. 设计一个具有固定波特率的UART串口收发器,可以实现9600波特率的串口通信,能够与PC机串口进行通信,支持8比特数据位、1比特停止位、无校验、无硬件流控模式。-Designed with a fixed baud rate of UART serial port transceiver can achieve 9600 baud serial communication, able to communicate with the PC serial port, support for 8-bi
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:2605
    • 提供者:刘旭
  1. SERIAL

    0下载:
  2. 串口通信程序,包括端号、数据问、波特率等的设置选择-Serial communication program, including end numbers, data and asked, baud rate and other settings to select
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:404918
    • 提供者:李日和
  1. 09_uart2

    0下载:
  2. FPGA UART与计算机pc进行串口通信Verilog程序,含有波特率选择,发送器,接收机以及顶层文件,再PC机上通过串口调试助手与FPGA进行通信。-FPGA UART
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:105605
    • 提供者:陈辉
  1. 2005serial

    0下载:
  2. 基于wince6.0的串口读写工程,该应用程序没用MFC中MSCOM组件,通过createfile\writefile\readfile等流驱动函数直接读写串口,其中还包括波特率、奇偶校验位以及串口通信协议的详细编程,该类经调试在VS2005环境下调试成功,对wince系统下串口通信实现具有很好的借鉴意义。-Based on the serial read and write wince6.0 engineering, the application useless in MSCOM MFC c
  3. 所属分类:Windows CE

    • 发布日期:2017-05-28
    • 文件大小:10260708
    • 提供者:QIANGGE
  1. STC_UART_GPS_OK

    1下载:
  2. 芯片:STC12C5A60S2 晶振:16MHz 波特率:4800bps 引脚定义:串行口1: 发送————TxD/P3.1; 接收————RxD/P3.0 串行口2: 发送————TxD2/P1.3;接收————RxD2/P1.2 功能描述:STC12双串口通信(中断方式) 当串行口1接收GPS数据后(4800波特率),将此数据由串行口2发送出去 当串行口2接收数据后,将此数据由串行口1发送出去-Chip: STC12C5A60S2 Crystal:
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:93744
    • 提供者:wcm_e
  1. Uart_TX

    0下载:
  2. 串口通信程序,可设置波特率,数据格式可更改-Serial communication program, you can set the baud rate and data format can be changed
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:4084
    • 提供者:余浩
  1. communicate

    0下载:
  2. Labview作为上位机与下位机STM32通过串口通信,通信使用visa驱动,可以设置通信波特率等。-Labview as a host computer and lower computer STM32 through the serial communication, communication using the visa driver, you can set the communication baud rate.
  3. 所属分类:LabView

    • 发布日期:2017-04-09
    • 文件大小:1900709
    • 提供者:岳浦东
  1. dual

    0下载:
  2. 单片机双串口通信 422输入转485输出 改波特率-mcu in dualport tex
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-29
    • 文件大小:48000
    • 提供者:张萌萌
  1. uarttest

    0下载:
  2. 串口通信模块实现代码 可以调整波特率 这个程序经常与其他程序配合使用 通过计算机与单片机的通信调整单片机参数-the source code of Uart
  3. 所属分类:SCM

    • 发布日期:2017-04-28
    • 文件大小:120813
    • 提供者:changquan
  1. STC11f04

    0下载:
  2. 可用以学习触发式报警器,串口通信,通信波特率设置-Can be used to study the trigger alarm,Serial communication, communication baud rate setting。
  3. 所属分类:SCM

    • 发布日期:2017-04-28
    • 文件大小:52525
    • 提供者:光碟
  1. pcbianpinqi

    0下载:
  2. 目前,在我国现场控制总线中,RS-485 使用最为普遍。RS-485 总线的共模输出电压在 -7V 至+12V 之间,具有抑制共模干扰的能力,数据传输速率最大为10Mbit/s,当波特率为1200bps 时最大的传输距离理论上可达15 千米。RS-485 网络所具有的设备简单、容易实现、传输距离远、维护方便等优点而被许多变频器厂家所采用。源码基于RS-485 变频器与PC 机串行通信的硬件特性,通信协议及软件实现,实验表明该通信软件稳定可靠,能直观的观看变频器的实际运行状态,并能比较方便的进
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:2948
    • 提供者:王先生
  1. SerialCOM_LabVIEW

    0下载:
  2. 使用LabVIEW编写的串口通信程序,可以实现串口端口号设置、波特率设置等。-Written using LabVIEW serial communication procedures, you can realize the serial port number, baud rate settings.
  3. 所属分类:LabView

    • 发布日期:2017-04-30
    • 文件大小:54871
    • 提供者:zhangbiao
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 17 18 »
搜珍网 www.dssz.com