You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to efficient rpmsg transport counts that all data will be received at once. Python serial is sending all data at once (frame header + body). C++ serial is sending header first and then body. I think we should fix rpmsg to count with that and improve serial to be similar as python implementation
To Reproduce
send message from serial side to rpmsg tty side.
Expected behavior
Rpmsg should receive all data
Screenshots
Desktop (please complete the following information):
OS:
eRPC Version:
Steps you didn't forgot to do
I checked if there is no related issue opened/closed.
I checked that there doesn't exist opened PR which is solving this issue.