Most of user-mode devices (like
Serial Redirector,
TCP Server,
TCP Client,
Bridge) allow you to put transformers in the flow.
Data flow diagram for TcpServer
You can use transformers to:
- Wait for data completion (when received in chunks) before passing it to next recipient
- Transform string data (using regex)
- Transform binary data
- Include data containing some value
- Exclude data containing some value
- See also:
-