mreyes47
New Member
Hello,
I'm pushing a mqtt message to cloumqtt which is a mqtt broker with the following.
Cloudmqtt receives the data but not in a text format. It currently shows:
Is there a way to send text via mqtt that shows up as text at cloudmqtt?
I'm pushing a mqtt message to cloumqtt which is a mqtt broker with the following.
mqtt.publish2:
mqtt.Publish2("drawers/location", serializator.ConvertObjectToBytes("long string of about 100 characters"), 0, False)
Cloudmqtt receives the data but not in a text format. It currently shows:
Is there a way to send text via mqtt that shows up as text at cloudmqtt?