I need to send from an Arduino structures to a Raspberry receiving those structures as types, and handling the received stuff using B4XSerializator. I understand that on the Raspberry I should receive those structures/types as objects. I tried it, but received an error message that the length was too great.
What should I do on the Arduino side to adhere to the requirements of Asyncstreamsobject on the Raspberry. The traffic is only in one direction: from Arduino to Raspberry.
Harry
What should I do on the Arduino side to adhere to the requirements of Asyncstreamsobject on the Raspberry. The traffic is only in one direction: from Arduino to Raspberry.
Harry