Skip to content

Fix some slcan issues#447

Merged
christiansandberg merged 3 commits intohardbyte:developfrom
christiansandberg:slcan-fixes
Oct 6, 2018
Merged

Fix some slcan issues#447
christiansandberg merged 3 commits intohardbyte:developfrom
christiansandberg:slcan-fixes

Conversation

@christiansandberg
Copy link
Copy Markdown
Collaborator

Allow partial messages to be received
Fix DLC for remote frames
Add unit test

Fixes #444

Allow partial messages to be received
Fix DLC for remote frames
Add unit test
@codecov
Copy link
Copy Markdown

codecov bot commented Oct 2, 2018

Codecov Report

Merging #447 into develop will decrease coverage by 3.41%.
The diff coverage is 100%.

@@             Coverage Diff             @@
##           develop     #447      +/-   ##
===========================================
- Coverage    62.42%   59.01%   -3.42%     
===========================================
  Files           55       55              
  Lines         4665     4672       +7     
===========================================
- Hits          2912     2757     -155     
- Misses        1753     1915     +162


if pos != -1:
readStr = self._buffer[0:pos].decode()
del self._buffer[0:pos]
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to self: should be pos+1.

@hardbyte hardbyte added this to the 3.1 Release milestone Oct 4, 2018
@christiansandberg christiansandberg merged commit bf56c58 into hardbyte:develop Oct 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants