From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,51e0d73eb246ea9f X-Google-Attributes: gid103376,public From: gisle@apal.ii.uib.no (Gisle S�lensminde) Subject: Re: How you use the paralell I/Oport? Date: 2000/01/28 Message-ID: #1/1 X-Deja-AN: 578533501 Content-Transfer-Encoding: 8bit References: <86qef4$8g8$1@cubacola.tninet.se> Organization: University of Bergen, Norway Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-01-28T00:00:00+00:00 List-Id: In article <86qef4$8g8$1@cubacola.tninet.se>, Magnus Arwidsson wrote: >Hello >I�m trying to use the paralellport directly in my program, but i can�t find >any information about howto write the code. >Please help. How to do that is OS dependent and there are no general answer on how to do this in Ada. If you by "directly" means direct access to the hardware, that is not possible in user mode on operating systems like UNIX, Linux and Windows NT. Code doing this must be in a driver or given special permision by the OS. You should try to look up in the OS documentation on how to do this. If you get further problems, you can ask on this group, but then give information of which OS and compiler you use. -- Gisle S�lensminde ( gisle@ii.uib.no ) ln -s /dev/null ~/.netscape/cookies