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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME,T_FILL_THIS_FORM_SHORT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a8e20eaf6996a29c X-Google-Attributes: gid103376,public From: "Jim Dorman" Subject: Re: Access to x86 I/O ports Date: 1996/10/09 Message-ID: <01bbb61c$4263d900$5041a7cf@ns.znet.com>#1/1 X-Deja-AN: 188471829 references: <3252E8FE.26B3@calvin.cca.rockwell.com> organization: Active Engineering Technologies newsgroups: comp.lang.ada Date: 1996-10-09T00:00:00+00:00 List-Id: What operating system are you using? If it's DOS, you can use the R/S232 library package in the Adauser libraries that are available for IntegrAda, ActivAda, or Janus/Ada. For more information on this subject give me a call. For more general information on Ada products for the PC you can visit "http://www.pcada.com". Sorry, AdaUser and AdaGraphics are not yet available for GNAT. If that's an interest for you, drop us a line. We don't want to port the libraries if no one wants them. -- Jim Dorman Active Engineering Technologies, Inc. Home of PC ADA Voice: (619) 414-9001 Fax: (619) 414-9192 email: jimd@pcada.com URL: http://www.pcada.com Member of Team Ada! JR Crosmer wrote in article <3252E8FE.26B3@calvin.cca.rockwell.com>... > Is there a way to access the I/O ports of the X86 processor > (similar to the inportb, etc. in c) in the w96 gnat? > > Options seem to be > a) there is a system call in the libc > b) one must use a w95 API call > c) write an asm procedures and invoke from Ada > d) not possible (must write w95 device driver) > > Any experience with any of the above suggested methods? > > JR Crosmer >