Hi
Just trying out this plugin and have it setup and running.
I need to send data to HS as a string and I have tried using the SendToHs (1140,content), where content is a variable that holds data in the format 57-B5-B2-1C
When I try this, the sketch wont compile which I assume is because the data being send back is defined as a float, Int or Long.
Is there a way to send string data back to a HS Device?
Thanks
Just trying out this plugin and have it setup and running.
I need to send data to HS as a string and I have tried using the SendToHs (1140,content), where content is a variable that holds data in the format 57-B5-B2-1C
When I try this, the sketch wont compile which I assume is because the data being send back is defined as a float, Int or Long.
Is there a way to send string data back to a HS Device?
Thanks
Comment