armadsen / ORSSerialPort

Serial port library for Objective-C and Swift macOS apps
MIT License
753 stars 183 forks source link

sendData string to android java #108

Closed alex920a closed 7 years ago

alex920a commented 8 years ago

Hello. I'm using the sendData method like this:

NSString string1 = @"This is string 1."; NSData dataToSend = [string1 dataUsingEncoding:NSUTF8StringEncoding]; [port sendData:dataToSend];

Now, when in android I receive the message, this has length always 64 rather than the string length itself. Do you know why?

armadsen commented 7 years ago

I'm afraid I don't know anything about serial port usage on Android. I have a feeling this is not something specific to ORSSerialPort.