2 Jun 2003 16:18
Re: RAW Ethernet I/O
Grant Edwards <grante <at> visi.com>
2003-06-02 14:18:17 GMT
2003-06-02 14:18:17 GMT
On Sun, Jun 01, 2003 at 11:40:36PM -0400, Rick Davis wrote: > I am working on a project that will be receiving IP packets via an RS-422 > serial link. The packets will then be transmitted over Ethernet. I would > like to use the Raw Packet interface but it doesn't look like eCos fully > supports the raw packet interface line Linux does. When I needed to do this, I ended up adding a raw I/O API to my Ethernet driver using cyg_io_read(), cyg_io_write() et al. -- Grant Edwards grante <at> visi.com -- -- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss
RSS Feed