Skip to content

Conversation

@trick2011
Copy link
Contributor

@trick2011 trick2011 commented Jun 17, 2025

The last_read last_write components are not implemented for SimpleSerialv2 and prevent printing the state of a simpleserial2 target. (As one does during debugging with both the scope and target.)

Re-adding the storage of the last received and sent data is a bit more difficult now with the addition of simpleserial_read_witherrors as it has many control flow paths. As such taking it out is the easiest way to make the code work again.

This is mostly just a small functionality fix to make expected functionality work again but feature parity between simpleserial and simpleserial2 is to be achieved later.

Also fixed missing import/namespace for used functions in the functions

fix `print(target)` functionality by taking out not implemented components
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant