CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

How is RS485 is working?

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
young



Joined: 24 Jun 2004
Posts: 285

View user's profile Send private message

How is RS485 is working?
PostPosted: Tue Jan 25, 2005 8:48 am     Reply with quote

what is necessary to provide a 485 communication enviorment,software wise and hard wise?
Ttelmah
Guest







Re: How is RS485 is working?
PostPosted: Tue Jan 25, 2005 9:17 am     Reply with quote

young wrote:
what is necessary to provide a 485 communication enviorment,software wise and hard wise?

RS485, says nothing about software. It is purely a hardware signalling standard, using a differential pair of signals with up to 5v present.
The 'serial' input/output on the PIC, can be used to drive RS485 systems, as easily as it is used for RS232. The only difference is that you use a RS485 transceiver chip, rather than the normal RS232 one. RS485, is a half-duplex standard, each signal pair, can carry signals in both directions, but only one device can be sending at a time. Hence if return data is wanted, there has to be a control signal added to reverse the driver direction when not sending. In terms of software, this comes down to what standard you want to use. There are dozens (possibly hundreds...), of common signalling 'standards' using RS485 transmission, and the code needed will depend on which one is chosen.

Best Wishes
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group