代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.lst
C51 COMPILER V7.20 SERIAL 05/08/2005 16:32:11 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE SERIAL
OBJECT MODULE PLACED IN
serial.c
#include
extern unsigned char command,recommand;
extern bit receiveFlag;
void serial(void)
{
unsigned char i, j,k;
receiveFlag = 0;
// SCON = 0x0e0; /*
serial.lst
C51 COMPILER V7.20 SERIAL 04/28/2005 15:49:15 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE SERIAL
OBJECT MODULE PLACED IN
serial.c
#include
extern unsigned char command,recommand;
extern bit receiveFlag;
void serial(void)
{
unsigned char i, j,k;
receiveFlag = 0;
// SCON = 0x0e0; /*
serial.cpp
// Serial.cpp: implementation of the CSerial class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "resource.h"
#include "CSerial.h"
/
serial.h
//Mobile control class by SkyVense
//If you modified this file, please send a copy to skyvense@online.sh.cn
//Thank you!
//Last modifed 2002-02-29 by SkyVense
// Serial.h
#define FC_DTRDS