代码搜索结果
找到约 10,000 项符合
Communication 的代码
gps_communication.cpp
// gps_communication.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "gps_communication.h"
#include "gps_communicationDlg.h"
#ifdef _DEBUG
#define new
gps_communication.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
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 {