Change modbus address

Hi, i'm tring to change the modbus address of a sens0483 wind speed sensor and i can't make it with the modbus write node. Here' the datasheet:
IMG_2868
I tried all combination possible and i understant that 0x10 is 16 but there is another datasheet that says 0x1000 wich is 4096.
https://wiki.dfrobot.com/RS485_Wind_Speed_Transmitter_SKU_SEN0483#target_7
Also whatever length i try to inject it alaways complain with

Error: Quantity should be less or equal to register payload array length: undefined Addr: 16 Q: 1

I also found the array to send with an arduino to change to address 3 it looks like this:
{0x00, 0x10, 0x10, 0x00, 0x00, 0x01, 0x02, 0x00, 0x03, 0xFA, 0x00}

I'm a bit lost to say the least.

have you tried node-red-node-serialport?

thanks, i finally did it with an arduino but this could work, i will test it.