I have created virtual serial driver (UMDF) using microsoft sample. Instead of device, i am just receive and forward data to TCP server.
Do i need to handle virtual COM settings like Baud rate, Parity, Stop Bits, Data Length(set by application) in the driver considering that it is just virtual and no device? What about flow control as well?