lejos.nxt.comm
Class Debug
java.lang.Object
lejos.nxt.comm.Debug
public class Debug
- extends Object
This class provides a simple way of sending debug output for viewing on a
PC. The output is transmitted via the nxt USB connection. If open is not
called or if the connection to the PC is timed out, then the debug output
is dicarded.
|
Constructor Summary |
Debug()
|
Debug
public Debug()
open
public static void open(int timeout)
open
public static void open()
out
public static void out(String s)
close
public static void close()