Closedown
This commit is contained in:
@@ -71,11 +71,9 @@ class Esera(TcpDevice):
|
||||
self.start()
|
||||
|
||||
self.req_data()
|
||||
#def onByte(self, rx):
|
||||
# print rx
|
||||
|
||||
def onString(self, msg):
|
||||
print msg
|
||||
#print msg
|
||||
tokens = msg.split("|")
|
||||
if len(tokens)>1:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user