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

搜索资源列表

  1. Numerical-control-dc-power-

    0下载:
  2. 数控直流电源,以STC89C52单片机为核心,由D/A数字模拟转换模块、功率放大模块、校验模块、键盘、LCD串口显示模块等模块组成一个数控直流电源-CNC DC Power, microcontroller to STC89C52 as the core of the D/A digital to analog conversion module, the power amplifier module, check module, keyboard, LCD serial port the di
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:46523
    • 提供者:孟紫琴
  1. SCOMMV23

    0下载:
  2. 基于MFC的串口调试助手,支持常用的300-115200bps波特率,能设置校验、数据位和停止位,能以ASCII码或十六进制接收或发送任何数据-MFC-based serial debugging assistant support the common 300-115200bps baud rate can be set parity, data bits and stop bits can receive or transmit any data in ASCII or hexadecima
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-21
    • 文件大小:5442300
    • 提供者:yin jun
  1. UART2-RXTX

    0下载:
  2. 基于lm3s的串口传输操作,包括收发校验-Based on serial transmission operation lm3s, including transceivers check, etc.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-26
    • 文件大小:240949
    • 提供者:xyb
  1. RXCVER

    0下载:
  2. 异步串口接收程序,可设置波特率和奇偶校验-Asynchronous serial port to receive the program, set the baud rate and parity
  3. 所属分类:Com Port

    • 发布日期:2017-11-22
    • 文件大小:2290
    • 提供者:张明
  1. Modbus

    0下载:
  2. 串口MODBUS协议通讯,自动生成CRC校验码-Serial interface communications
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:1774
    • 提供者:王星星
  1. COMM

    0下载:
  2. 串口工具完成。加入了校验码功能。有无校验,校验和,异或校验,CRC校验,LRC校验。 2012/9/5 由kylin完成。-Serial tools to complete. Adding a checksum feature. Whether the checksum, checksum and XOR checksum, CRC check, LRC checksum. 2012/9/5 by kylin completed.
  3. 所属分类:Communication

    • 发布日期:2017-11-08
    • 文件大小:6759804
    • 提供者:轨迹
  1. uart

    0下载:
  2. 串口接口的配置,包括波特率,奇偶校验位,停止位,数据位,等方面的设置-Settings in the configuration of the serial interface, baud rate, parity bit, stop bits, data bits, etc.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-14
    • 文件大小:5751
    • 提供者:jiezhou
  1. 2MSP430F149USART1sendreceivewithpc

    0下载:
  2. 使用MSP430F149芯片,透过串口与电脑发送接收通信,波特率9600,8数据,无校验。使用32.768k晶振,使用P3.6和P3.7口作为发送和接收口,使用异步通信USART1,采用中断形式。实现通信,当单片机接收到什么字符后,它会自动把接收的字符发送个电脑-MSP430F149 chip computer through the serial port and send and receive communication baud rate 9600 data, no parity. 32
  3. 所属分类:SCM

    • 发布日期:2017-11-16
    • 文件大小:22047
    • 提供者:超越
  1. 3PC-sendsdatatoMSP430-P6P5P4

    0下载:
  2. 使用MSP430F149芯片,透过串口与电脑通信,波特率9600,8数据,无校验。使用32.768k晶振,使用P3.6和P3.7口作为发送和接收口,使用异步通信USART1,采用查询形式。实现通信,当单片机接收到以S结尾时表示命令结束:以WR开始的字符串时,中间的数据最好是二进制的16位,单片机会把中间的数据高八位赋值给P6口,把中间的数据低八位赋值给P4口;以WO开始的字符串时,中间的数据最好是二进制的8位,单片机会把中间的数据赋值给P5口。-MSP430F149 chip through t
  3. 所属分类:SCM

    • 发布日期:2017-11-22
    • 文件大小:61134
    • 提供者:超越
  1. 4PC-sends-string-to-read-MSP430-P

    0下载:
  2. 使用MSP430F149芯片,透过串口与电脑通信,波特率9600,8数据,无校验。使用32.768k晶振,使用P3.6和P3.7口作为发送和接收口,使用异步通信USART1,采用查询形式。实现通信,当单片机接收到以S结尾时表示命令结束:以WR开始的字符串时,中间的数据最好是二进制的16位,单片机会把中间的数据高八位赋值给P6口,把中间的数据低八位赋值给P4口;以WO开始的字符串时,中间的数据最好是二进制的8位,单片机会把中间的数据赋值给P5口;以RI开始的字符串时,读取P2口P1口的状态,显示到
  3. 所属分类:SCM

    • 发布日期:2017-11-30
    • 文件大小:69502
    • 提供者:超越
  1. 5PC-sends-data-to-MSP430-P6P4-1-time

    0下载:
  2. 使用MSP430F149芯片,透过串口与电脑通信,波特率9600,8数据,无校验。使用32.768k晶振,使用P3.6和P3.7口作为发送和接收口,使用异步通信USART1,采用查询形式。实现通信,当单片机接收到以S结尾以W开始的字符串时,中间的数据最好是二进制的16位,单片机会把中间的数据高八位赋值给P6口,把中间的数据低八位赋值给P4口。-MSP430F149 chip through the serial port to communicate with the computer, bau
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-11-24
    • 文件大小:27962
    • 提供者:超越
  1. 7MSP430F149-use-USART1-to-define-P4

    0下载:
  2. 使用MSP430F149芯片,透过串口与电脑通信,波特率9600,8数据,无校验。使用32.768k晶振,使用P3.6和P3.7口作为发送和接收口,使用异步通信USART1,采用查询形式。实现通信,当单片机接收到以S结尾以W开始的字符串时,单片机会把中间的数据赋值给P4口。-MSP430F149 chip through the serial port to communicate with the computer, baud rate 9600 data, no parity. 32.768
  3. 所属分类:Com Port

    • 发布日期:2017-11-12
    • 文件大小:26700
    • 提供者:超越
  1. 8MSP430F149-sends-data-to-PC

    0下载:
  2. 使用MSP430F149芯片,透过串口给电脑发送数据,波特率9600,8数据,无校验,。发送的数据先是 MCU sends 0~127 to PC and the\\n screen will display their corresponding\\n ASCII code as follows:然后是01234567890123456789abcdefgh......,每发送一个数据回车一次-MSP430F149 chip to send data to the computer throu
  3. 所属分类:SCM

    • 发布日期:2017-11-25
    • 文件大小:24785
    • 提供者:超越
  1. uart

    0下载:
  2. max232串口通讯程序,主要连接好串口或者usb转串口至电脑,打开串口调试程序,将波特率设置为9600,无奇偶校验,晶振11.0592MHz,发送和接收使用的格式相同,设置好后即可进行串口通信。-max232 serial communication program, mainly connected to the serial port or usb to serial port to the computer, open the serial debugger, set the baud
  3. 所属分类:Com Port

    • 发布日期:2017-11-07
    • 文件大小:1268
    • 提供者:gaoyuechao
  1. Term

    0下载:
  2. 串口通信工程,可以实现设置波特率,端口,奇偶校验,数据流等功能.-Serial communication works, you can set the baud rate, port, parity, data flow.
  3. 所属分类:Com Port

    • 发布日期:2017-11-13
    • 文件大小:3715752
    • 提供者:tanyu
  1. CRC-CCITT

    0下载:
  2. LabVIEW 的串口CRC-CCITT校验程序 用于无符号字符型数据的校验码生成!-CRC-CCITT checksum program LabVIEW serial port for data unsigned char checksum generation!
  3. 所属分类:Com Port

    • 发布日期:2017-11-06
    • 文件大小:11807
    • 提供者:刘庆文
  1. LabVIEW-checksum-generated--CRC

    0下载:
  2. LabVIEW 校验码生成 用于检测串口无符号字符型数据的正确性-LabVIEW checksum generated for detecting of serial unsigned char data correctness
  3. 所属分类:Com Port

    • 发布日期:2017-11-02
    • 文件大小:11829
    • 提供者:刘庆文
  1. Serial--data-validation

    0下载:
  2. 用于串行通讯口的数据校验,校验结果为强制类型转换后的数据和-Data validation, verification results for serial communication port casts data and
  3. 所属分类:Com Port

    • 发布日期:2017-11-10
    • 文件大小:6676
    • 提供者:刘庆文
  1. serial_communication_assistant

    1下载:
  2. matlab GUI编写的串口通信助手,通过一定的串口链接实现PC机之间的串口通信,包括数据的接收和发送。波特率,校验位个数,进制显示,发送周期可以进行设置。-matlab GUI written in serial communication assistant, through certain serial link between the PC serial communication, including receiving and sending of data. The baud r
  3. 所属分类:Com Port

    • 发布日期:2016-05-15
    • 文件大小:14336
    • 提供者:闫鹤
  1. chuankou

    0下载:
  2. 用中断法编出串行口方式1下的发送程序。设单片机主频为6MHZ,定时器T1用作波特率发生器,波特率为2400b/s,发送字符块在内部RAM的起始地址为TBLOCK单元,字符块长度为LEN。要求奇校验位在数据第8位发送,字符块长度LEN率先发送。-Send serial port interrupt method to compile the program. Let microcontroller clocked at 6MHZ, timer T1 as baud rate generator,
  3. 所属分类:SCM

    • 发布日期:2017-11-16
    • 文件大小:3409
    • 提供者:jingzai
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 29 »
搜珍网 www.dssz.com