binary

This data type corresponds to a byte array (byte[]) that PCo puts into a serial sequence as a hexadecimal character string.

Example

CAFEBABE is a hexadecimal character string. This character string is converted by PCo into the following byte array:

[12*16+10, 15*16+14, 11*16+10, 11*16+14]