Skip to content

Fix some slcan issues #447

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 6, 2018

Conversation

christiansandberg
Copy link
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

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
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