RFID module software serial + serial read

You need to read the data in, one byte at a time, and combine to create an unsigned long.

So to clarify, I will take the bytes of data, i.e. 4D085C49
which converted to HEX = 0x340x440x300x380x350x430x340x39

am I on the right path?