"The problem is I have to convert the string into binary which is about 7600 bits raw" - sorry, I'm a bit tired so I may be missing something, but what do you mean by this? How did you go from 850 bits to 7600 bits??? BTW, as some other answers have suggested, if you ditch the text representation completely and send your 14 data points as a sequence of, say, 4 byte floats and ints, that's 14*4*8 = 448 bits raw data.
↧