Make com tester work when not printing.

Don't store a lot of data for resend buffer (made it a ring buffer)
This commit is contained in:
Lars Brubaker 2015-01-19 18:26:09 -08:00
parent b5f8c9fc37
commit 7c6a035d22
2 changed files with 41 additions and 2 deletions

View file

@ -51,6 +51,8 @@ def parseChecksumLine(command):
spaceIndex = command.find(' ') + 1
endIndex = command.find('*')
return command[spaceIndex:endIndex]
else:
return command
def getCorrectResponse(command):
try: