CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - 校验位

搜索资源列表

  1. 串口通信Delphi实现

    0下载:
  2. 第一步:了解串口通信原理 串口通信的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总常不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。 典型地,串口用于ASCII码字符的传输。通信使用3根线完成:(1)地线,(2)发送,(3)接收。由于串口通信是异步的,端口能够在一根线上发
  3. 所属分类:通讯/手机编程

    • 发布日期:2009-05-16
    • 文件大小:445.09kb
    • 提供者:670522326@qq.com
  1. Uart.rar

    0下载:
  2. UART串口程序,设置波特率和停止位、奇偶校验位等等,使能串口,数据进行发送与接收,再进行显示。,UART serial procedures, set the baud rate and stop bits, parity bit and so on, so that serial port, send and receive data, and then display.
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:138.87kb
    • 提供者:小飞
  1. rs232_receiver

    0下载:
  2. RS232接收程序 无奇偶校验位 并行输出8位数据与data_ready数据准备好信号-RS232 receive procedures without parity 8-bit parallel output data and data ready signal data_ready
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:627byte
    • 提供者:pl
  1. chuankoushoufashezhi

    0下载:
  2. 串口收发设置实例.1.奇偶校验选择的comboBox的Items 排列顺序对应的是 Parity枚举中的顺序。 成员名称 说明 None 不发生奇偶校验检查。 Odd 设置奇偶校验位,使位数等于奇数。 Even 设置奇偶校验位,使位数等于偶数。 Mark 将奇偶校验位保留为 1。 Space 将奇偶校验位保留为 0。 2.同样 停止位ComboBox的Items的排列顺序对应的时StopBits枚举中的顺序。 成员名称 说明 None
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:59kb
    • 提供者:yuhaixia
  1. serial

    0下载:
  2. 该串口调试助手,可选择波特率,校验位等,可以实现定时发送和接收,方便下位机与上位机的通信-The serial debug assistants can choose the baud rate, parity bit and so on, can send and receive from time to time to facilitate the next-bit machine and host computer communication
  3. 所属分类:Com Port

    • 发布日期:2017-04-13
    • 文件大小:2.3kb
    • 提供者:ling
  1. uart_module

    0下载:
  2. 实现精简的uart串口,格式起始位+8bit数据位+可配置的奇偶校验位+停止位-implement a smart UART interface
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:3.57kb
    • 提供者:hut
  1. comdebug

    0下载:
  2. 串口调试助手,很实用的调试工具,可以设置波特率,校验位等-Serial debugging assistant, a very useful debugging tool, you can set the baud rate, parity, etc.
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:155.62kb
    • 提供者:coy
  1. Commix

    0下载:
  2. 非常好的串口调试工具,提供了很好的功能,比如设置波特率,停止位,校验位-A very good serial debugging tools provide a good feature, such as setting the baud rate, stop bits, parity bit, etc.
  3. 所属分类:Com Port

    • 发布日期:2017-03-24
    • 文件大小:192.54kb
    • 提供者:张单群
  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
    • 文件大小:2.16mb
    • 提供者:
  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
    • 文件大小:3.26mb
    • 提供者:zhu
  1. OK

    0下载:
  2. SDI—12协议解析,通过该程序可以解析SDI-12命令,通过RS232串口,波特率1200bps,数据格式7BIT数据位1bit校验位-SDI-12 protocol analysis, the program can be resolved through the SDI-12 commands through the RS232 serial port, baud rate of 1200bps, data format 7BIT data bits parity bit 1bit
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:3.33kb
    • 提供者:lizhao
  1. Check-code

    0下载:
  2. 利用C#,对串口通信中的校验位进行程序编写。-Using c#, the parity of serial communication programs to write
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:12.24kb
    • 提供者:
  1. UART

    0下载:
  2. FPGA实时监测RS232_RX信号是否有数据,若接收到数据,则把接收到的数据通过RS232_TX发送回对方。上位机使用的软件是串口调试助手(多模式课程网站下载)。在代码设计中,数据的波特率是可选的,可以根据需要进行配置,如9600bps,19200bps,38400bps,57600bps或115200bps。发送的数据帧格式为:1位起始位(保持一个传输位周期的低电平),8位数据,无校验位,1位停止位。-The FPGA real monitoring RS232_RX signal whet
  3. 所属分类:Com Port

    • 发布日期:2017-11-16
    • 文件大小:456.66kb
    • 提供者:wang
  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
    • 文件大小:5.62kb
    • 提供者:jiezhou
  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
    • 文件大小:14kb
    • 提供者:闫鹤
  1. chuankou

    0下载:
  2. 单片机串口上位机程序源码,可以选择串口号,波特率,校验位,停止位,具有接受发送功能-Microcontroller serial host computer program source code, you can select the serial number, baud rate, parity, stop bits, and has accepted the sending function
  3. 所属分类:Com Port

    • 发布日期:2017-11-08
    • 文件大小:219.57kb
    • 提供者:jiangyifan`
  1. commassist

    1下载:
  2. 基于mfc的串口读写程序,可以设置数据位,停止位,波特率,校验位等对于学习者很有帮助-Mfc serial-based literacy program, you can set the data bits, stop bits, baud rate, parity and so helpful for learners
  3. 所属分类:Com Port

    • 发布日期:2017-05-15
    • 文件大小:3.47mb
    • 提供者:emma
  1. CZ-HC05

    0下载:
  2. 1、PIO11 置高。 2、上电,模块进入AT 命令响应状态。 3、超级终端或其他串口工具,设置波特率38400,数据位8 位,停止位1 位,无校验位, 无流控制。 4、串口发送字符“AT+ROLE=1\r\n”,成功返回“OK\r\n”,其中\r\n 为回车换行。 5、PIO 置低,重新上电,模块为主模块,自动搜索从模块,建立连接。- bluetooth Welcome to the Q1 user manual. If you are looking for help
  3. 所属分类:Com Port

    • 发布日期:2017-05-10
    • 文件大小:2.34mb
    • 提供者:普迈德
  1. Serial_communication_data

    0下载:
  2. 串口通讯数据用示波器显示出来读取,起始位,校验位,通讯数据示波器直观显示出来-Serial communication data read by oscilloscope display, start bit, parity, data communications oscilloscope intuitive display
  3. 所属分类:Com Port

    • 发布日期:2017-04-25
    • 文件大小:56.71kb
    • 提供者:zzhouhanbo
  1. 奇偶校验

    0下载:
  2. 输入8比特失量,输出其奇校验及偶校验位 分别用信号和变量来做,看看结果有什么不同(Input 8 bit loss, output its odd check and parity bit Do it with signals and variables, and see how the results are different)
  3. 所属分类:串口编程

    • 发布日期:2018-01-08
    • 文件大小:1kb
    • 提供者:莫小依
« 12 3 4 »
搜珍网 www.dssz.com