Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 1568 → Rev 1570

/dongfang_FC_rewrite_tool/src/dongfang/mkt/main/SimpleOSDTool.java
49,7 → 49,7
 
public static void main(String[] args) throws IOException {
SimpleOSDTool test = new SimpleOSDTool();
MKConnection _port = new MKTCPConnection(); // new RXTXSerialPort();
MKConnection _port = new MKTCPConnection(); //
_port.init("8080");
FrameQueue q = new FrameQueue(_port);
SimpleOSDView v = new SimpleOSDView ();