serial
Class IntelixMSeries

java.lang.Object
  |
  +--serial.Serial
        |
        +--serial.IntelixMSeries

public class IntelixMSeries
extends Serial
implements UniversalAudioMux


Fields inherited from class serial.Serial
answerTimeout, cancelEcho, device, listener, semaphore, serial, serial_in, serial_out, timeout_wait, waitingForResponse
 
Constructor Summary
IntelixMSeries()
           
 
Method Summary
 boolean areYouThere()
           
 boolean gotoPreset(int preset)
           
 void open(String in_device)
           
 
Methods inherited from class serial.Serial
addEventListener, close, getNewInstance, main, open, open, openNoParams, processSerialEvent, read, readBytes, readString, ready, send, send, sendSynch, sendSynch, sendSynch, serialEvent, setFlowControlMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntelixMSeries

public IntelixMSeries()
Method Detail

open

public void open(String in_device)
          throws javax.comm.NoSuchPortException,
                 javax.comm.PortInUseException,
                 IOException
Overrides:
open in class Serial
Tags copied from class: Serial
Parameters:
in_device - the name of the serial device to speak to. Uses standard port settings. (e.g. "/dev/term/ttyrg" DONT FORGET ABOUT TERM)

areYouThere

public boolean areYouThere()
Specified by:
areYouThere in interface UniversalAudioMux

gotoPreset

public boolean gotoPreset(int preset)
Specified by:
gotoPreset in interface UniversalAudioMux