So here's the background:
I've got this SCSI device with media that has raw data on it (for simplicity let's say it contains abc123). This device is on a Windows machine. I'd like to use C/C++ to initalize the device, open it, send the SCSI read command to the device, and ultimately "read" the bytes.
I've searched for similar topics, but I keep getting Linux/Unix guides, or Visual C++ (which I do not have access to).
Does anyone know a good way to start this? Maybe some sample code or maybe someone has a tutorial laying around ;-)
Thank you in advance!
EDIT: I am using Cygwin.