代码搜索:多串口
找到约 10,000 项符合「多串口」的源代码
代码结果 10,000
www.eeworm.com/read/277451/10638181
c uart.c
#define UART_IN
#include "config.h"
/****************************************************************************
* 名 称:Uart_SendByte()
* 功 能:向串口UART0发送字节数据。
* 入口参数
www.eeworm.com/read/350460/10741902
cpp spserialport.cpp
// SPSerialPort.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "PSerialPort.h"
//Global Variables:
HWND g_hwndCB;
HINSTANCE g_hInst;
//串口类
www.eeworm.com/read/348767/10868233
c uart.c
#include "lpc21xx.h"
#define Fpclk 11059200/4
#define UART_BPS 4800 /* 串口通信波特率 */
#define LN 128
int RcvNew;
enum OptCodeType {PUS
www.eeworm.com/read/348675/10876368
c main.c
#include
#include
/******************************************************************************/
//函数名称: Serial_init
//功 能: 串口初始化
//输入参数: 无
//输出参数: 无
/****
www.eeworm.com/read/272514/10954732
bak key.c.bak
/****************************************************************
程序(函数)名称:串口键盘驱动程序
功能描述:
参数:
作者 林剑福
创建日期:2006-12-20
修改日期:2007-09-14
*********************************************************
www.eeworm.com/read/272514/10954739
c key.c
/****************************************************************
程序(函数)名称:串口键盘驱动程序
功能描述:
参数:
作者 林剑福
创建日期:2006-12-20
修改日期:2007-09-14
*********************************************************
www.eeworm.com/read/272514/10954745
bak key.bak
/****************************************************************
程序(函数)名称:串口键盘驱动程序
功能描述:
参数:
作者 林剑福
创建日期:2006-12-20
修改日期:2007-09-14
*********************************************************
www.eeworm.com/read/461933/7214250
c main.c
#include
#include
#include "sd.h"
#include "fat.h"
#include "type.h"
#define ClockCPU 8000000
#define Baud 2400//串口
www.eeworm.com/read/458522/7295002
c chuankoushiyan .c
//========================================================
//串口通信实验
//单片机自动给上位机发送ASCII码为0~127的字符
//=========================================================
#include
unsigned char i=0;
www.eeworm.com/read/454524/7387870
c sio.c
/************************************************
文件:sio.c
用途:结构化串口通信程序
注意:
创建:2008.1.26
修改:2008.1.26
Copy Right (c) www.avrvi.com AVR与虚拟仪器
************************************************/