Eterlogic virtual serial ports emulator

Devices

How to create device

To start device creation wizard, right click in devices list and click "Create..." from popup menu or use "Device -> Create..." main menu item.

The wizard will guide you through the process of creating new VSPE device.

You can create any combinations of devices and chain them: for example you can create Connector and expose it to network by creating TcpServer device, you create 2 Connectors and connect them with Redirector for custom data processing etc.

create_device_wizard.png

Starting wizard

Kernel mode devices

Kernel mode devices (Connector/Pair/Splitter) are implemented in VSPE kernel driver.

User mode devices

User mode devices (Redirector, TcpServer, TcpClient, SerialRouter, Bridge, UdpManager) are implemented by Eterlogic Service and running under low-privileged LOCAL_SERVICE account

Reconnecting failing devices

If device cannot connect during creation (for example, TcpClient), it will still be created, but in Error or Initializing state. VSPE will keep trying to reconnect all failed devices.

VSPE devices initialization sequence

To avoid dependency conflicts, all VSPE devices are loaded sequentially (based on the position in the list), but with the following priorities:

Unloading is done in reverse order.

See also:

2007-2025 Eterlogic Software