FSK-Arduino-iOS icon indicating copy to clipboard operation
FSK-Arduino-iOS copied to clipboard

Change delegate method

Open vmirgorod opened this issue 8 years ago • 1 comments

Possible [receivedChar:input] should be changed to receivedData with whole piece of input data This will significantly increase performance on big data chunks

vmirgorod avatar Oct 10 '15 06:10 vmirgorod

Hi @vmirgorod I used char because this came from a primitive char of C++. I think NSData is a good improvement. If you has suggestions how implement this I will be grateful

ezefranca avatar Feb 12 '16 16:02 ezefranca