代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.c
/*
* linux/kernel/serial.c
*
* (C) 1991 Linus Torvalds
*/
/*
* serial.c
*
* This module implements the rs232 io functions
* void rs_write(struct tty_struct * queue);
* void rs_init(void);
serial.txt
IP4013487442
serial.c
Linux/kernel/chr_drv/serial.c
serial.h
#ifndef _SERIAL_
#define _SERIAL_
#define BAUDRATE0 115200 // 用户定义的UART0 波特率
#define DB_SENDMAXSIZE 0x80
#define DB_RECMAXSIZE 0x80
void init_serial(void);
void OpenComm(void);
void SendC
serial.lst
C51 COMPILER V7.06 SERIAL 03/01/2004 09:03:33 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE SERIAL
OBJECT MODULE PLACED IN
serial.c
//-----------------------------------------------------------------------------
// Net SERIAL.C
//
// This module handles RS-232 messages and associated tasks
//-----------------------------------
serial.h
// Serial.h: interface for the CSerial class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SERIAL_H__D540DE7D_5074_4A3B_A047_1C753E1C8C98__INCLUDED_)
serial.cpp
// Serial.cpp: implementation of the CSerial class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Serial.h"
#ifdef _DEBUG
#undef THI
serial.mak
# make file for seriall.lib BW 05/25/91
MODE=l
serial$(MODE).lib: crc.obj uart.obj charqueu.obj comports.obj \
timer.obj serialpo.obj modem.obj
# MAKE serial$(MODE).lib :
if exist seria