02-04-2014 02:33 PM
Hi,
After following Cameronds advice i am definitely getting warmer.
Now i see the correct string in HEX view and Code display.
Except..... The data part needs to be flipped as it is read little endian.
Can someone help me with this final hurdle!!
Thanks Guys!
Kudos coming!!
02-04-2014 02:36 PM
Flatten to String has an input that determines the endianness of the values.
02-04-2014 02:37 PM
Could you give me an example plesae
Thanks
02-04-2014 02:40 PM
Haven't followed the full thread here, but if you're using Type Cast as suggested, replace it with Flatten to String, which has an input for endianness.
02-04-2014 02:42 PM
@Detox92 wrote:
Could you give me an example plesae
Give it a try before asking for an example. You might find it's simple.
02-04-2014 03:23 PM
No problem, I will do tomorrow.
Thanks
02-04-2014 03:41 PM
Or you could always just reverse the string, since you don't need an "anything" input. (And, the icon IS smaller than the "Flatten to string" icon, so it must be faster.)
Cameron
02-04-2014 03:48 PM
This would have been easier if the original poost had been correct. You stated you had to send a HEX STRING to a device. If reality you are sending a HEX VALUE as a string. These are two totally different things. I'm glad you seem to be getting it working but a clear an correct description would have made this a lot easier.
02-06-2014 10:31 AM
Thanks people......
The Flatten to String worked a treat.
Alex