代码搜索:多串口

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

代码结果 10,000
www.eeworm.com/read/242148/13092227

c uart.c

#include "MEMSIC.h" /**************************************************************************** ** 函数名称: UART0_Init() ** 功能描述: 串口0初始化. ** 入口参数: 无 ** 出口参数: 无 ** 说明: 设置工作模式,定义波特率发生器等. ***
www.eeworm.com/read/242148/13092262

#2 uart.#2

#include "MEMSIC.h" /**************************************************************************** ** 函数名称: UART0_Init() ** 功能描述: 串口0初始化. ** 入口参数: 无 ** 出口参数: 无 ** 说明: 设置工作模式,定义波特率发生器等. ***
www.eeworm.com/read/239568/13271629

frm frmmain.frm

VERSION 5.00 Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX" Begin VB.Form frmMain Caption = "MSComm串口通信示例" ClientHeight = 4140 ClientLeft =
www.eeworm.com/read/319906/13439890

c uart.c

#include "common.h" #include "uart.h" // 串口数据定义 //unsigned char UART_Buffer[UART_BUFFERSIZE]; unsigned char UART_Buffer_Size = 0; unsigned char UART_Input_First = 0; static unsigned ch
www.eeworm.com/read/319905/13439923

c uart.c

#include "common.h" #include "uart.h" // 串口数据定义 //unsigned char UART_Buffer[UART_BUFFERSIZE]; unsigned char UART_Buffer_Size = 0; unsigned char UART_Input_First = 0; static unsigned ch
www.eeworm.com/read/319900/13440005

c uart.c

#include "common.h" #include "uart.h" // 串口数据定义 //unsigned char UART_Buffer[UART_BUFFERSIZE]; unsigned char UART_Buffer_Size = 0; unsigned char UART_Input_First = 0; static unsigned ch
www.eeworm.com/read/316032/13532064

c 25.c

#include "io2313.h" #pragma interrupt_handler uart_rec:8 //定义接收中断向量 unsigned char i; //串口接收中断 void uart_rec() { i=UDR; } //主程序 void main() { UBRR=12;
www.eeworm.com/read/312154/13617761

c putchar.c

/*串口1通信底层函数*/ #include // SFR declarations #define XON 0x11 #define XOFF 0x13 /* * putchar (full version): expands '\n' into CR LF and handles *
www.eeworm.com/read/309425/13671712

c 25.c

#include "io2313.h" #pragma interrupt_handler uart_rec:8 //定义接收中断向量 unsigned char i; //串口接收中断 void uart_rec() { i=UDR; } //主程序 void main() { UBRR=12;
www.eeworm.com/read/306533/13742594

c 25.c

#include "io2313.h" #pragma interrupt_handler uart_rec:8 //定义接收中断向量 unsigned char i; //串口接收中断 void uart_rec() { i=UDR; } //主程序 void main() { UBRR=12;