代码搜索:串口驱动

找到约 10,000 项符合「串口驱动」的源代码

代码结果 10,000
www.eeworm.com/read/246924/12697854

vi 串口通信.vi

www.eeworm.com/read/332650/12745463

c 串口通信.c

#include #include #include #include #include "com.h" #include /************************************/ static int gHelpPanelHandle;
www.eeworm.com/read/324383/13266169

txt avr串口.txt

/* Code adapted from Atmel AVRApplication Note AVR306 * Interrupt mode driver for UART. */ #include #include #include "uart.h" /* IMPORTANT: these vector numbers are for
www.eeworm.com/read/137961/13275986

txt 串口源码.txt

//这是头文件: //--------------------------------------------------------------------------- #ifndef CommCtrlH #define CommCtrlH //-----------------------------------------------------------------
www.eeworm.com/read/239447/13278369

asm 串口通信.asm

ORG 0000H AJMP MASSAGE ORG 0023H AJMP RMASSAGE ORG 0030H MASSAGE: MOV DPTR,#8003H ;8255初始化 MOV A,#80H MOVX
www.eeworm.com/read/137510/13318225

lst 串口协议.lst

C51 COMPILER V7.06 __口__议 05/17/2005 11:27:13 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE __口__议 OBJECT MODULE PLACED IN 串口
www.eeworm.com/read/137510/13318268

obj 串口协议.obj

www.eeworm.com/read/137510/13318398

c 串口协议.c

//ISD51仿真软件的使用源程序 //例程见下: #include //#define uchar unsigned char //串口初始化程序 void InitUart(char bps){ SCON = 0x50; /* SCON: mode 1, 8-bit UART, enable rcvr */ TMO
www.eeworm.com/read/137272/13336063

asm 串口收发.asm

org 0000h ;晶振12M,波特率1200 ajmp main org 0030h main: mov sp, #60h mov scon, #50h mov pcon, #0
www.eeworm.com/read/320738/13419059

exe 串口通讯.exe