Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

implementation of discrete RS485 to interface it to AT89C51

Status
Not open for further replies.

eng_ahmed22

Full Member level 3
Joined
Jun 7, 2005
Messages
189
Helped
20
Reputation
40
Reaction score
5
Trophy points
1,298
Activity points
2,944
Salam All
i want to implement RS485 protocole using discrete components and interface it with multiple AT89c/s51 microcontrollers
i dont know much about the RS485 protocole. but the IC is not avialble in my place.
could anyone suggest schematic, tutorial, software (*.ASM or *.C) to implement this cuircuit.
thanks alot for ur time
Ahmed
www.i-g.org
 

Re: implementation of discrete RS485 to interface it to AT8

eng_ahmed22 said:
Salam All
i want to implement RS485 protocole using discrete components and interface it with multiple AT89c/s51 microcontrollers

RS485 it's not a protocol but a harware interface. You can't implemented with discrete components. Well, at least not without headache if you still insist.
There are a lot of cheap chips doing for you the job.

Read more about RS485 here: **broken link removed**
 

Re: implementation of discrete RS485 to interface it to AT8

silvio said:
There are a lot of cheap chips doing for you the job.
Hi silvio :)
thanks for ur interrest
could u give me some ic's numbers to try to find them here??
have a nice day
Ahmed
www.i-g.org
 

Re: implementation of discrete RS485 to interface it to AT8

Well, depends on your needs.
Choose one among 142 listed here : **broken link removed**
and if you're lucky you can receive a sample.

Or you can ask a seller in your appropiate shop for RS485 transceiver.
If he is not selling fruits and vegetables will know what to give you.
 
Re: implementation of discrete RS485 to interface it to AT8

If distances among microcontrollers in a network are below, say 50m, you can consider Open Collector (or Open Drain) configuration ..
What is an Open-Collector/Open-Drain Circuit?

Open-collector/open-drain is a circuit technique which allows multiple devices to communicate bi-directionally on a single wire.

Open-collector/open-drain devices sink (flow) current in their low voltage active (logic 0) state, or are high impedance (no current flows) in their high voltage non-active (logic 1) state. These devices usually operate with an external pull-up resistor that holds the signal line high until a device on the wire sinks enough current to pull the line low. Many devices can be attached to the signal wire. If all devices attached to the wire are in their non-active state, the pull-up will hold the wire at a high voltage. If one or more devices are in the active state, the signal wire voltage will be low.

An open-collector/open-drain signal wire can also be bi-directional. Bi-directional means that a device can both output and input a signal on the wire at the same time. In addition to controlling the state of its pin that is connected to the signal wire (active, or non-active), a device can also sense the voltage level of the signal wire. Although the output of a open-collecter/open-drain device may be in the non-active (high) state, the wire attached to the device may be in the active (low) state, due to activity of another device attached to the wire.

The bi-directional nature of an open-collector/open-drain device is what makes this circuit so important in interconnecting many devices on a common line. The I2C Bus and SMBus uses this technique for connecting up to 127 devices.

Open-drain refers to the drain terminal of a MOS FET transistor. Open-collector is the same concept on a bipolar device.

To implement this option you will need 2 NPN transistors per microcontroller and 1 pullup resistor for Rx and 1 for Tx "BUS" ..

Regards,
IanP
 

Re: implementation of discrete RS485 to interface it to AT8

hi IanP
thanx for th information. but i didn't understand how to use these good information to make a link between several microcontroller boards.
could you sir drow a simple diagram shows how to make this.
thanks alot
Ahmed
www.i-g.org
 

Salam,

The IC is available in EGYPT

THE IC no. is SN75176B
Look also to

**broken link removed**

Bye
 
Re: implementation of discrete RS485 to interface it to AT8

The concept of OR-wired bus is not new; for example, it is commonly used by I2C protocol ..
Have a look at the picture below .. it shows how devices (microcontrollers) are connected togther using only 2 wires (3-rd wire is the common ground): in this case one wire is clock and the other one is data (you can simply follow the I2C protocol),
or
only one wire used for both: Data Transmission and Data Reception (Half-duplex, similar to 2-wire RS-485, only one device can use bus at a time) ..

Regards,
IanP
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top