Massive refactoring, new Sensor/Event class structure, controller instantiation disabled as it needs some more work
Former-commit-id: 0d2c15d63ea44c45c018fec59877a374122dacd4
This commit is contained in:
parent
fc05f82f31
commit
588ac41956
20 changed files with 232 additions and 155 deletions
|
|
@ -43,8 +43,6 @@ public class TelstickSerialCommTest {
|
|||
}
|
||||
});
|
||||
logger.info("Connecting to com port...");
|
||||
//comm.connect("COM5");
|
||||
comm.setDaemon(false);
|
||||
comm.connect("/dev/ttyUSB1");
|
||||
|
||||
logger.info("Up and Running");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue