I'm working on a USB-to-UART with an ATSAMD21 chip, and I want it to play nice with hardware flow control. I'm figuring out how the microcontroller can "know" if the computer it's talking to has turned flow control on. I'd rather not use a jumper or switch for this. Am I right in thinking the computer doesn't actually "tell" the microcontroller when it changes flow control settings? If so, what's the best way for the microcontroller to figure it out and switch flow control on itself?