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:
parent
b5f8c9fc37
commit
7c6a035d22
2 changed files with 41 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue