Hello again..

As I posted, it worked well when using a single byte (cod). But, I can´t get it working when using array (cod[4]).

Code:
COD    VAR   BYTE[4]

HSERIN [STR COD\4] 
.
or
.
HSERIN [STR COD\4\"~"]
.
.
HSEROUT [STR COD\4]
.
.
When using serial comm. as an echo, I get 'strange' number, but never a complete byte.

I've looked for this hserin format all over the forum but none of the solutions worked yet...

Any ideas?

Thanks again!