This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RAW Ethernet I/O


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@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]