代码搜索结果
找到约 892 项符合
RS485 的代码
rs485.c
//**************************************************************************
// Rs495.c
// RS485 network protocol
//
// Version 1.0 beta
//
// Processor: PIC16F87x
//
// N
rs485.c
/******************************************************************
* 文件名称:
* RS485.c
* 文件说明:
* 使用UART模块外加Max3485芯片实现485接口
***********************************
rs485.dep
Debug
$PROJ_DIR$\Debug\Exe\RS485.d43
$TOOLK
rs485.c
/******************************************************************
* 文件名称:
* RS485.c
* 文件说明:
* 使用UART模块外加Max3485芯片实现485接口
***********************************
rs485.dep
Debug
$PROJ_DIR$\Debug\Exe\RS485.d43
$TOOLK
rs485.c
/******************************************************************
* 文件名称:
* RS485.c
* 文件说明:
* 使用UART模块外加Max3485芯片实现485接口
***********************************
rs485.c
/*
* File: rs485.c
* Purpose: Provide common ColdFire rs485 routines for serial IO
*
* Notes: 99% of this code stolen/borrowed from the uart.c and uart.h
* examples.
* autho
rs485.h
/*
* File: rs485.h
* Purpose: Provide common ColdFire 485 routines for polled serial IO
*
* Notes:
*/
#ifndef __RS485_H__
#define __RS485_H__
#include "OS_CPU.H"
/************
rs485.c
//**************************************************************************
// Rs495.c
// RS485 network protocol
//
// Version 1.0 beta
//
// Processor: PIC16F87x
//
// N
rs485.c
#include "DSP28_Device.h"
#ifdef RS485
unsigned int Sci_VarRx[100];
//unsigned int Sci_VarTx[100];
unsigned int i,j;
unsigned int Send_Flag;
//unsigned int *GPBMUX = (unsigned int *)0x70c4;