代码搜索结果
找到约 10,000 项符合
Communication 的代码
cdc.h
/*----------------------------------------------------------------------------
* U S B - K e r n e l
*----------------------------------------------------------------------------
* N
readme.txt
"Hard to find" full description of ContactID protocol from Ademco used by many home security devices to send messages to CMS (Central Monitoring Station) about security events.
Has full technical
cdc.h
/*----------------------------------------------------------------------------
* U S B - K e r n e l
*----------------------------------------------------------------------------
* N
reader.h
/****************************************************************************
*
* File: READER.H(HEADER for all fil
abstract.txt
This example program shows how to use the RTX Kernel mailboxes
for task inter-communication. Because the message objects in this
example are fixed size, the RTX Thread-Safe Fixed-Block Memory
Alloc
ad7730.c
/*********************************************************************
Author : ADI - CAST
Date : September 2003
File : AD7730.c
Hardware : ADu
readme.txt
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : Serial_Communication
============================================================
对奇偶校验的 说明.txt
基本思想说明:利用实验一的代码,在发送端计算发送数据1的个数,按奇偶校验的规则给出校验信号,并
发送到接受端,接受接到后单独保存校验信号。然后由接受端对接受到的数据按按奇偶校验
的规则进行计算出结果,同事先保存的校验信号进行比较。若是相同则向发送端发送“ACK”
信号,否则发送“NAK”信号。当发送端接受到确 ...