FSK-Arduino-iOS
FSK-Arduino-iOS copied to clipboard
Change delegate method
Possible [receivedChar:input] should be changed to receivedData with whole piece of input data This will significantly increase performance on big data chunks
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