代码搜索:多串口

找到约 10,000 项符合「多串口」的源代码

代码结果 10,000
www.eeworm.com/read/311186/13634051

h iceserial.h

/* Serial.h * * 对串口操作。 * * * * * * * * * * * * * * * * * * * * * * * * * */ #ifndef __SERIAL_H__ #define __SERIAL_H__ #define FC_DTRDSR 0x01 #define FC_RTSCTS 0x02 #define
www.eeworm.com/read/309907/13662404

c serial.c

/***************************** * 串口通信程序 *****************************/ // ./serial -d 1 -v 115200 8N1N #include #include #include #include #include
www.eeworm.com/read/306393/13745493

lis sio.lis

.module sio.c .area text(rom, con, rel) 0000 .dbfile D:\桌面\avr程序设计\串口通讯范例\sio.c 0000 .dbfunc e Com_init _Com_in
www.eeworm.com/read/302131/13841730

txt ocmj2bc(ser).txt

/********************************OCMJ2X8c串口程序(keil c51)******************************************/ #include #define uint unsigned int #define uchar unsigned char #define x 0x80
www.eeworm.com/read/127514/6004902

s sendstr.s

;****************************************************************************** ; File:SENDSTR.S ; 功能:串口发送数据。 ; 说明:将跳线器JP2短接。 ; 使用外部11.0592MHz晶振,不使用PLL,Fpclk = 1/4 Fcclk。 ;******************
www.eeworm.com/read/127514/6004910

c sendstr.c

/**************************************************************************** * File:SENDSTR.C * 功能:串口发送数据。 * 说明:将跳线器JP2短接。 * 使用外部11.0592MHz晶振,不使用PLL,Fpclk = 1/4 Fcclk。 ***********************
www.eeworm.com/read/124402/6048777

s sendstr.s

;****************************************************************************** ; File:SENDSTR.S ; 功能:串口发送数据。 ; 说明:将跳线器JP2短接。 ; 使用外部11.0592MHz晶振,不使用PLL,Fpclk = 1/4 Fcclk。 ;******************
www.eeworm.com/read/124402/6048785

c sendstr.c

/**************************************************************************** * File:SENDSTR.C * 功能:串口发送数据。 * 说明:将跳线器JP2短接。 * 使用外部11.0592MHz晶振,不使用PLL,Fpclk = 1/4 Fcclk。 ***********************
www.eeworm.com/read/487510/6515110

scc mssccprj.scc

[SCC] SCC=This is a source code control file [Comm.vbp] SCC_Project_Name=this project is not under source code control SCC_Aux_Path= [串口.vbp] S
www.eeworm.com/read/486629/6537068

h process.h

#ifndef _PROCESS_H #define _PROCESS_H ///////////////////////////////////////////////// // 定义串口处理函数 void Init_Process(void); int ProcessUART0(char pBuf[],int nLen); int ProcessUART1(char pBuf[