代码搜索:串行端口
找到约 10,000 项符合「串行端口」的源代码
代码结果 10,000
www.eeworm.com/read/456911/7337260
plg two_communication.plg
礦ision2 Build Log
Project:
D:\08-09上教学资料\单片机嵌入式系统\串行通途\two_communication.uv2
Project File Date: 10/26/2008
Output:
Build target 'Target 1'
co
www.eeworm.com/read/456911/7337261
plg series_to_parallel.plg
礦ision2 Build Log
Project:
D:\08-09上教学资料\单片机嵌入式系统\串行通途\series_to_parallel.uv2
Project File Date: 10/26/2008
Output:
Build target 'Target 1'
T
www.eeworm.com/read/456911/7337262
plg multi_communication_2.plg
礦ision2 Build Log
Project:
D:\08-09上教学资料\单片机嵌入式系统\串行通途\multi_communication_2.uv2
Project File Date: 10/26/2008
Output:
Build target 'Target 1'
www.eeworm.com/read/456911/7337271
plg multi_communication.plg
礦ision2 Build Log
Project:
D:\08-09上教学资料\单片机嵌入式系统\串行通途\multi_communication.uv2
Project File Date: 10/26/2008
Output:
Build target 'Target 1'
www.eeworm.com/read/456911/7337276
plg two_communication_2.plg
礦ision2 Build Log
Project:
D:\08-09上教学资料\单片机嵌入式系统\串行通途\two_communication_2.uv2
Project File Date: 10/26/2008
Output:
Build target 'Target 1'
www.eeworm.com/read/455392/7372671
c 4_6.c
#include //包含头文件
#include //包含头文件
void serial_initial(void) //串行口初始化函数
{
SCON = 0x52; //串口方式1,允许接收
TMOD = 0x20; //定时器1,定时方式2
TH1 = 0xE8; //11.0592MHz
www.eeworm.com/read/449624/7499410
c 74_595_task.c
/**********************************************************************/
//**程序名称:74HC595驱动发光二极管模块
//** 作者:杨占刚
//**作者简介:中南民族大学_电子信息工程学院_电子信息工程专业_本科学号:05071133
//**芯片说明:8位串行输入/输出或者并行输出移位寄存器
www.eeworm.com/read/444755/7607561
c adc0_uart.c
//******************************************************************************
//MSP430F149串口行实验程序
//使用ADC12采集实验,将采集到数据送向PC.(序列单次采集,采用定时器A作为时钟源)
//P3.4为发送,P3.5为接收 晶体使32768HZ/8MHZ. 串行波特率B/S
www.eeworm.com/read/439027/7717931
asm tlc548_5.asm
;八位串行输出A/D转换器TLC548/549
CS BIT P1.7 ;P1.7为a/d的片选信号
AD_DATA EQU 20H ;定义存放的数据区
TLC548AD:CLR CS
ACALL AD_TSU
CLR RI
SETB REN
WI_RI:JNB RI,WI
www.eeworm.com/read/438547/7729921
asm tlc548_5.asm
;八位串行输出A/D转换器TLC548/549
CS BIT P1.7 ;P1.7为a/d的片选信号
AD_DATA EQU 20H ;定义存放的数据区
TLC548AD:CLR CS
ACALL AD_TSU
CLR RI
SETB REN
WI_RI:JNB RI,WI