代码搜索结果
找到约 10,000 项符合
Communication 的代码
klinecomm.h
/****************K Line Communication****************************/
extern void KLineSend(UINT8);
extern void KLineReceive(void);
extern void KLineTimer(void);
extern void KlineCommInit(U
provastub.c
/* provastub, test program for voice child communication
* Copyright (C) 2004 Simone Freddio & Andrea Emanuelli
*
* This program is free software; you can redistribute it and/or modify
* it u
usbsdk.c
// This file contains sample code to help application developers
// interface with Garmin USB units. This should not be viewed as a
// full implementation of PC to unit communication. It does not in
async.doc
This is a set of rather simple serial communication routines written in
assembly, and to be called from C. If it is not stated elsewhere, this code
is public domain! Do with it as you wish, put it
serialthread.hpp
/********************************************************************
created: 2002/09/18
created: 18:9:2002 21:05
filename: C:\Development c++\Serial communication\SerialApp\serialThread.hpp
async.doc
This is a set of rather simple serial communication routines written in
assembly, and to be called from C. If it is not stated elsewhere, this code
is public domain! Do with it as you wish, put it
matlab_project.m
% This MATLAB code is a basic simulator for a digital communication system
% It contains Pulse Position Modulation (PPM) and the students are required
% to include On-Off Keying (OOK), and Binary Ph
readme_pipeserver
FILE LIST -
pipeServer.c
DESCRIPTION -
This demo demonstrates intertask communication using pipes.
ServerStart() initializes a server task to execute functions
at a low prior
readme_echoclient
FILE LIST -
echoClient.c
DESCRIPTION -
The TCP echo client repeatedly sends the input and then reads
it back using TCP socket communication.
ECHO services are
async.doc
This is a set of rather simple serial communication routines written in
assembly, and to be called from C. If it is not stated elsewhere, this code
is public domain! Do with it as you wish, put it