Newsgroups: comp.sys.transputer
From: Dave Tucker <davet@altatech.com>
Subject: Re: B008 cards in an NT machine
Organization: XMission Internet (801 539 0900)
Date: Fri, 02 May 1997 17:43:18 -0600
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <336A7C15.167E@altatech.com>

Dale Cass wrote:
> 
> Has anyone tried using a B008 card in a machine running NT4.0. It just
> says that it cannot find the transputer.  This works okay on Windows 95,
> windows 3.11 and DOS on a machine of the same make.
> 
> _______________
> Dale Cass      |"The man who makes no mistakes does not
> dgcass@iee.org |usually make anything" Edward John Phelps


Dale,
	Although I am not using a B008 card, I am currently writing a driver
for a PCI card under NT 4.0 and I can tell you that NT is very finicky
about software access to hardware devices.  NT will run WIN95 and WIN3.1
user-mode programs but does so very carefully (They all run on so called
virtual machines).  This is not true for kernel-mode software ie..
device drivers.  To access hardware, you MUST use a driver writen
specifically for NT 4.0.

good luck,
	dave

