This is the mail archive of the ecos-discuss@sourceware.org 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: How to use the simulators


On Tue, Nov 06, 2007 at 02:33:10PM +0200, badiu raz wrote:
> I am using windows xp and the latest version of cygwin. About the
> serial port I dont understand. The application must only show messages
> on the screen

You are not thinking embedded....

How does the simulated hardware get access to the screen? 

On real hardware you have a serial port which you write debug messages
out. eCos has a device driver for the serial port and your hello world
will be using the serial port. But does the simulator have a simulated
serial port? Or is the serial drive just accessing memory addresses
that do nothing?

       Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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