- Using the two examples "tcpEcho" & "tcpEchoPPP" as a guide with DK_TM4C129X KIT.
- Both Ethernet(Interface 1) & PPP over USB(Interface 2) are initialized and get different IPs.
- using tool "tcpSendReceive.exe"(Windows 7 64bits) sends packets over Ethernet successfully; but failed with PPP over USB (TCP/IP packets already received with NDK and passed to the TCP dispatcher "TcpInput()").
- Sending packets over PPP interface succeed if Ethernet not initialized (Remove "EMACSnow_NIMUInit" from "NIMUDeviceTable" in "DK_TM4C129X.c").