代码搜索结果
找到约 892 项符合
RS485 的代码
rs485.h
#ifndef _RS485_H
#define _RS485_H
void rs485_init(void);
void rs485_tx(INT8U byComPort);
void rs485_rx(INT8U byComPort);
#endif
ex1501.asm
;
; RS485 tester ( press and hold T0CKI to enable output )
;
; Transmit ASCII of 4x4 keys w/o display (by polling )
; Display received ASCII on LCD ( by Interrupt )
;
;
LIST P=16F877, R=DEC
rs485.c
#include "16f873.h"
#include "int16cxx.h"
#define ENABLE 1
#define DISABLE 0
#define TRUE 1
#define FAULT 0
#define RECEIVE_EN 0
#define TRANSFER_EN 1
#pragma bit IO1 @ PORTB.5
#pragma bi
rs485.asm
; CC5X Version 3.1D, Copyright (c) B Knudsen Data
; C compiler for the PICmicro family
; ************ 10. May 2004 15:33 *************
processor 16F873
radix DEC
INDF EQU 0x
rs485.hex
:020000004C288A
:10000800A000030E83120313A2000A08A3008A01AA
:100018000408A4000B1D19286430810083160115FB
:100028008114011483124B150B118B188B100C18AB
:100038008C108C1E3B281A08AE004B1837284B1919
:10
rs485.frm
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form3
BackColor = &H00C0C000&
Caption = "RS-485----R & D Labs"
Clien
rs485.sup
[Debug Type]
Type=1
[Device]
Communication=LAN
[Target]
AutoLoad=Disable
Before Batch File=
After Batch File=
[Window]
Flag=Enable
RegisterSize=0 0 294 208
RegisterState=0
RegisterFo