代码搜索结果
找到约 387 项符合
RS485 的代码
can485.asm
;程序功能:用于CAN总线与RS485总线之间的通讯转换
;修改日期:2004/04/08
;============================================================================
;定义伪指令
INDICATOR BIT P3.3 ;测试信号输出位(用于
i3
/***************************************************************
程序功能:学习班作为通信中继,将从RS232端口接收到的数据通过RS485
端口发送出去
----------------------------------------------------------------
测试说明:用示波器观察
main.c
/***************************************************************
程序功能:学习班作为通信中继,将从RS232端口接收到的数据通过RS485
端口发送出去
----------------------------------------------------------------
通信格式:N.8.1,
main.c
/***************************************************************
程序功能:学习班作为通信中继,将从RS485端口接收到的数据通过RS232
端口发送出去
----------------------------------------------------------------
通信格式:N.8.1,
485-master.c
/*--------RS485通信程序主机部分----------*/
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define comm 0 //液晶命令
#define dat 1
prac9_max3485.lst
Archelon msp430 Assembler Version 1.58 2004/03/12 File C:\AQ430 Practice Code\prac9_comm\rs485\prac9_max3485.asm Page 1
1
28
rs485.mp1
FFMC-16 Family Softune Linker Control List 2002-05-02 15:07:35 Page: 1
Option File(s)
G:\test\RS485\OPT\RS485.opl
Control(s)
-f G:
485-slave2.c
/*--------RS485通信程序从机部分----------*/
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define comm 0 //液晶命令
#define dat 1
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
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