代码搜索结果
找到约 34,298 项符合
Serial 的代码
serial.h
#ifndef SERIAL_H
#define SERIAL_H
#include
#include
#define TIMEOUT_SECS 20
#define DEFAULT_BAUD_RATE 38400;
#define CR 0x0D
#define LF 0x0A
class Serial
{
serial.cpp
#include "StdAfx.h"
#include "stdio.h"
#include "serial.h"
DWORD Serial::m_dwTimeOut=TIMEOUT_SECS;
Serial *Serial::OpenSerial(TCHAR *strPort,int nRate,BOOL bSoftHandshake)
{
Serial *pSerial
serial.d
.\obj\serial.o: Serial.c
.\obj\serial.o: C:\Keil305\ARM\INC\Philips\LPC23xx.H
serial.__i
-c --device DARMP -g -O0 --apcs=interwork --asm --interleave -I "C:\Keil305\ARM\INC\Philips" -o ".\obj\serial.o" --omf_browse ".\obj\serial.crf" --depend ".\obj\serial.d" "Serial.c"
serial.txt
; generated by ARM/Thumb C/C++ Compiler with , RVCT3.1 [Build 939] for uVision
; commandline ArmCC [--debug -c --asm --interleave -o.\obj\serial.o --depend=.\obj\serial.d --device=DARMP --apcs=interw
serial.rc2
//
// SERIAL.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////
serial.dsp
# Microsoft Developer Studio Project File - Name="Serial" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
serial.plg
Build Log
--------------------Configuration: Serial - Win32 Debug--------------------
Command Lines
Results
Serial.exe - 0 erro
serial.lnp
"Serial.obj"
TO "Serial"
RAMSIZE(256)
serial.lnp
"Serial.obj"
TO "Serial"
RAMSIZE(256)