I use the CCS usb_cdc.h library in a virtual serial port device and need to report parity errors. I believe parity errors are reported using CDC SERIAL_STATE notifications (notification code 20). SE ...
I have an application where I need to use RTS (Request To Send) to control serial communications half duplex direction. When RTS is active - transmit, and when RTS is inactive - receive.