代码搜索结果

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

serial.c

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

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 V8.02 SERIAL 01/11/2008 21:15:50 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE SERIAL OBJECT MODULE PLACED IN

serial.c

//----------------------------------------------------------------------------- // Net SERIAL.C // // This module handles RS-232 messages and associated tasks //-----------------------------------

serial.c

/********************************************************************************************************* ** Small RTOS(51) ** Th

serial.c

/********************************************************************************************************* ** Small RTOS(51) ** Th

serial.c

#include "def.h" #include "44b.h" #include "option.h" #include "utils.h" static U16 SerialPortSel; U16 SerialSwitch(U16 port) { #ifdef SERIAL_PORTS_SWITCH // U16 old_sel = SerialPortSel;

serial.c

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