SCSI Commands

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mark

    #1

    SCSI Commands

    Can anyone recommend some resources to learn how to issue scsi commands using
    vb.net?

    Thanks in advance,
    Mark
  • Cor Ligthert

    #2
    Re: SCSI Commands

    Mark,

    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.

    Luckily there are a lot of those in Net.

    Or I should understand you wrong.

    Cor


    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: SCSI Commands

      "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

      Working...