Hi all,
I am trying to write device driver, Inherited IOUserSerial class,
In start function I have "opened device----->Opened Interface---->copyPipe----->pipe->IO(),
I have also tried pipe->IO in Tx Available() function ,
I am trying to write device driver, Inherited IOUserSerial class,
In start function I have "opened device----->Opened Interface---->copyPipe----->pipe->IO(),
I have also tried pipe->IO in Tx Available() function ,
-- IO function returning device "not ready Error".