Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    mySwitch.send("T45H50");, mySwitch.send("[45;50]");, mySwitch.send("T45"); mySwitch.send("H50");... Commented Aug 21, 2018 at 19:31
  • Are you really sending an integer, or are you sending an ASCII representation of the binary bits of an integer? Commented Aug 21, 2018 at 21:31
  • The send() method take either an integer, a string byte representation or a tri-state code, I cannot send a string directly Commented Aug 22, 2018 at 6:30