My problem is the next> I have to receive data from an external accessory and save it into a big NSData
, each time I receive a stream I have to copy that NSData
into another one:
CompleteNSData = NSDataTx1 + NSDataTx2 + NSDataTx3;
and at the end show the whole info to the user.