代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.c
/* 2407A板:将JP11和JP14短接到2-3;
使用直连的串口通信电缆;
启动串口调试助手.exe;
PC机发送一个"."为结束标志
*/
#include "2407c.h"
void wait(int nWait);
char cString[17]={ "Hello PC!,Over|" },cReceive,cBu
serial.h
int open_port(int fd,int comport);
int set_opt(int fd,int nSpeed, int nBits, char nEvent, int nStop);
serial.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
serial.h
void putc(unsigned char c);
unsigned char getc( );
void printk(unsigned char* str);
serial.c
#include "s3c2410.h"
#include "serial.h"
#define TXD0READY (1
serial.h
void putc(unsigned char c);
unsigned char getc( );
void printk(unsigned char* str);
serial.c
#include "s3c2410.h"
#include "serial.h"
#define TXD0READY (1
serial.c
/******************************************************************************/
/* This file is part of the uVision/ARM development tools */
/* Copyright KEIL ELEKTRONIK GmbH 2