Hex to Dec?

Im working with a 9IMU sensor on a arduino, and the output that i got via RS232 of the sensor is in this format

f:65F20BBF,f:5DD22A3E,f:8710523F,f:7404EDC4,f:33338F43,f:8E409244,f:D8DEC83E,f:B08B343F,f:3C2B173F,f:3C33A3C3,f:66F00143,f:E2C6A53E,f:B538313F,f:A119253F,
f:7A0F0CBF,f:16AB2B3E,f:19F2513F,f:7404EDC4,f:33338F43,f:8E409244,f:0322AABE,f:6C6A643F,f:7E899CBE,f:E49D04C3,f:CE2B8E42,f:1E9BC3BE,f:BBB9653F,f:072962BE,
f:E8000CBF,f:763E2B3E,f:5B01523F,f:7404EDC4,f:33338F43,f:8E409244,f:6757773F,f:576A503E,f:F327223E,f:6BA78BC3,f:D4C4FF42,f:350B713F,f:26FC683E,f:B4487E3E,
f:3B4A0CBF,f:576F2A3E,f:F1DA513F,f:7404EDC4,f:33338F43,f:8E409244,f:0CA577BF,f:910E6E3E,f:AC7ACE3D,f:9C19A8C2,f:061C8542,f:680C75BF,f:8BE46E3E,f:0B4A2F3E,
f:03560CBF,f:F54B2B3E,f:D5C7513F,f:7404EDC4,f:33338F43,f:8E409244,f:99D6AA3E,f:2DDE6B3F,f:59314CBE,f:F8226FC3,f:72939B42,f:73D8903E,f:BFA3733F,f:6C0EF4BD,
f:A8070CBF,f:751E2A3E,f:7C0B523F,f:7404EDC4,f:33338F43,f:8E409244,f:F3D9F4BE,f:3C52403F,f:2DE6E83E,f:86BB39C2,f:AD63F242,f:C521FDBE,f:0A5D363F,f:CF08FF3E,

Those are 14 values, i can filter them with a separate and a Pad to get only this part “5DD22A3” . There is a contribution from hex to ascci… but this is different. Is there any other quick way of doing it ? or modifing the arduino sketch to output as DEC ?
i leave the aduino sketch inside this patck

helpo.v4p (26.9 kB)

@Kalle)) made a module converting hex strings to values that can be found ((kalle.modules.string

Or

Copy one of the methods suggested here and paste it into a plugin template.

Try the Ord (String) node, not sure if your type of Hex is in there.