Device Monitoring Studio - Monitor, log and analyze data coming through PC ports and connections
Download Device Monitoring Studio Hide this button

Serial.CommunicationsMode Enumeration

See Serial communications mode topic for more information.

SymbolValueDescription
Generic0Generic (default) communications mode.
PPP1PPP communications mode.
x0D2ASCII communications mode (each packet ends with 0D character).
ModbusRtu3MODBUS RTU communications mode.
ModbusAscii4MODBUS ASCII communications mode.
Custom5Custom communication mode. A TypeScript custom script with implementation of custom packet splitter must be provided.