Reading byte array into float (expanding on SerialCallResponse example)

Ah, so simply making it an array - even if it’s a single element array - promotes it from primitive to object class, so that the “pass by reference” opportunity exists; I get it :slight_smile:
Global - got that too.
Thanks again:-)