代码搜索结果
找到约 10,000 项符合
Communication 的代码
main.h
#ifndef _MAIN_H_
#define _MAIN_H_
#define LED0 PTA_PTA4 //系统工作指示灯 正常工作时为闪烁状态
#define LED1 PTA_PTA5 //RS232接收指示灯 RS232收到数据时亮
#define LED2 PTA_PTA6 //RS232发送指示灯 RS232发送数据时亮
#define LED3 PT
uart_lib.vhd
--===========================================================================--
--
-- S Y N T H E Z I A B L E miniUART C O R E
--
-- www.OpenCores.Org - January 2000
-- This core adheres to th
uart_lib.vhd
--===========================================================================--
--
-- S Y N T H E Z I A B L E miniUART C O R E
--
-- www.OpenCores.Org - January 2000
-- This core adheres to th
uart_lib.vhd
--===========================================================================--
--
-- S Y N T H E Z I A B L E miniUART C O R E
--
-- www.OpenCores.Org - January 2000
-- This core adheres to th
ul_w98_3.reg
REGEDIT4
[HKEY_LOCAL_MACHINE\Enum\ACPI\*PNP0501\00000002]
"Capabilities"=hex:14,00,00,00
"HardwareID"="ACPI\\*PNP0501,*PNP0501"
"ClassGUID"="{4d36e97e-e325-11ce-bfc1-08002be10318}"
"Class"="Unk
ul_w98_1.reg
REGEDIT4
[HKEY_LOCAL_MACHINE\Enum\ACPI\*PNP0501]
[HKEY_LOCAL_MACHINE\Enum\ACPI\*PNP0501\00000001]
"Capabilities"=hex:14,00,00,00
"HardwareID"="ACPI\\*PNP0501,*PNP0501"
"ClassGUID"="{4d36e97e-
uart_lib.vhd
--===========================================================================--
--
-- S Y N T H E Z I A B L E miniUART C O R E
--
-- www.OpenCores.Org - January 2000
-- This core adheres to th
entriesandreplies.h
// Entries and Replies
// Generated by CANopen Architect EDS 1.31 on Wed Jan 17 09:50:07 2007
// Use with MicroCANopen Plus CANopen stack
// For more information visit www.esacademy.com and www.mic
lin.h
/////////////////////////////////////////////////////////////////////////////////////////
//
// LIN Sample for Freescale EVB9S08DZ60
// LIN communication data from master to slave
//
// ---------
chk_comm_toolbox.m
function err=chk_comm_toolbox;
err=0;
a=ver;
comm_version=0;
for ic=1:size(a, 2),
if (strcmp(a(ic).Name, 'Communications Toolbox')),
comm_version=str2num(a(ic).Version);
%