代码搜索结果
找到约 10,322 项符合
Communication 的代码
stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// communication.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "st
communication.c
#include
float ZeroData; //零点数据
float CheckData[5];
void Rs232Init()
{
TMOD=0x21; //定时器0工作方式1,定时器1工作方式2(自动重装载)
TL1=0xFA;
TH1=0xFA; //设定波
spmk2002sensor.lnp
"STARTUP.obj",
"Main.obj",
"Messure.obj",
"Communication.obj",
"Asmfile.obj",
"lcd_show.obj",
"key_new.obj"
TO "Spmk2002Sensor"
RAMSIZE(256)
i2c_rxd_txd.c
/*************************** Function Message ****************************
** Funtion Name : I2C_Txd
** Arguments: BYTE bComOrder: the communication order
** Return Value: return the communicat
i2c_stop.c
/*************************** Function Message ****************************
** Funtion Name : I2C_Stop
** Arguments: BYTE bComOrder: the communication order
** Return Value: return the communica
kb.h
// Keyboard communication routines
#ifndef __KB_INCLUDED
#define __KB_INCLUDED
#include
#define CLOCK 2
#define DATAPIN 3
#define ISC00 0
#define ISC01 1
void InitKeyBo
readme.txt
程序正确运行后,会在超级终端上输出如下信息:
boot success...
UART0 Communication Test Example
Please input words, then press Enter:
如果输入字符就会马上显示在超级终端上(假设输入为 abcdefg),输入回车符后打印一整串字符:
The words that you input a
q.m
% File: q.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with Wireless App
pcpeq.c
/*PCPEQ.C-PC HOST/EVM COMMUNICATION PROGRAM*/
#include
#include
#define IOBASE 0x280
#define PORT (IOBASE+0x800)
main()
{
int i;
outp(PORT,0x00);
clrscr();