代码搜索:多串口
找到约 10,000 项符合「多串口」的源代码
代码结果 10,000
www.eeworm.com/read/345020/11845999
m51 串口.m51
BL51 BANKED LINKER/LOCATER V6.00 06/23/2008 15:41:18 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE START_
www.eeworm.com/read/155702/11852977
doc 串口通信程序.doc
www.eeworm.com/read/155430/11874074
asm 串口通信---接收.asm
ORG 0000H
AJMP MAIN
ORG 0030H
MAIN:
MOV SP,#60H
MOV TMOD,#20H
MOV TH1,#0FDH
MOV TL1,#0FDH
SETB TR1
MOV PCON,#00H
MOV SCON,#50H
MOV R0,#30
www.eeworm.com/read/344206/11902068
txt nios串口接收.txt
nios串口接收--中断方式
#include
#include
#include"system.h"
#include"unistd.h"
#include "alt_types.h"
#include
#include "altera_avalon_uart_regs.h"
#include "altera_a
www.eeworm.com/read/343917/11919805
txt 串口主机程序.txt
ORG 0000H
LJMP MAIN
ORG 0023H
LJMP INT
ORG 0030H
MAIN:MOV PCON,#80H
MOV SCON,#90H
SETB EA
SETB ES
MOV A,P1
MOV C,P
MOV TB8,C
MOV SBUF,A
SJMP $
www.eeworm.com/read/255530/12076741
doc 串口窃电.doc
www.eeworm.com/read/149225/12393891
exe 串口接收短信.exe
www.eeworm.com/read/132186/14105702
txt io模拟串口.txt
#include
sbit BT_SND =P1^0;
sbit BT_REC =P1^1;
/**********************************************
IO 口模拟232通讯程序
使用两种方式的C程序 占用定时器0
************************
www.eeworm.com/read/132174/14105842
txt io模拟串口.txt
#include
sbit BT_SND =P1^0;
sbit BT_REC =P1^1;
/**********************************************
IO 口模拟232通讯程序
使用两种方式的C程序 占用定时器0
************************
www.eeworm.com/read/130739/14175759