代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.c
#include
#define FLOW_TH0 0X0EA //for 11.059MHz crystal
#define FLOW_TL0 0X0CE
#define SOH 0X01
sbit LED = P1^7;
unsigned char c;
unsigned char k;
unsig
serial.c
/******************************************************************************/
/* This file is part of the uVision/ARM development tools */
/* Copyright KEIL ELEKTRONIK GmbH 2
serial.lst
ARM COMPILER V2.50a, Serial 23/09/08 18:04:45 PAGE 1
ARM COMPILER V2.50a, COMPILATION OF MODULE Serial
OBJECT MODULE PLACED I
serial.h
/* serial.h - serial device interface */
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 2000,2001,2002 Free Software Foundation, Inc.
*
* This program is free software; you can redist
serial.c
/* serial.c - serial device interface */
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 2000,2001,2002 Free Software Foundation, Inc.
*
* This program is free software; you can redist
serial.h
sbit KEY_RES=P2^6; //定义日期和时间转换按键
void init_serialcomm( void )
{
SCON = 0x50 ; //SCON: serail mode 1, 8-bit UART, enable ucvr
TMOD |= 0x20 ; //TMOD: t
serial.c
/*
* $Id: Serial.C,v 1.8 2004/01/26 19:55:51 troth Exp $
*
****************************************************************************
*
* uisp - The Micro In-System Programmer for Atmel AVR mic
serial.h
/*
* $Id: Serial.h,v 1.3 2002/11/15 21:40:09 troth Exp $
*
****************************************************************************
*
* uisp - The Micro In-System Programmer for Atmel AVR mic
serial.c
#include "../inc/def.h"
#include "../inc/config.h"
#include "../inc/board.h"
#include "44b.h"
#include "option.h"
static U16 SerialPortSel;
U16 SerialSwitch(U16 port)
{
#ifdef SERIAL_PORTS