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 ..

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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…