代码搜索结果
找到约 10,000 项符合
Communication 的代码
serial_communication.cpp
// Serial_Communication.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Serial_Communication.h"
#include "Serial_CommunicationDlg.h"
#ifdef _DEBUG
#de
serial_communication.dsp
# Microsoft Developer Studio Project File - Name="Serial_Communication" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "
communication_usart.c
/*
********************************************************************************************
源程序文件名: Communication_USART.c
源程序名称: 通用同步异步接收发送器(USART)异步中断接收和发送通信源程序文件
程序版本: 1.0
communication_usart.h
/*
********************************************************************************************
头部文件名: Communication_USART.h
头部文件名称: 通用同步异步接收发送器(USART)异步中断接收和发送通信的头部文件
文件版本: 1.0
series_communication.hex
:1001F90000E010080810E000000F102020100F0088
:10020900001010F8000000000020203F202000000E
:100219000070080808887000003028242221300066
:1002290000300888884830000018202020110E006E
:100239000000C02010F
series_communication.lst
C51 COMPILER V7.06 SERIES_COMMUNICATION 03/23/2007 12:18:49 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE SERIES_COMMUNICATION
OBJECT MOD
series_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 {
series_communication.c
//单片机串行口通信测试程序甲机程序.制作:№→蓝海啸浪 404530302
//当按下P1.0时,LCD12864左屏显示0,按P1.1显示1.依次类推
//每按下一次键都会将键值通过串行口发给乙机,乙机收到后再发回来,
//甲机收到后乘以2显示在LCD右屏上
#include
#include
#include