代码搜索结果
找到约 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.cpp
// Serial.cpp: implementation of the CSerial class.
//
//////////////////////////////////////////////////////////////////////
/*
** FILENAME CSerial.cpp
**
** PURPOSE This class can read, w
serial.h
// Serial.h: interface for the CSerial class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SERIAL_H__9C0F5CF8_313F_4F6C_99C4_8016F6FD4A4B__INCLUDED_)
serial.java
//==============================================================
// Serial.java - Use static data and method to serialize objects
//
// Java学习源代码检索系统 Ver 1.0 20031015 免费正式版
// 版权所有: 中国IT认证实验室(www.
serial.h
/*********************************************************************************************************
** Small RTOS(51)
** Th
serial.c
/*********************************************************************************************************
** Small RTOS(51)
** Th