and the regex pattern you are using?
You might have to setup a regex that captures the ascii hex value, and
ensure you set hex mode to true on the capture group.
Make sure you are capturing with the 'catch all' character, such as
VOL(.{1,2}) rather than as digits VOL(\d{1,2})
Jarrod
On Apr 28, 11:34 pm, Nahshon Williams <spc...@gmail.com> wrote:
> I have been creating an onkyo remote.
> The onkyo loves sending Hex strings.
> Was not sure why the regex worked for a short instant and then went crazy.
> Created a serial join with the same regex and it all became clear; my
> volume slider works when the numbers appear to be decimal then jumps to
> Zero when the hex notattion ABCD appear.
> I have ticked and unticked every hex and none hex option in GD. Any
> pointers anyone? Where did Fiasco go?
> Nahshon
>
> --
> You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> To post to this group, send email to commandfusion@googlegroups.com.
> To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.
--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.
Comments
0 comments to "Re: Hex Stings -How are they handled on analog joins?"
Post a Comment