Difference between revisions of "4E Network"

From SlugWiki
Jump to: navigation, search
Line 1: Line 1:
The purpose of the 4E Network is to interface all of our microcontroller-based projects to a central computer.  We will use RS485 serial because it allows multiple devices and will be simple to implement  on a PIC.  Our implementation is similar to RS232, but allows up to 32 devices to be strung together on 2 pairs of  cables.  Each device will have a unique address, which will allow multiple devices on a single line.
+
The purpose of the 4E Network is to interface all of our microcontroller-based [[Projects]] to a central computer.  We will use RS485 serial because it allows multiple devices and will be simple to implement  on a PIC.  Our implementation is similar to RS232, but allows up to 32 devices to be strung together on 2 pairs of  cables.  Each device will have a unique address, which will allow multiple devices on a single line.
 +
 
 +
==See Also==
 +
* [[Bemix]]
 +
* [[Cruft Alarm]]
  
 
[[Category:Slugfest Projects]]
 
[[Category:Slugfest Projects]]

Revision as of 18:24, 25 September 2005

The purpose of the 4E Network is to interface all of our microcontroller-based Projects to a central computer. We will use RS485 serial because it allows multiple devices and will be simple to implement on a PIC. Our implementation is similar to RS232, but allows up to 32 devices to be strung together on 2 pairs of cables. Each device will have a unique address, which will allow multiple devices on a single line.

See Also