This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320C6678: 如何实现网络透传?

Part Number: TMS320C6678


我想用两块C6678开发板(下文称为DSP0和DSP1)实现网络透传,具体流程如下:外网通过网线接入DSP0,DSP0将外网的数据包P通过串口通信传递给DSP1,DSP1再将串口接收的数据包P,转为网口格式后,再通过网线传递至PC,从而实现 外网->DSP0->串口->DSP1->PC,这样一个网络透传的过程,从而让PC可以访问外网。请问有什么可以参考的资料吗?