I need to handle Ethernet frames other than IP type. What I need to do is simply to send to serial port the payload of a non-IP Ethernet frame and to build and send a Ethernet frame whose payload is received from the serial port.
In CoBox Pogrammer's Guide 611010 I found the Ethernet Frame Handling chapter for inbound and outbound frame processing.
The instructions contained in "Inbound Frame Processing" work only if ethernet type is 0x0800 (IP) or 0x0806 (ARP). I need instead to handle other types of Ethernet frames and I cannot handle those frames, neither with bridge functionality.
Thank you.
In CoBox Pogrammer's Guide 611010 I found the Ethernet Frame Handling chapter for inbound and outbound frame processing.
The instructions contained in "Inbound Frame Processing" work only if ethernet type is 0x0800 (IP) or 0x0806 (ARP). I need instead to handle other types of Ethernet frames and I cannot handle those frames, neither with bridge functionality.
Thank you.
Comment