代码搜索结果
找到约 10,000 项符合
Serial 的代码
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.cpp
// Serial.cpp : implementation file
//
#include "stdafx.h"
#include "GPS.h"
#include "Serial.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#e
serial.h
#if !defined(AFX_SERIAL_H__981F1CE1_F69E_11D5_AC16_0080C80496C8__INCLUDED_)
#define AFX_SERIAL_H__981F1CE1_F69E_11D5_AC16_0080C80496C8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_
serial.c
#include /*标准输入输出定义*/
#include /*标准函数库定义*/
#include /*Unix标准函数定义*/
#include /**/
#include /**/
#include
serial.qsf
# Copyright (C) 1991-2006 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
serial.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity serial is
port(clk32,rstn:in std_logic;
rxd:in std_logic;
txd:out st