I'm developing an application in Objective C that works on vendor specific commands of SD cards using IOUSBHostPipe. These vendor SCSI passthrough commands are working fine. But when I try to issue a SCSI write(10) command, it seems to hang. The same implementation when done on Windows seems to be working fine. Is there a limitation to issuing a SCSI write(10) command in macOS?
I'm a bit new to the macOS environment and would really appreciate some pointers to references that I can look into or any alternatives to this problem.
Thanks in advance. Much appreciated :)
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi all
I needed some help in getting the LUN id of all devices connected to the system especially for SCSI devices. I'm not able to find any such system command or a SCSI command. Thanks in advance.
Topic:
App & System Services
SubTopic:
Drivers
Tags:
IOUSBHost
SCSIControllerDriverKit
USBDriverKit
IOKit