代码搜索结果
找到约 10,322 项符合
Communication 的代码
psys.ini
[PTC-7100]
[UserName]
UserName =
UserPath =
[Parameters of the Communication Port]
ComPort = 2
ComPort485 = 1
[Parameters of the Device]
VerifyPass = 0
SourceType =
scom.h
#ifndef _scom_h
#define _scom_h
#define T1AsBaudGN
//#define T2AsBaudGN
#define XTAL 11059200 // CPU Oscillator Frequency
#define BAUDRATE 9600 // 9600 bps communication baudrate for
main.c
#include "LIN_Header.h"
void PowerON(void);
/*
SPI Communication Module Test Project
2005-07-07
Wang Junpeng
Update date: 2005 - 07 -11
Author: Wang junpeng
Contents: use interrupt method to r
serialthread.cpp
/********************************************************************
created: 2002/09/18
created: 18:9:2002 23:44
filename: C:\Development c++\Serial communication\SerialApp\serialThread.cpp
file_id.diz
ProModem RS232 Interrupt Driven Serial
Communication Library v1.0:: Example Terminal
Program source file and Example Bulletin
Board source file
communication.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
communication.pas
unit Communication;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ScktComp, Menus, ComCtrls, StdCtrls, ExtCtrls,
IdBaseComponent, Id
project1.dpr
program Project1;
uses
Forms,
mainfrm in 'Mainfrm.PAS' {frmMain},
Communication in 'Communication.PAS',
DiskList in 'DiskList.PAS';
{$R *.res}
begin
Application.Initialize;
setup.ini
[Startup]
AppName=OpenChoice PC Communication Software
ProductGUID=604C634D-E311-4B11-A625-6DB386A851C7
CompanyName=Tektronix
ErrorReportURL=http://www.installshield.com/isetup/ProErrorCentral.asp
callback.java
package sjg.scripting;
/**
* Callback for communication between scripting engine and main game code.
*
* @author Christian Hvid
*/
public class Callback {
public void jumpto(String script) {