代码搜索:双串口
找到约 10,000 项符合「双串口」的源代码
代码结果 10,000
www.eeworm.com/read/249046/12526116
lis lcd.lis
.module lcd.c
.area text(rom, con, rel)
0000 .dbfile E:\AVR程序\12864串口/lcd.h
0000 .dbfunc e delay_1us _delay_1us
www.eeworm.com/read/335372/12532331
c serial.c
/*
名称:main.c
日期:2005.01.12
作者:廖志凯
功能:
说明:程序使用RTX51实时多任务系统,
*/
#pragma large
#include "serial.h"
/*------------------------------------------------------------------------------*/
//定义串口缓冲区
www.eeworm.com/read/333983/12649270
txt sendmessage.txt
//向串口写入数据,
BYTE UartSendMessage( BYTE type, BYTE source, BYTE len, BYTE *param )
{
UartPut(0xFF);
UartPut(0xFF);
UartPut(type);
UartPut(source);
UartPut(len);
if( len > 0)
{
BYTE i;
www.eeworm.com/read/237854/13926738
c main.c
#include "main.h"
#include
#include "rc531.h"
#include "globe.h"
/*
/****************************************************************
* 函数名:usart0_rx
* 功能说明:串口0
www.eeworm.com/read/201867/15394166
txt redme.txt
打开串口: BOOL InitPort(CWnd* pPortOwner, UINT portnr = 1, UINT baud = 19200, char parity = 'N', UINT databits = 8, UINT stopbits = 1, DWORD dwCommEvents = EV_RXCHAR, UINT writebuffersize = 1024);
启动侦测线程
www.eeworm.com/read/287905/8662440
h c9-4.h
/* c9-4.h 双链树的存储结构 */
#define MAXKEYLEN 16 /* 关键字的最大长度 */
typedef struct
{
char ch[MAXKEYLEN]; /* 关键字 */
int num; /* 关键字长度 */
}KeysType; /* 关键字类型 */
typedef struct
{
KeysTyp
www.eeworm.com/read/384841/8839357
h c9-4.h
/* c9-4.h 双链树的存储结构 */
#define MAXKEYLEN 16 /* 关键字的最大长度 */
typedef struct
{
char ch[MAXKEYLEN]; /* 关键字 */
int num; /* 关键字长度 */
}KeysType; /* 关键字类型 */
typedef struct
{
KeysTyp
www.eeworm.com/read/283512/9014607
~c at24c02.~c
/**********************************************
http://www.sl.com.cn
双龙电子公司----I2C总线演示程序(ICCAVR)
作者:詹卫前
1、以访问AT24C02为例
2、SDA :PORTA.0
3、SCL : PORTA.1
www.eeworm.com/read/283512/9014617
c i2c.c
/**********************************************
http://www.sl.com.cn
双龙电子公司----I2C总线演示程序(ICCAVR)
作者:詹卫前
1、以访问AT24C02为例
2、SDA :PORTA.0
3、SCL : PORTA.1