This description
I mean, from the pic would have to send
[1,1, W, adc value Volts] and [1,2, W, Amp adc value].
is not the same as code

Code:
       HSEROUt ["[1;1;W;",dec AUX_TX1,13] ;envio adc volts
       HSEROUt ["1;1;W;",dec AUX_TX1,13] ;envio adc volts
should be

HSEROUT [1,1,W,dec AUX_TX1,13] 'envio adc volts

I think?