Serial Port Data from Arduino not translating in Max
I'm trying to get basic XYZ information from a magnetometer from an Arduino. The sensor works fine in Arduino; but I'm getting nothing useful or understandable in Max using the [serial]. I'm not sure what the problem is.
I've attached a photo of each app and incoming data. I know it's the Uno data coming in, but it's not correct. I know the posted photo has no Serial.write line in Arduino; but that doesn't seem to do a thing.
Any help would be greatly appreciated.
Looks like you're getting the data, it's just not decoded properly. I'd recommend simplifying the data you send, only sending one newline character (via println) and using it to signal the end of each message.