代码搜索结果
找到约 10,000 项符合
Communication 的代码
fet140_i2c_02.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Interface to PCF8574, Read/Write
//
// Description: I2C communication with a
fet140_i2c_13.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Interface to DAC8571, Read/Write
//
// Description: I2C communication with a
descripcion.txt
Networking programming with Labroma platform
Project 1: basic send & receive. The design is quite simple:
Upon the request to carry Stream-to-Stream communication, The network provide a fixed leng
comport.h
#ifndef __SERIAL_H
#define __SERIAL_H
class CComPort
{
// Class enumerations
public:
// Communication event
typedef enum
{
EEventNone = -1, // Event trigged without cause
EEventB
talk.texi
@node talk
@chapter talk
@cindex talk
@command{Talk} is a visual communication program which copies lines from
your terminal to that of another user.
@section Invoking
The options are as follows:
isp.h
/*
isp.h - part of USBasp
Autor..........: Thomas Fischl
Description....: Provides functions for communication/programming
over ISP interface
Licence.....
isp.c
/*
isp.c - part of USBasp
Autor..........: Thomas Fischl
Description....: Provides functions for communication/programming
over ISP interface
Licence.....
fet140_i2c_02.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Interface to PCF8574, Read/Write
//
// Description: I2C communication with a
fet140_i2c_13.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Interface to DAC8571, Read/Write
//
// Description: I2C communication with a
driver_conductor.c
/*
* this program simulated a simple communication between dirver and conductor.
* conductor tell diver to begin driving via signal SIGINT(Ctrl + c), and stoping via signal SIGQUIT(Ctrl + \)
* dirv