Currently I am receiving a message with my udp server it arrives as <Buffer 43 31 07 55 56> this is supposed to be an ID 4331075556
obj.toString()returnsC1UVparseInt(obj)returnsNaNJSON.stringify(obj)returns[67,49,7,85,86]
How can I convert <Buffer 43 31 07 55 56> to 4331075556?