代码搜索:串行闪存

找到约 5,515 项符合「串行闪存」的源代码

代码结果 5,515
www.eeworm.com/read/284974/8881120

txt 10.2.2串行口扩展显示.txt

SDISP: MOV R2,#04H MOV R0,#26H LOOP0: MOV A,@R0 ADD A,#0BH MOVC A,@A+PC MOV SBUF,A LOOP1: JNB TI,LOOP1 CLR TI INC R0 DJNZ R2,LOOP0
www.eeworm.com/read/363815/9935262

c 115.2k串行口通信程序.c

//115.2k串行口通信程序,校验方式为简单双向校验, //而且是必要的,因为任何采用中断、crc等的方法 //均很难保证速度和避免错误. //总体速度5KB/秒 //单片机程序 //使用22.1184晶振 unsigned char time,b_break,b_break_3; //35.555ms void int_t0(void) interrupt 1 {
www.eeworm.com/read/168166/9936008

mht 串行直连电缆 9针-25针(nullmodem).mht

From: Subject: =?gb2312?B?tK7Q0Naxway158DCIDnV6y0yNdXrKE51bGxNb2RlbSk=?= Date: Tue, 8 Jun 2004 22:40:21 +0800 MIME-Version: 1.0 Content-Type: multipart/related
www.eeworm.com/read/163189/10172132

txt 10.2.2串行口扩展显示.txt

SDISP: MOV R2,#04H MOV R0,#26H LOOP0: MOV A,@R0 ADD A,#0BH MOVC A,@A+PC MOV SBUF,A LOOP1: JNB TI,LOOP1 CLR TI INC R0 DJNZ R2,LOOP0