代码搜索:多串口
找到约 10,000 项符合「多串口」的源代码
代码结果 10,000
www.eeworm.com/read/450716/7477606
dbg 串口发送接收.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.2
CPU AVR
FRAMEPOINTER Y
DIR E:\xiaozhiyong2009\设计资料\项目设计\ICCAVR_mega8_C\ICCAVR_mega8_串口发送接收\
FILE 串口发送接收.c
FUNC port_init 76 fV
BLOCK 9 76
LINE 9 76
LINE 10
www.eeworm.com/read/450716/7477607
cof 串口发送接收.cof
www.eeworm.com/read/450716/7477608
mp 串口发送接收.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/450716/7477609
hex 串口发送接收.hex
:0200000018C026
:0200160088C0A0
:140026007869616F7A6869796F6E6700CFE5D4E0CDBFDEBF7C
:14003A00CE51D0400AEA08830024ECE6F0E010E0EC36F10734
:14004E0011F00192FBCF0083E6E2F0E0A0E6B0E010E000E03F
:140062
www.eeworm.com/read/450716/7477610
mak 串口发送接收.mak
CC = iccavr
CFLAGS = -e -D__ICC_VERSION="7.14C" -DATMega8 -l -g -Mavr_enhanced_small -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -g -e:0x2000 -Wl-W -bfunc_lit:0x26.0x2000 -dram_end:0x45f -bdata:0
www.eeworm.com/read/450716/7477611
s 串口发送接收.s
.module _串口发送接收.c
.area text(rom, con, rel)
.dbfile E:\xiaozhiyong2009\设计资料\项目设计\ICCAVR_mega8_C\ICCAVR_mega8_串口发送接收\串口发送接收.c
.dbfunc e port_init _port_init fV
.even
_port_init::
.dbline -1
www.eeworm.com/read/450716/7477612
lis 串口发送接收.lis
.module _串口发送接收.c
.area text(rom, con, rel)
0000 .dbfile E:\xiaozhiyong2009\设计资料\项目设计\ICCAVR_mega8_C\ICCAVR_mega8_串口发送接收\串口发送接收.c
www.eeworm.com/read/450716/7477613
dsn 串口发送接收.dsn
www.eeworm.com/read/450716/7477614
pwi 串口发送接收.pwi
www.eeworm.com/read/439006/7718175
c 串口12864.c
#include
#define uint unsigned int
#define uchar unsigned char
#define x1 0x80
#define x2 0x88
#define y 0x80
#define comm 0
#define dat 1
sbit cs = P3^0;
sbit st