代码搜索结果

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

serial.c

/******************************************************************************/ /* SERIAL.C: Low Level Serial Routines */ /***********************************

serial.lst

C51 COMPILER V7.50 SERIAL 07/04/2005 21:07:51 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE SERIAL OBJECT MODULE PLACED IN

serial.c

#include "STC89C58.h" #include "TG01R.h" #include #include "string.h" /*------------------------------------------------------------------------------------------- 函数原型: void Ini

serial.__i

"Serial.c" BROWSE DEBUG OBJECTEXTEND

serial.cpp

// Serial.cpp: implementation of the CSerial class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "PocketGPS.h" #include "Serial.h" #in

serial.h

// Serial.h: interface for the CSerial class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_SERIAL_H__7354CEB8_F684_4C53_826C_2BBF8099E923__INCLUDED_)

serial.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to

serial.v

/* 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在 PC机上安装一个串口调试工具来验证程序的功能。 程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控 制器,10个bit是1位起始位,8个数据位,1个结束 位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实 现相应的波特率。程序当前设定的div_par 的值是27=50M/1152 ...