Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
A
@holofloh wow, I have never considered this, thanks for posting. I will add it to my guides.
E
Solved with the code ;-)
message = com.commu_can_read_message(0) hex_list = [] for b in message: hex_str = hex(b)[2:] if len(hex_str) < 2: hex_str = '0' + hex_str hex_list.append(hex_str)
Use the math function block to convert in to float then use a text block to convert to string?