The issue I am facing is I am designing a tool to interface with generic software which usually connects to a standard Serial Port which does not utilize DTR or RTS.
I can create the exact situation in my own software, where I will not receive data from either board unless I do SerialPort.DtrEnable = true;
I understand the purpose of DTR is to ensure data is not missed/lost, but in this circumstance it does not matter. The old Roger USB implementation did work without DTR, which is what I would like to try have achieved on the new ST core

Anyone have experience with this?