代码搜索结果

找到约 10,000 项符合 Serial 的代码

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.c

//----------------------------------------------------------------------------- // Net SERIAL.C // // This module handles RS-232 messages and associated tasks //-----------------------------------

serial.h

/********************************************************************** * * Filename: serial.h * * Description: Header file for the serial port class. * * Notes: * * * Co

serial.cpp

/********************************************************************** * * Filename: serial.cpp * * Description: Implementation of the SerialPort class. * * Notes: * * *

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.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.c

/* * linux/kernel/serial.c * * Copyright (C) 1991, 1992 Linus Torvalds * * Extensively rewritten by Theodore Ts'o, 8/16/92 -- 9/14/92. Now * much more extensible to support other ser

serial.h

/* * include/linux/serial.h * * Copyright (C) 1992 by Theodore Ts'o. * * Redistribution of this file is permitted under the terms of the GNU * Public License (GPL) */ /* * This is

serial.h

/**************************************************************************** * file name: serial.h *****************************************************************************/ void init_uart(v