代码搜索:多串口
找到约 10,000 项符合「多串口」的源代码
代码结果 10,000
www.eeworm.com/read/255333/12089069
c onestime_pwm.c
// *********************************
// LPC2000 SYSTEM WITHOUT OS
// FILE: Uart0_main_receive2
// MODIFIED: ZY 2007-5-10 10:34
// *********************************
//串口将接受的字符发送给PC,8个BYTE以内,
www.eeworm.com/read/255333/12089090
c time_pwm.c
// *********************************
// LPC2000 SYSTEM WITHOUT OS
// FILE: Uart0_main_receive2
// MODIFIED: ZY 2007-5-10 10:34
// *********************************
//串口将接受的字符发送给PC,8个BYTE以内,
www.eeworm.com/read/339744/12206773
asm pccom2.asm
; FILENAME:
; 内容: 微机串口通信功能综合检测
DISP MACRO VAR
MOV AH, 9
MOV DX, OFFSET VAR
INT 21H
ENDM
DATA SEGMENT
TEXT DB 'THE QUICK BROWN FOX JUMPS OVER LAZY DOG
www.eeworm.com/read/252972/12252196
c main_gprs.c
/*
*********************************************************
* Copyright (c)
* All rights reserved.
*
* 文件名称:main_uart.c
* 文件标识:程序实现体
* 摘 要:本文件是对UART串口0功能的测试
*
* 当前版本:1.0
www.eeworm.com/read/337568/12358407
c main.c
#include
#include
#include "driver.h"
#include "sle4442.h"
main(void)
{
//系统初始化
//串口初始化
UART_INIT();
while(1)
{
ComTran();
}
www.eeworm.com/read/336661/12426471
c shell.c
/*****************************************************************************
;项目名称:SHELL
;创建日期:2007.6.19
;创 建 人:何 呈
; E-mail : hecheng@hrbeu.edu.cn
;修改日期:2007.6.19
;参考文档:无
;特殊说明:实现串口的调试功能
;
www.eeworm.com/read/210237/15202980
h funcdecl.h
#pragma once
#include "CmnDef.h"
BOOL ProcessGlobalArgs();
namespace GeneralModular
{
} //end namespace GeneralModular
/*串口通信和PXI初始化功能的函数定义部分*/
namespace NMRS232
{
//定义继电器开关
www.eeworm.com/read/207850/15260438
txt io驱动74ls164.txt
//-------------------------------------库函数声明,管脚定义--------------------------------------------
#include
sbit simuseri_CLK=P1^6; //用P1^6模拟串口时钟
sbit simuseri_DATA=P1^5; //
www.eeworm.com/read/13838/284055
c main.c
#include "config.h"
/* 定义串口模式设置数据结构 */
typedef struct UartMode
{
uint8 datab; //字长度,5/6/7/8可选
uint8 stopb; //停止位,1/2可选
www.eeworm.com/read/16307/668832
c 测距程序.c
/***********************************************************************************************************/
//HY-SRF05 超声波测距模块 DEMO 程序
//晶振:11。0592
//接线:模块TRIG接 P3.7 ECH0 接P3.6
//串口波特率9600
/**