代码搜索:40G通信
找到约 10,000 项符合「40G通信」的源代码
代码结果 10,000
www.eeworm.com/read/393108/8310957
txt readme.txt
此部分实现了用单片机模拟I2C通信的主要功能:Start、Stop及对有子地址的I2C设备的读写。
需要改进之处:对传输速度的控制。
Adamant
2007-8-6
www.eeworm.com/read/367761/9733515
src turboc.src
;****************************************
; 串口通信程序
;CREATE BY SUNSHENYAN
;HaiLea Group
;Modify in 2006-12-28
;8M
;数码管正端接一三极管有二个作用:一可以做为驱动.二可以做刷新数码管的显示
; 51单片机(2051)
;*******************
www.eeworm.com/read/268587/11132571
c u_dis.c
#include
#define uchar unsigned char
#define uint unsigned int
#define OK 0xf0
#define ERROR 0xf1
#define R 1
#define W 0
#define IIC_SCL RB3 //IIC通信时钟
#define IIC_SDA RB4
www.eeworm.com/read/413412/11157080
c rs485.c
/********************************************************************************
*
*
*名称:master.c
*功能:RS485主机收发程序
*说明:主机向整个网络发送地址信息,等待接收从机数据包
*程序设计:
*设计时间:
*
*
通信规则:
1:时钟4MHZ/波特率9600bps
www.eeworm.com/read/412932/11175008
c sci.c
/* 2812A板:
使用直连的串口通信电缆;
启动串口调试助手.exe;
PC机发送一个"."为结束标志
*/
#include "DSP281x_Device.h"
#include "DSP281x_Examples.h"
// Prototype statements for functions found within this file.
void scia_
www.eeworm.com/read/266435/11225459
txt code.txt
#i nclude
sbit DQ =P3^7; //定义通信端口
//延时函数
extern delay(int n);
//extern void send (unsigned char ff);
//初始化函数
Init_DS18B20(void)
{
unsigned char x=0;
DQ = 1; //DQ复位
www.eeworm.com/read/249503/12490989
c serial.c
/*************************************************************************
* File Name:Serial.c
* Description:串口DMA发送方式通信--CPU工作频率为60MHz(开发板外接8MHz),波
* 特率为19200bps,字符长度8位,奇偶校验位无,停止位1位。
www.eeworm.com/read/238057/13910028
txt tongxinyuandaima.txt
PC机与单片机通信源代码
#include
#include
#include
#define uint unsigned int
#define uchar unsigned char
void delay(uint time)//ms延时函数
{
uint i,j;
for (i=0;i