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

搜索资源列表

  1. main

    0下载:
  2. 串口应用程序,串口初始化,波特率,校验位的设置等。-Serial applications, the serial initialization, baud rate, parity bit and other settings.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1858
    • 提供者:刘文战
  1. mscomabc

    0下载:
  2. 一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。-More than one thread of the VC++ Serial Communication example, select the serial port of the machine can be used to open the same number into the serial port availabl
  3. 所属分类:Windows Kernel

    • 发布日期:2015-07-16
    • 文件大小:107253
    • 提供者:133
  1. COMMPORT

    0下载:
  2. 一个多功能串口监视工具,同一串口可以有不同波特率来收发数据,带有字符转换工具,可以多种方式的异或校验,也可以CRC校验,也可监视PPP数据包,把PPP数据包内容过虑出来!-A multi-serial port monitoring tool, the same can have different baud rate serial port to send and receive data, with a character conversion tools, you can XOR a nu
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:39594
    • 提供者:chentan
  1. serial

    0下载:
  2. 串口程序,具有起始位,数据位,停止位(无奇偶校验位)-serial program
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:805
    • 提供者:吴传平
  1. vc-lin-232

    0下载:
  2. 分析了L IN 总线协议的特点、报文帧结构及校验方法, 以V isual C+ + 6. 0 为开发平台, 利用W indow s A P I 函数通过PC 机的RS232 口实现了基于L IN 总线协议的串口通信. 给出了实现的部分流程图及代码, 在通信过程中 选择简便的奇偶校验及和校验进行差错校验, 保证了数据的无差错传输.-分析了L IN 总线协议的特点、报文帧结构及校验方法, 以V isual C++ 6. 0 为开发平台, 利用W indow s A P I 函数通过PC
  3. 所属分类:software engineering

    • 发布日期:2015-04-10
    • 文件大小:224375
    • 提供者:newstarnul
  1. 200991323298249

    0下载:
  2. VB开发的串口通信源码。对端口速度、奇偶校验、停止位等都可以设置。用于串口通信的开发-VB source code developed by serial communication. On the port speed, parity, stop bits and so can be set. Serial Communication for Development
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:7546
    • 提供者:zyuntian
  1. lcd

    0下载:
  2. 串口设置:波特率9600,无奇偶校验,数据位8位,停止位1位。 发送数据时必须以$开始,无结束字符。如$1234,就可以直接发送-lcd Mechanics
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-08
    • 文件大小:1537
    • 提供者:郑莹
  1. 2051

    0下载:
  2. 与终端的通讯 1.1 采用标准的UART通讯协议,波特率为9600,没有校验位,一个停止位。 1.2 通讯的过程是主从式半双工的。 1.3 详细的通讯协议参见芮鹤龄的文档。 -2051
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:85370
    • 提供者:陈广丰
  1. UART_RVMDK

    0下载:
  2. 本源码为STM32的UART使用例程,主要测试UART1的功能。开发环境realviewMDK 程序运行前先打开串口调试软件,UART被配置为: 波特率:9600bps 字长 :8位 校验位:无 停止位:1位 程序正常运行,调试软件的数据接收区将显示ASCII码字符表中的‘0’到‘z’范围内的字符;同时开发板上的小灯LD3~LD6将会顺序点亮,然后顺序熄灭。-The source code for the STM32' s UART to use routines,
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:152266
    • 提供者:huangshengqun
  1. edaok_UART_FPGA

    0下载:
  2. 用FPGA实现UART的串口通信,可以设置数据位,校验位,奇偶校验等-With the FPGA to achieve UART serial communication, you can set the data bits, parity bit, parity, etc.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-16
    • 文件大小:4127171
    • 提供者:杨奔
  1. comtemp

    0下载:
  2. 串口控件实现温度数据采集并显示,本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。主要使用方法   串口设置:m_Comm.SetSettings(“波特率,校验方式,数据位数,停止位数”)   取串口数据:m_Comm.GetInput()   你只首先要确定一个mscomm32.ocx控件在system目录下并且该控件已经被windows注册,本程序才能正常运行。 -Serial Port Control to achieve th
  3. 所属分类:Network Security

    • 发布日期:2017-04-02
    • 文件大小:81831
    • 提供者:ak
  1. Linux_chuankou

    0下载:
  2. linux 串口程序开发详细的介绍了诸如:浈流量缓冲,奇偶校验,停止位,等等的设置-linux serial port program development described in detail such as: Zhen flow buffer, parity, stop bits, and so set
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:107110
    • 提供者:lba
  1. GPSCOMPORTnew

    0下载:
  2. 串口通讯,可以自定义串口,波特率,数据位,停止位,校验位,实时监控串口内容进行读取,并根据数据包的不同进行显示。-Serial communication, you can customize the serial port, baud rate, data bits, stop bits, parity bit, real-time monitoring of serial port to read the content and, based on different data packet
  3. 所属分类:GPS develop

    • 发布日期:2017-05-10
    • 文件大小:2268204
    • 提供者:
  1. VB_com1

    2下载:
  2. VB串口初学者很好 的实例,其中有奇偶校验,串口通道选择等-VB Serial good examples for beginners, including parity, serial port channel selection, etc.
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:18524
    • 提供者:tomer
  1. mcs51-io-uart

    0下载:
  2. 利用51的两个输入输出引脚如P1.0和P1.1,置1或0分别代表高低电 平,也就是串口通信中所说的位,如起始位用低电平,则将其置0,停止位为高电平,则将其置 1,各种数据位和校验位则根据情况置1或置0。-Using 51 as the two input and output pins P1.0 and P1.1, set to 1 or 0 representing the high and low, that is said in the bit serial communicati
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:16472
    • 提供者:wkr
  1. FileTransComm

    1下载:
  2. 利用Visual C++ MFC和微软MSComm(Microsoft Communications Control)串口通信控件,借助于串口来传输文件。由于串口的缓冲区限制,需要将文件先分割成多个部分分别打包发送,接收方只有在接收到说有的文件包后才进行解包、校验和拼接,最后提取文件名,提示用户保存。这个资源还包含了一些其它的有用文件和信息…… 对于刚开始利用VC++开发的程序员也是会有较大的帮助,可以下载看看,我相信您会觉得值的-Using Visual C++ MFC and Micro
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:73820
    • 提供者:小小
  1. BCCcomputer

    0下载:
  2. 在串口通信中经常使用到的一种校验位计算方法:即BCC校验位的计算。本软件把算法通过代码的形式写入,你只要输入数据,即可计算出数据的BCC校验位是多少。-Often used in serial communication to a check digit calculation method: the BCC check digit calculation. The software code in the form of the algorithm is written, you can en
  3. 所属分类:Com Port

    • 发布日期:2017-05-13
    • 文件大小:3418641
    • 提供者:zhu
  1. sim_uart

    0下载:
  2. uart 收发器 verilog 代码,实现自收发功能 sys clk = 25m, baud 9600 停止位1, 无校验位; 代码实现了串口自收发功能,及把从 PC 收到的内容都发送会 PC, 其他波特率,自行修改代码即可,在 alter 的FPGA 上调试通过; -verilog code uart transceiver to achieve self-transceiver function sys clk = 25m, baud 9600 1 stop bit, no par
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:2434
    • 提供者:周西东
  1. java_com

    0下载:
  2. java串口调试程序 1.波特率 2.数据位 3.停止位 4.校验位 -java serial debugger 1. baud rate 2. data bit 3. stop bit 4. parity bit
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:17627
    • 提供者:王彬彬
  1. ComTest

    0下载:
  2. 利用pc机的串口功能,实现pc机与下位机的数据传输和校验-Pc machine using the serial port function, realization pc machine and the next crew of the data transfer and validation
  3. 所属分类:Com Port

    • 发布日期:2017-05-19
    • 文件大小:5235205
    • 提供者:zhaowei
« 1 2 34 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com