serial
Class IntelixMSeries
java.lang.Object
|
+--serial.Serial
|
+--serial.IntelixMSeries
- public class IntelixMSeries
- extends Serial
- implements UniversalAudioMux
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 |
IntelixMSeries
public IntelixMSeries()
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