This is a mirror of official site: http://jasper-net.blogspot.com/

SCSI Interface for Multimedia and Block Devices

| Monday, March 15, 2010
This C#-based library allows you to communicate directly with devices that follow the SCSI standard from user-mode, such as CD/DVD drives and hard disks. You can use this library to create your own CD burning program, just as the sample utility does.

The SCSI T10 Standard
The SCSI standard, published by the T10 committee (http://www.t10.org/), governs access to many modern computer devices, such as block devices (e.g. hard disks) and multimedia devices (e.g. CD/DVD drives).

Sample Program
To test this project, just download the sample ISOBurn utility. You can recompile it or use the Release version of the binary.
The steps:

  1. Run the ISO burning utility.
  2. Drag the files and folders you would like to burn to the right or left pane, respectively.
  3. Insert a writable CD in your burner drive (rewritable disc preferred).
  4. Click Burn!

Read more: Codeplex

Posted via email from jasper22's posterous

0 comments: