代码搜索:多串口
找到约 10,000 项符合「多串口」的源代码
代码结果 10,000
www.eeworm.com/read/136591/5868033
c mode3_master.c
//////////////UART0 模式3多机通讯主机程序/////////////////
/////////////mode3_master.c//////////////////////
#include
#define aalen 6
#define SLAVE_AD 0x80
typedef unsigned char uchar;
type
www.eeworm.com/read/113806/6125569
java ui_ex7.java
// 程序名UI_Ex7.java
// 测试使用命令多屏幕浏览
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class UI_Ex7 extends MIDlet implements CommandListener {
private Display display
www.eeworm.com/read/466445/6327441
c mode3_master.c
//////////////UART0 模式3多机通讯主机程序/////////////////
/////////////mode3_master.c//////////////////////
#include
#define aalen 6
#define SLAVE_AD 0x80
typedef unsigned char uchar;
type
www.eeworm.com/read/408412/11389218
s sysalib.s
/* sysALib.s - Samsung SBC ARM7 system-dependent routines */
/* Copyright 1984-2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01o,28jul04,a_m BSP定制 for 多刃剑开发
www.eeworm.com/read/347932/11627557
s sysalib.s
/* sysALib.s - Samsung SBC ARM7 system-dependent routines */
/* Copyright 1984-2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01o,28jul04,a_m BSP定制 for 多刃剑开发
www.eeworm.com/read/347738/11639333
c 12_4.c
//串行多机通信
# include
# define buf 8 /* 定义发送缓冲区大小 */
unsigned char buffer [ 8 ] = [ 'a','b','c','d',
'e','f','g','h'] ; /* 定义发送数据 */
unsigned char p;
main ()
{
SCON = 0
www.eeworm.com/read/233487/14149630
h sdcommon.h
#ifndef __SDCOMMON_H__
#define __SDCOMMON_H__
/* SD卡信息结构体定义 */
/* the information structure variable of SD Card*/
typedef struct SD_STRUCT
{
INT32U card_posnum; /* 卡位置号,用于多卡时 */
IN