comp.lang.ada
 help / color / mirror / Atom feed
From: Martin Krischik <martin@krischik.com>
Subject: Re: Port LPT + ADA
Date: Fri, 03 Dec 2004 15:40:21 +0100
Date: 2004-12-03T15:40:21+01:00	[thread overview]
Message-ID: <2725430.ShOyuHW7BU@linux1.krischik.com> (raw)
In-Reply-To: copra3$a8p$1@kujawiak.man.lodz.pl

Sï¿œawo - MIR wrote:

> Hi !
> 
> I try to read data in ADA from input register (pins: 10,11,12,13,15) of
> LPT port and I can't do this :-(, with using a handle and function
> CreateFile(), and then ReadFile() from Win32.Winbase.
> The connection is probably made, but register is located in memmory
> address 379h, and I can't get there :-(

type Byte is mod 256;
Port : Byte;
for Port'Address use 16#379#;

> I know that way it can be read from COM port, but can I make it with the
> LPT port too???
> I don't know if I can do it with this functions CreateFile and ReadFile
> from library Win32.Winbase. Maybe someone help me with LPT ?!? ;-( maybe
> someone help me and send me a few lines of code? ;-)
> 
> PS Please, forgive me my English :/
> 
> Sï¿œawo - MIR

With Regards

Martin
-- 
mailto://krischik@users.sourceforge.net
http://www.ada.krischik.com



  reply	other threads:[~2004-12-03 14:40 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-03 13:56 Port LPT + ADA S�awo - MIR
2004-12-03 14:40 ` Martin Krischik [this message]
2004-12-03 15:29   ` Slawo - MIR
2004-12-03 18:46     ` Martin Krischik
2004-12-03 18:43 ` tmoran
     [not found] ` <u111r0db4fsoj9u3hlkachspjt0r2vvup7@4ax.com>
2004-12-03 23:03   ` Adrien Plisson
2004-12-03 23:51     ` Slawo - MIR
2004-12-04  0:51     ` Jeffrey Carter
2004-12-04 18:05 ` Port LPT + ADA (whta do I wrong?) S�awo - MIR
2004-12-04 20:20   ` Dmitry A. Kazakov
2004-12-07 18:13     ` Slawo - MIR
2004-12-07 20:55       ` Dmitry A. Kazakov
2004-12-08  4:28         ` Steve
2004-12-08  8:27           ` Dmitry A. Kazakov
2004-12-12 22:25           ` Brian May
2004-12-14  2:41             ` Steve
2004-12-12 22:46           ` Brian May
2004-12-12 23:03             ` Adrien Plisson
     [not found]       ` <rt8dr09tuvgbqaeq9vmujd1pqtb72hbamv@4ax.com>
2004-12-09  8:17         ` Jerry van Dijk
2004-12-05  6:45   ` Brian May
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox