代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.c
/*----------------------------------------------------------------------------
* Name: serial.c
* Purpose: serial port handling
* Version: V1.00
*----------------------------
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.07 SERIAL 11/25/2003 15:47:50 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE SERIAL
OBJECT MODULE PLACED IN
serial.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
serial.asm
;
; File:
; serial.asm
; Description:
; Serial device driver
;
; Copyright (c) 1998
; Pasquale J. Villani
;
serial.c
#include "CommSerial.h"
#include "global.h"
#include "stdio.h"
#include "syslog.h"
#include "wcommon.h"
//#include "stderr.h"
//////////////////////////////////////////////////////////////////
serial.cc
/*========================================================================
Serial.cc : Class wrapper for Serial I/O on Linux
---------------------------------------------------------------------
serial.h
/*========================================================================
Serial.h : Class wrapper for Serial I/O on Linux
----------------------------------------------------------------------
serial.c
/*
* serial.c
*
* This module implements the rs232 io functions
* void rs_write(struct tty_struct * queue);
* void rs_init(void);
* and all interrupts pertaining to serial IO.
*/
#include