Virtual serial ports emulator project

Devices initialization

General

To create new device, you should call vspe_createDevice (or just load configuration file using vspe_loadConfiguration method). This function takes two parameters: name and initString. Name is device type: for example, "Connector" or "Splitter". initString is initialization string. All parameters in initialization string are separated by ';'.

SerialSettings is special settings block in which parameters are separated by commas. It describes serial port advanced settings.
  • Format: Speed,DtrRts,Bits,StopBits,Parity,CustomReadIntervalTimeout
  • Example: 19200,0,8,1,0,0

Connector

Splitter

Pair

Mapper

TcpServer

TcpClient

UDP Manager

Serial Redirector


Copyright (C) 2007-2023 Eterlogic.com. All rights reserved.