c.chnl.dst.com - COM Port Delivery

Config Type Default Description
c.chnl[#].dst.com.port integer # Which COM port to transmit on. e.g. 1
c.chnl[#].dst.com.baud integer 19200 The baud rate to transmit.
c.chnl[#].dst.com.protocol string '8N' The bit length and parity setting.
c.chnl[#].dst.com.connect integer 5 (Optional) When supplied, sets the time in seconds the handshake lines need to be asserted before the connection is considered “connected”.
c.chnl[#].dst.com.disconnect integer 10 (Optional) When supplied, sets the time in seconds the handshake lines must be unasserted for before the connection is considered “disconnected” and closed.
c.chnl[#].dst.com.txchunk integer 16 The number of bytes to queue up for transmission to the serial port. Smaller values increase CPU load but allow the ip.buffer to stop transmitting sooner when the device signals “don't send”.
c.chnl[#].dst.com.txflow string 'ctsdsr' Which handshake line(s) to check for transmission flow control. cts and/or dsr e.g. “ctsdsr” = CTS & DSR flow control.
c.chnl[#].dst.com.txpause integer 0 The number of bits pause to insert between each transmitted character. A value of 1 will simulate 2-stop-bits, while a value of 10 will introduce a complete character pause (useful for slow-to-respond devices).
c.chnl[#].dst.com.txpin integer 2 The pin to transmit on. 0=Auto, 2=DCE (connect straight to a PC), 3=DTE (connect with a null-modem cable to the PC).