kbLogger 2.0.b1
The automotive ready test and logging program.
PipeObject
The configure dialog for pipes.

Rx Pipe:
The full qualified path to the pipe (see below).

Tx Pipe:
The full qualified path to the pipe (see below).

Mode:
You have to choose between Client or Server pipes. If you choosing Server, the pipe will be created by kbLogger, otherwise already existing pipe will be opened.

Pipes on Linux:
On Linux, pipes are unidirectional (according to the standard). For bidirectional communication, you have to use 2 pipes (one for Rx and one forTx). Pipes can be created everywhere, like here "/tmp/myFancyPipeName".

Pipes on Windows:
Pipes on Windows are bidirectional. So you have the choice to use one or two pipes. Pipes can be created only in a special name space for pipes, like here: "\\.\pipe\myFancyPipeName".