SCSI Commands

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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

Thanks in advance,
Mark
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top