代码搜索:通讯源程序

找到约 10,000 项符合「通讯源程序」的源代码

代码结果 10,000
www.eeworm.com/read/152248/12130987

java strutil.java

package com.zte.cdma.autotest.mulautotest.buildxml; //package buildxml; /** *版权所有(C)2002,深圳市中兴通讯股份有限公司 * *文件名称:StrUtil.java *文件标识: *内容摘要: *当前版本://输入当前版本
www.eeworm.com/read/250095/12434389

dbg usart.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.1 CPU AVR DIR E:\AVR开~1\例程\实验15_串口通讯回送数据\ FILE usart.c FUNC uart0_rx_isr 6C fV BLOCK 33 72 LINE 33 72 LINE 35 72 LINE 37 78 BLOCKEND 0 80 FUNCEND 80 FUNC
www.eeworm.com/read/250092/12434606

dbg usart.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.1 CPU AVR DIR E:\AVR开~1\例程\实验15_串口通讯回送数据\ FILE usart.c FUNC uart0_rx_isr 6C fV BLOCK 33 72 LINE 33 72 LINE 35 72 LINE 37 78 BLOCKEND 0 80 FUNCEND 80 FUNC
www.eeworm.com/read/115361/15016196

c p7705.c

#include #include #define unchar unsigned char; sbit A0=P1.0; sbit A1=P1.1; sbit A2=P1.2; sbit DIN=P1.3; sbit DOUT=P1.4; sbit DRDY=P1.5; sbit SCLK=P1.6; // 通讯寄存
www.eeworm.com/read/4698/38813

asm c05.asm

;“探索式” 串行口扩展并口实验 ; ;文件名:MCS51\C05.ASM ORG 0000H MOV SCON,#0 ;置串行通讯为方式0 MOV DPTR,#DATE ;字形码首址送 DPTR MAIN: MOV R0,#0h ;显示字
www.eeworm.com/read/7324/115054

asm c05.asm

;“探索式” 串行口扩展并口实验 ; ;文件名:MCS51\C05.ASM ORG 0000H MOV SCON,#0 ;置串行通讯为方式0 MOV DPTR,#DATE ;字形码首址送 DPTR MAIN: MOV R0,#0h ;显示字
www.eeworm.com/read/7781/134423

c modbus.c

#include #include #include #define BUFFLEN 1024 /*定义缓冲区大小*/ #define len 50 void InitCOM(); /*PC机232串口初始化,设置波特率和缓冲区,然后打开串口开始通讯*/ void OpenPort(); /*开串口*/ void ClosePo
www.eeworm.com/read/10114/181470

c main9356a.c

/************************************************************************************************* 说明;SPI使用EEPROM存储芯片93C56A,256X8bit=2K的存储空间.在使用SPI通讯时通常使用端口进行仿真,为了符合 使用需要,本程序同样使用了端口进行仿真,当然也可以直接使用88F
www.eeworm.com/read/10114/181472

c main.c

/************************************************************************************************* 说明;SPI使用EEPROM存储芯片93C56A,256X8bit=2K的存储空间.在使用SPI通讯时通常使用端口进行仿真,为了符合 使用需要,本程序同样使用了端口进行仿真,当然也可以直接使用88F
www.eeworm.com/read/19141/813295

c mcu1.c

//两个单片机通讯,使用中断法 #include #define uchar unsigned char #define uint unsigned int #define key_port P1 #define dis_port P2 void main (void) { uchar key_in=0xff; SCON=0x50; //MOD