HEX Feedback

Forum to ask for any help
Post Reply
flinke flasche
Posts: 60
Joined: Tue Apr 02, 2013 2:21 pm

HEX Feedback

Post by flinke flasche » Mon Sep 25, 2017 11:06 pm

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.

flinke flasche
Posts: 60
Joined: Tue Apr 02, 2013 2:21 pm

Re: HEX Feedback

Post by flinke flasche » Tue Sep 26, 2017 7:04 am

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?

User avatar
DemoPad
Site Admin
Posts: 769
Joined: Thu Jun 14, 2012 10:46 am
Contact:

Re: HEX Feedback

Post by DemoPad » Mon Oct 02, 2017 7:54 pm

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.

Post Reply