I am developing an application that I did not find any information regarding how to generate the DCD info to the USB.
It happens that in my application I need to send to the PC the change information of the "DCD" pin of the connected serial port, but I have not found any information on how to implement this command from the USB side.
I know that there are some USB chips like FTDI and CP2102 that have the "DCD" pin ready to be used and so I think there must be a specific "frame" that the chip sends to the PC to inform the change of that pin.
I did several tests using RealTerm using a chip that has the DCD pin.
When I change the state of this pin, RealTerm identifies this change in the panel, but I would like to know what information the chip sends to the PC so that this function is signaled. I appreciate your help. Thanks a lot!!