lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Reg: UART driver


From: Robin Iddon
Subject: Re: [lwip-users] Reg: UART driver
Date: Tue, 18 Sep 2007 06:55:25 +0100
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

Just about every operating system out there has a driver for the standard 16550 type of UART.

Subject to the source code license being compatible with your project, you could look at the Linux sources as a starting point - pretty sure most serial devices are supported and the basic read/write functionality is quite seperate from the more abstract TTY handling stuff.

To be honest, UART driving is simple, so having looked at some of the Linux ones to get the basic idea, you could write your own if Linux doesn't happen to have the right one for you.

Hope this helps,
Robin

Nandakumar KS wrote:
Hi,

Can anyone suggest me, where to look for source code for UART driver for
PPP?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]