git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@228 38686702-15cf-42e4-a595-3071df8bf5ea
This commit is contained in:
kascade 2009-03-10 11:01:05 +00:00
parent 84ee8b88cb
commit 7546cddf50
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ public final class SerialConnectionManager implements ConnectionManager {
checkNotNullOrEmpty(portName, "portName");
checkNotNull(connectionProperties, "connectionProperties");
// Use TestSerialConnection for testing!!
// connection = new SerialConnectionImpl(portName, connectionProperties);
connection = new TestSerialConnection(portName, connectionProperties);
connection = new SerialConnectionImpl(portName, connectionProperties);
// connection = new TestSerialConnection(portName, connectionProperties);
}
// Send request and wait for response with known length