代码搜索结果
找到约 10,000 项符合
Communication 的代码
communication-interface.d
app/communication-interface.d app/communication-interface.o: \
../app/communication-interface.c ../app/communication-interface.h
../app/communication-interface.h:
communication-interface.c
#include "communication-interface.h"
int create_msg_queue(int key)
{
int msgfd;
if( (msgfd = msgget(key, IPC_CREAT|IPC_EXCL| 00666)) < 0)
{
if( (msgfd = msgget(key, IPC_CREAT|0066
communication-interface.h
#ifndef COMMUNICATION_INTERFACE_H_
#define COMMUNICATION_INTERFACE_H_
#include
#include
#include
#include
#define MAX_MSG_LENGTH 128
typedef str
serial communication.hex
:10003000758160759850758920438780758DF3753B
:100040008BF3D28E3098FDC298E599F5993099FDE1
:04005000C29980F0E1
:00000001FF
serial communication.plg
礦ision3 Build Log
Project:
E:\Program Files\Labcenter Electronics\Proteus 6 Demonstration(2)\51 Serial Communication\Serial Communication.uv2
Project File D
serial communication.asm
ORG 30H
START: MOV SP,#60H
MOV SCON,#01010000B ;设定串行方式:
;8位异步,允许接收
MOV TMOD,#20H ;设定计数器1为模式2
ORL PCON,#10000000B ;波特率加倍
MOV TH1,#0F3H ;设定波特率为4800
MOV TL1,#0F3H
serial communication.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {