代码搜索:串行闪存

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

代码结果 5,515
www.eeworm.com/read/401210/11561187

plg main.plg

礦ision2 Build Log Project: D:\已完成\单片机语言C51典型应用\单片机C51典型应用设计代码\第5章串行口\5-2\main.uv2 Project File Date: 08/15/2005 Output:
www.eeworm.com/read/401210/11561195

plg 5.4.plg

礦ision2 Build Log Project: D:\已完成\单片机语言C51典型应用\单片机C51典型应用设计代码\第5章串行口\5-4\5.4.uv2 Project File Date: 08/24/2005 Output:
www.eeworm.com/read/401210/11561215

plg withpc.plg

礦ision2 Build Log Project: D:\已完成\单片机语言C51典型应用\单片机C51典型应用设计代码\第5章串行口\5-3\withpc.uv2 Project File Date: 08/15/2005 Output:
www.eeworm.com/read/401210/11561225

plg 5.1.plg

礦ision2 Build Log Project: D:\已完成\单片机语言C51典型应用\单片机C51典型应用设计代码\第5章串行口\5-1\5.1.uv2 Project File Date: 08/24/2005 Output:
www.eeworm.com/read/346444/11745091

txt pc-at51.c.txt

1 上位机程序 Private Sub Form- Load( ) MSComm1.CommPort=1‘选择通信端口1’ MSComm1.InputLen=0‘串行数据接收缓冲区初始化’ MSComm1.Settings=“9600, n, 8, 1” 设置端口参数: 波特率为9 600 b/s, 无奇偶校验位, 8 位数据, 1 位停 止位。 MSComm1.PortOp
www.eeworm.com/read/259311/11808396

c pc_115k.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/258038/11893002

asm serial communication.asm

ORG 30H START: MOV SP,#60H MOV SCON,#01010000B ;设定串行方式: ;8位异步,允许接收 MOV TMOD,#20H ;设定计数器1为模式2 ORL PCON,#10000000B ;波特率加倍 MOV TH1,#0F3H ;设定波特率为4800 MOV TL1,#0F3H
www.eeworm.com/read/257126/11948882

c pc_115k.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/154104/11989062

c pc_115k.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/342679/12006765

txt msp430f14912232lcd.txt

# include #define SID 0x08 //串行数据输入端 #define SCK 0x04 //同步时钟输入端 #define DDRAM_0 0x80 //显示回位 #define off_cursor 0x0c //关闭光标 #define on_cursor 0x0e //开光标 #define off_cursor_filsh 0x