代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CSerialDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "serial.
serial.plg
Build Log
--------------------Configuration: serial - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS\TEMP\RS
serial.h
#include
#include
#define uchar unsigned char
uchar TemData;
uchar Channel;
uchar TestType;
uchar Test;
sbit ENH = P1^2;
sbit ENL = P1^3;
void Init();
serial.c
#include
void main()
{
Init();
while(1)
{
}
}
void Init()
{
TestType = 0;
Channel = 0;
TemData = 0;
P1 = 0;
P1 = 0x40; //检测是否进入中断
TMOD = 0x20;
TL1 = 0xE5;//0xF
serial.lst
A51 MACRO ASSEMBLER SERIAL 01/01/2001 00:16:12 PAGE 1
MACRO ASSEMBLER A51 V7.08a
OBJECT MODULE PLACED IN serial.OBJ
ASSEMBLER
serial.asm
org 0000h
sjmp main
org 0030h
main: mov tmod,#20h
mov th1,#0fah
mov scon,#50h
setb tr1
again1: mov dptr,#sdata
; ACALL DISP_STRING
again:
clr a
movc a,@a+dptr
acall send
serial.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 {
serial.lnp
"serial.obj"
TO "serial"