代码搜索:E1通信
找到约 10,000 项符合「E1通信」的源代码
代码结果 10,000
www.eeworm.com/read/288713/8612708
c dsk5509_usb.c
/****************************************************************/
/* 文件名: DSK5509_USB.c */
/* 功能: 实现5509片上usb的配置及与PC机的通信 */
/* 设计日期: 10/20/2004 */
/* 版权: 北京合众达电子技术有限责任
www.eeworm.com/read/285482/8836319
c rs232.c
/*---------- RS232 -----------*/
#include "DSP28_Device.h"
#ifdef RS232
/*与主机通信方式的变量定义*/
#if !SelfTest
unsigned int Sci_VarRx[100];
unsigned int i,j;
unsigned int Send_Flag;
#end
www.eeworm.com/read/186344/8943707
c communication1.c
/*********************************************************************************/
//程序名:commucation1.c
//功能描述:利用单片机的串口实现双机双工通信
//调用函数:Timer_10ms(uint_1ms),Led_Off(),Led_On()
//输入:
//返回:
www.eeworm.com/read/186344/8943752
bak communication1.c.bak
/*********************************************************************************/
//程序名:commucation1.c
//功能描述:利用单片机的串口实现双机双工通信
//调用函数:Timer_10ms(uint_1ms),Led_Off(),Led_On()
//输入:
//返回:
www.eeworm.com/read/469421/6976555
txt javatcp01.txt
import java.net.*;
import java.io.*;
import java.util.*;
/**
* TCP协议下单向通信的客户端程序。
* @author new
*
*/
public class TCPClientA {
public static void main(String[] args) {
Socket s=null;
try {
www.eeworm.com/read/467049/7014694
c rs232.c
/*---------- RS232 -----------*/
#include "DSP28_Device.h"
#ifdef RS232
/*与主机通信方式的变量定义*/
#if !SelfTest
unsigned int Sci_VarRx[100];
unsigned int i,j;
unsigned int Send_Flag;
#endif
www.eeworm.com/read/463249/7185133
txt readme.txt
第十一章包括以下代码:
1. 目录democomm是使用windows api编写的串口通信程序。
以上所有程序在VB6.0中调试通过
系统平台是:Windows XP Professional
www.eeworm.com/read/462931/7191558
frm 上位机.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
Caption = "通信"
ClientHeight = 3105
ClientLeft = 60
Cli
www.eeworm.com/read/462789/7196352
h twi_usart.h
/* avr串口通信常程序,包括中断设置与波特率的设置等*/
#ifndef _LIWN_UART_H_
#define _LIWN_UART_H_
void UartInit( );
void SendChar(unsigned char num);
#endif /* _LIWN_UART_H_ */