代码搜索结果
找到约 10,000 项符合
Communication 的代码
serial communication.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2,
serial communication.m51
BL51 BANKED LINKER/LOCATER V6.00 07/31/2006 13:52:30 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
E:\PROGRAM FILES\KEIL\C51\BIN\B
serial communication.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2,
serial communication.m51
BL51 BANKED LINKER/LOCATER V6.00 07/31/2006 13:52:30 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
E:\PROGRAM FILES\KEIL\C51\BIN\B
communication.c.svn-base
/* communication.c */
#include
#include
#include
#include
#include
#include
#include
#include
#includ
communication.h.svn-base
/* communication.h */
#ifndef COMMUNICATION_H_
#define COMMUNICATION_H_
#define PERM 0666
#define C2S_KEY 9999
#define S2C_KEY 9998
#define MAX_MSG_LEN 512
typedef struct msg_data{
long type;
ch