Rev 1568 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1568 | Rev 1570 | ||
---|---|---|---|
Line 47... | Line 47... | ||
47 | } |
47 | } |
48 | } |
48 | } |
Line 49... | Line 49... | ||
49 | 49 | ||
50 | public static void main(String[] args) throws IOException { |
50 | public static void main(String[] args) throws IOException { |
51 | SimpleOSDTool test = new SimpleOSDTool(); |
51 | SimpleOSDTool test = new SimpleOSDTool(); |
52 | MKConnection _port = new MKTCPConnection(); // new RXTXSerialPort(); |
52 | MKConnection _port = new MKTCPConnection(); // |
53 | _port.init("8080"); |
53 | _port.init("8080"); |
54 | FrameQueue q = new FrameQueue(_port); |
54 | FrameQueue q = new FrameQueue(_port); |
55 | SimpleOSDView v = new SimpleOSDView (); |
55 | SimpleOSDView v = new SimpleOSDView (); |
56 | v.init(); |
56 | v.init(); |