Serial number

Hi,
I am running a terminal application and I tried to echo back the serial number for my wixel. The ‘test rand’ application uses bootloader public array serialNumber[] bytes 0 and 1 as a seed value for a random number generator. Also the board.h header defines the serial number storage as a 4 byte array ‘serialNumber[4]’, so I thought to echo back serialNumber[0]…[3]. The serial number is definitely 2E-E5-98-C7 because I use it with wixelcmd to download code but I got “2e000018”.

What have I done wrong?
Regards.

take a look at this thread https://forum.pololu.com/t/serialnumber-does-not-return-expected-result/3508/1