One of the reasons for high level languages is to avoid low level problems.
Therefore when you mean with SCSI commands, commands to do IO on a SCSI
drive, than you would never do that with VBNet. The general IO classes
should do that for you.
"Mark" <Mark@discussio ns.microsoft.co m> schrieb:[color=blue]
> Can anyone recommend some resources to learn how to issue scsi commands
> using
> vb.net?[/color]
VB.NET is not the right tool for this purpose. Drivers are typically
implemented in C++ using the DDK:
Microsoft Windows Driver Development Kit (DDK)
<URL:http://support.microso ft.com/?scid=ph;EN-US;7229>
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Comment