Page 1 of 1

HEX Feedback

Posted: Mon Sep 25, 2017 11:06 pm
by flinke flasche
I try to receive a feedback from this original command
0x21 0x01 0x14 0x01 0xF0 0x0D

but for Demopad i must use this code
\x21\x01\x14\x01\xF0\x0D

i only get a ! as a feedback.



When i send an normal HEX command with the PocketSender App (mac)
21 01 14 01 F0 0D

i get the right feedback
21 01 14 00 01 02 0D


Why i can't send normal HEX format codes with Demopad?
Is there a chance to get the right feedback with the code above (\x21\x01\x14\x01\xF0\x0D)

Please help me.

Re: HEX Feedback

Posted: Tue Sep 26, 2017 7:04 am
by flinke flasche
I forgot to write that i use the Demopad App not the CentroControl App.
Is it possible that CentroControl is better or is the problem in the WIndows Software?

Re: HEX Feedback

Posted: Mon Oct 02, 2017 7:54 pm
by DemoPad
You cannot use pattern match for this type of data, use exact data match instead for feedback.

For sending, the format you have suggested should work, with either app. The issue might be with the command suffix for the device - if set to the default \x0D\x0A then this is added to your command.