Firmware 10c0 xbee pro sleep mode

Stuck.
I have an RS232 module , sleep mode is 0. If I use the AT commands I can confirm it is 0 with atsm (that returns 0) and can set it to 0 with atsm0 (that returns OK), no problems there then. If I go to API and send the packet

7E 00 04 08 52 53 4D 05

it returns
0x7e\0x00\0x06\0x88\0x52\0x53\0x4d\0x00\0x00\0x85

This is not correct, there should only be one 0x00 before the checksum in the response. If I now set SM to 0 in the same way with 7E 00 05 08 52 53 4D 30 05 I get no response, asking it again what the sleep mode is it returns
0x7e\0x00\0x05\0x88\0x52\0x53\0x4d\0x03\0x82

which again is wrong.

Message was edited by: Mjolinor