Skip to content

[BUG] rpmsg tty transport works with python serial transport but not with c++ serial #372

@Hadatko

Description

@Hadatko

Describe the bug

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.

Additional context

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions