Eterlogic virtual serial ports emulator

Binary data blocks splitter transformer

Description

This transformer is processing binary data before sending it to next transformer or to final recipient. The data is split into chunks according to the transformer properties.

Binary splitter transformer properties:

Hex strings can be defined in any of the following formats:

Splitting blocks starting with ending with "FF FF"

Binary block end bytes: FF FF

Example: Simple packet.

Example: 2 simple packets

Example: 2 simple packets

Example: 2 simple packets

Example: Extra FF symbol in the end

Splitting blocks starting with "00 00" and ending with "FF FF"

Binary block start bytes: 00 00
Binary block end bytes: FF FF

Example: Simple packet

Example: Invalid byte EE between 2 valid packets. Result: both packets are sent, EE byte is removed.

Example: Invalid bytes in the beginning and extra 0xff in the end. Result: invalid bytes in the beginning removed, last 0xff not included in output.

Example: Invalid bytes in the beginning and extra 0xff in the end. Result: invalid bytes in the beginning removed, last 0xff not included in output.

Example: Invalid bytes in the beginning and extra 0xff in the end. Result: invalid bytes in the beginning removed, last 0xff not included in output.


2007-2025 Eterlogic Software