All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.io.DataIO

java.lang.Object
   |
   +----pinball.io.ADR2200
           |
           +----pinball.io.DataIO

public class DataIO
extends ADR2200
The data IO for the pinball system.


Constructor Index

 o DataIO()
Using the default port.
 o DataIO(int)
The default port for a specific board.
 o DataIO(String)
Create the IO device at the port specified.
 o DataIO(String, int)
The default port for a specific board.

Method Index

 o main(String[])
Used to test the device.

Constructors

 o DataIO
 public DataIO(String port)
Create the IO device at the port specified.

Parameters:
port - serial port location.
 o DataIO
 public DataIO()
Using the default port.

 o DataIO
 public DataIO(int board)
The default port for a specific board.

Parameters:
board - the board to control.
 o DataIO
 public DataIO(String port,
               int board)
The default port for a specific board.

Parameters:
port - serial port location.
board - the board to control.

Methods

 o main
 public static void main(String args[])
Used to test the device.


All Packages  Class Hierarchy  This Package  Previous  Next  Index