Setup & Installation 2
The serial communications link between a Host computer and a network of BASIC I/Os is made up of either a single 
RS-422: 
Advantages:
Easier to implement in software since host driver need not be controlled.
Can be either Multidrop or Repeat
No 
Disadvantages:
Requires five conductor wire instead of three
RS-485: 
Advantages:
Needs only 3 wire conductor
Disadvantages:
Host 485 driver control must be implemented requiring tricky serial port manipulations
Can only be Multidrop
Usually requires turn around delay implementation.