代码搜索:多串口
找到约 10,000 项符合「多串口」的源代码
代码结果 10,000
www.eeworm.com/read/174724/9575144
c main.c
/////////////////////////////////////
// Generated Initialization File //
/////////////////////////////////////
//F320和AT89C52之间的串口通信
//发送和接受中的延迟不要更改!
//波特率不要更改!
//编程日期:2006.9.22-2006.9.24,作
www.eeworm.com/read/366527/9810026
c txd8951.c
/*******************************************************************************
*
* 文件名称:txd8951.c
*
* 功能描述:串口发送数据。
* 发起通信请求(发送呼叫号),等待应答
接收到应答号,通信建立,开始数据传输
*
* 开发环
www.eeworm.com/read/363428/9951886
c uart.c
//uart.c
//初始化UART0
# include "ioCC2430.h"
/*****************************************
*函数功能 :初始化串口
*入口参数 : 无
*返 回 值 :无
*说 明 :57600-n-8-0
****************************
www.eeworm.com/read/166224/10028735
+
//
// 计算机无线通信串口程序.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
www.eeworm.com/read/166224/10028746
+
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMyDlg
LastTemplate=CView
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "计算机无线通信串口程序.h
www.eeworm.com/read/359676/10130268
c key.c
/*
串口转键盘驱动
Brad 2004-11-29
*/
#include
#if defined(COBFIG_MODVERSIONS)
#define MODVERSIONS
#include
#endif
#include
#include
www.eeworm.com/read/425992/10296947
c uart.c
//uart.c
//初始化UART0
# include "ioCC2430.h"
/*****************************************
*函数功能 :初始化串口
*入口参数 : 无
*返 回 值 :无
*说 明 :57600-n-8-0
****************************
www.eeworm.com/read/161795/10375139
c mmm.c
#include
#include
#include "string.h"
#include "intrins.h"
//***********************串口初始化波特率定义*****原有********************
#define OSC_FREQ 11059200L
#de
www.eeworm.com/read/421702/10709284
txt io驱动74ls164.txt
//-------------------------------------库函数声明,管脚定义--------------------------------------------
#include
sbit simuseri_CLK=P1^6; //用P1^6模拟串口时钟
sbit simuseri_DATA=P1^5; //
www.eeworm.com/read/420057/10820552
asm 模数转换(ad)程序.asm
;;MCU:89S51 COLCK:11.0592MHZ
;;;;;读到AD,并通过RS232送入电脑显示数据,电脑中要打开串口调试软件,才能显示实验板送来的数据
;;;;;
;***********************************************************************