代码搜索:串行信号

找到约 10,000 项符合「串行信号」的源代码

代码结果 10,000
www.eeworm.com/read/363020/9971453

asm 串行通信发送.asm

;串行通信发送程序清单; ORG 0100H MOV TMOD,#20H MOV TH1, #0F3H MOV TL1, #0F3H MOV SCON,#0D0H MOV PCON,#80H MOV R0, #30
www.eeworm.com/read/167134/9980082

c 点对点串行通信.c

#include #define uchar unsingned char #define TR1 uchar idata buf[10]; uchar pf ; void init (void) { TMOD=0x20; TH1=0xe8; TL1=0xe8; PCON=0x00; TR1=1; SCON=0x50; }
www.eeworm.com/read/359347/10154335

txt 串行口.txt

#include /* special function register declarations */ #include "def.h" #include "public.h" /* for the intended 8051 derivative
www.eeworm.com/read/353934/10403749

m51 串行.m51

BL51 BANKED LINKER/LOCATER V4.23 07/23/2008 10:15:46 PAGE 1 BL51 BANKED LINKER/LOCATER V4.23, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE F:\设计\