ezflyr
Joined: 25 Oct 2010 Posts: 1019 Location: Tewksbury, MA
|
|
Posted: Tue Jun 25, 2013 9:47 am |
|
|
Hi,
What are you confused about? From a programming standpoint, sending and receiving over RS485 will be the same any other serial operation. The only
difference is that you must add the 'Enable' keyword to your #use rs232 statement, and specify a hardware pin to control the direction of data on
the RS485 bus. Typically, you will use a MAX485 interface IC or equivalent.
There are lots of RS485 related threads here on the forum.....
John |
|