Send command START on start up.

This commit is contained in:
Tom Keffer
2012-10-04 15:24:16 +00:00
parent f39c2b55c4
commit ab760ee280

View File

@@ -379,6 +379,9 @@ class Vantage(weewx.abstractstation.AbstractStation):
# Read the EEPROM and fill in properties in this instance
self._setup()
# Make sure the logger is started:
self.port.send_command("START\n")
def openPort(self):
"""Open up the connection to the console"""
self.port.openPort()