Hello all,
Greetings!!!
Upon searching the archives, I found out that although this question has been posted but there has been NO Answer for the same till date.
I need to bulk write/read through my IO Driver (kext). Can any one explain how to use IOMemoryDescriptor ? Any sample example that illustrates the very simple communication.
I had done the following steps:
Get the Device, IOUSBDevice
Get the Interface, IOUSBInterface
Get the pipes, default, IN and OUT in our case
fOutPipe->Write(....,,,,,) // how to use ???
fInPipe->Read(,,,,,,,)// how to use ???
( see for similar queries,,
Your's sincerely,