EmbeddedRPC / erpc

Embedded RPC
https://github.com/EmbeddedRPC/erpc/wiki
BSD 3-Clause "New" or "Revised" License
702 stars 200 forks source link

HDLC for framed transport #7

Open edbek opened 6 years ago

edbek commented 6 years ago

The transfer of the frame is done primitively, for the serial device will not do !!! We need to introduce something like HDLC.

MarekNovakNXP commented 6 years ago

Hi Edbek, Please feel free to submit a pull request with HDLC support. Current serial transport layer is meant for chip-to-chip communication on single PCB mainly, for this purpose, it suffices. Thank your for looking into the sources of eRPC!

Regards, Marek

edbek commented 6 years ago

can be rewrite the frame transport layer based on the CBOR protocol ?